C# Class MAPIInspector.Parsers.RopOptionsDataResponse

A class indicates the RopOptionsData ROP Response Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Exibir arquivo Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
HelpFile byte?[]
HelpFileName MAPIInspector.Parsers.MAPIString
HelpFileSize ushort?
InputHandleIndex byte
OptionalInfo byte?[]
OptionalInfoSize ushort?
Reserved byte?
ReturnValue object
RopId RopIdType

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopOptionsDataResponse structure.

Method Details

Parse() public method

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

Property Details

HelpFile public_oe property

public byte?[] HelpFile
return byte?[]

HelpFileName public_oe property

public MAPIString,MAPIInspector.Parsers HelpFileName
return MAPIInspector.Parsers.MAPIString

HelpFileSize public_oe property

public ushort? HelpFileSize
return ushort?

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

OptionalInfo public_oe property

public byte?[] OptionalInfo
return byte?[]

OptionalInfoSize public_oe property

public ushort? OptionalInfoSize
return ushort?

Reserved public_oe property

public byte? Reserved
return byte?

ReturnValue public_oe property

public object ReturnValue
return object

RopId public_oe property

public RopIdType RopId
return RopIdType