C# Class MAPIInspector.Parsers.RopGetOwningServersRequest

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

Public Properties

Property Type Description
FolderId MAPIInspector.Parsers.FolderID
InputHandleIndex byte
LogonId byte
RopId RopIdType

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopGetOwningServersRequest structure.

Method Details

Parse() public method

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

Property Details

FolderId public_oe property

public FolderID,MAPIInspector.Parsers FolderId
return MAPIInspector.Parsers.FolderID

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

LogonId public_oe property

public byte LogonId
return byte

RopId public_oe property

public RopIdType RopId
return RopIdType