C# Class MAPIInspector.Parsers.RopGetPropertiesSpecificResponse

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

Méthodes publiques

Свойство Type Description
InputHandleIndex byte
ReturnValue object
RopId RopIdType
RowData MAPIInspector.Parsers.PropertyRow

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopGetPropertiesSpecificResponse structure.

Method Details

Parse() public méthode

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

Property Details

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

ReturnValue public_oe property

public object ReturnValue
Résultat object

RopId public_oe property

public RopIdType RopId
Résultat RopIdType

RowData public_oe property

public PropertyRow,MAPIInspector.Parsers RowData
Résultat MAPIInspector.Parsers.PropertyRow