C# Class MAPIInspector.Parsers.RopGetPropertyIdsFromNamesRequest

A class indicates the RopGetPropertyIdsFromNames ROP Request Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
Flags byte
InputHandleIndex byte
LogonId byte
PropertyNameCount ushort
PropertyNames MAPIInspector.Parsers.PropertyName[]
RopId RopIdType

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopGetPropertyIdsFromNamesRequest structure.

Method Details

Parse() public méthode

Parse the RopGetPropertyIdsFromNamesRequest structure.
public Parse ( Stream s ) : void
s Stream An stream containing RopGetPropertyIdsFromNamesRequest structure.
Résultat void

Property Details

Flags public_oe property

public byte Flags
Résultat byte

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

LogonId public_oe property

public byte LogonId
Résultat byte

PropertyNameCount public_oe property

public ushort PropertyNameCount
Résultat ushort

PropertyNames public_oe property

public PropertyName[],MAPIInspector.Parsers PropertyNames
Résultat MAPIInspector.Parsers.PropertyName[]

RopId public_oe property

public RopIdType RopId
Résultat RopIdType