C# Class MAPIInspector.Parsers.RopOptionsDataResponse

A class indicates the RopOptionsData 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
HelpFile byte?[]
HelpFileName MAPIInspector.Parsers.MAPIString
HelpFileSize ushort?
InputHandleIndex byte
OptionalInfo byte?[]
OptionalInfoSize ushort?
Reserved byte?
ReturnValue object
RopId RopIdType

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopOptionsDataResponse structure.

Method Details

Parse() public méthode

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

Property Details

HelpFile public_oe property

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

HelpFileName public_oe property

public MAPIString,MAPIInspector.Parsers HelpFileName
Résultat MAPIInspector.Parsers.MAPIString

HelpFileSize public_oe property

public ushort? HelpFileSize
Résultat ushort?

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

OptionalInfo public_oe property

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

OptionalInfoSize public_oe property

public ushort? OptionalInfoSize
Résultat ushort?

Reserved public_oe property

public byte? Reserved
Résultat byte?

ReturnValue public_oe property

public object ReturnValue
Résultat object

RopId public_oe property

public RopIdType RopId
Résultat RopIdType