C# Class MAPIInspector.Parsers.RopGetReceiveFolderRequest

A class indicates the RopGetReceiveFolder ROP Request Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Datei anzeigen Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
InputHandleIndex byte
LogonId byte
MessageClass MAPIInspector.Parsers.MAPIString
RopId RopIdType

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopGetReceiveFolderRequest structure.

Method Details

Parse() public method

Parse the RopGetReceiveFolderRequest structure.
public Parse ( Stream s ) : void
s Stream An stream containing RopGetReceiveFolderRequest structure.
return void

Property Details

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

LogonId public_oe property

public byte LogonId
return byte

MessageClass public_oe property

public MAPIString,MAPIInspector.Parsers MessageClass
return MAPIInspector.Parsers.MAPIString

RopId public_oe property

public RopIdType RopId
return RopIdType