C# Class MAPIInspector.Parsers.RopGetPropertyIdsFromNamesRequest

A class indicates the RopGetPropertyIdsFromNames ROP Request Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
ファイルを表示 Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
Flags byte
InputHandleIndex byte
LogonId byte
PropertyNameCount ushort
PropertyNames MAPIInspector.Parsers.PropertyName[]
RopId RopIdType

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopGetPropertyIdsFromNamesRequest structure.

Method Details

Parse() public method

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

Property Details

Flags public_oe property

public byte Flags
return byte

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

LogonId public_oe property

public byte LogonId
return byte

PropertyNameCount public_oe property

public ushort PropertyNameCount
return ushort

PropertyNames public_oe property

public PropertyName[],MAPIInspector.Parsers PropertyNames
return MAPIInspector.Parsers.PropertyName[]

RopId public_oe property

public RopIdType RopId
return RopIdType