C# Class MAPIInspector.Parsers.RopOptionsDataResponse

A class indicates the RopOptionsData ROP Response Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show file 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 property

public byte?[] HelpFile
return byte?[]

HelpFileName public property

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

HelpFileSize public property

public ushort? HelpFileSize
return ushort?

InputHandleIndex public property

public byte InputHandleIndex
return byte

OptionalInfo public property

public byte?[] OptionalInfo
return byte?[]

OptionalInfoSize public property

public ushort? OptionalInfoSize
return ushort?

Reserved public property

public byte? Reserved
return byte?

ReturnValue public property

public object ReturnValue
return object

RopId public property

public RopIdType RopId
return RopIdType