C# Class MAPIInspector.Parsers.RopIdFromLongTermIdResponse

A class indicates the RopIdFromLongTermId 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
ObjectId byte?[]
ReturnValue object
RopId RopIdType

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopIdFromLongTermIdResponse structure.

Method Details

Parse() public méthode

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

Property Details

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

ObjectId public_oe property

public byte?[] ObjectId
Résultat byte?[]

ReturnValue public_oe property

public object ReturnValue
Résultat object

RopId public_oe property

public RopIdType RopId
Résultat RopIdType