C# Class MAPIInspector.Parsers.RopOpenMessageResponse

A class indicates the RopOpenMessage ROP response Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
ColumnCount ushort?
HasNamedProperties bool?
NormalizedSubject MAPIInspector.Parsers.TypedString
OutputHandleIndex byte
RecipientColumns MAPIInspector.Parsers.PropertyTag[]
RecipientCount ushort?
RecipientRows MAPIInspector.Parsers.OpenRecipientRow[]
ReturnValue object
RopId RopIdType
RowCount byte?
SubjectPrefix MAPIInspector.Parsers.TypedString

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopOpenMessageResponse structure.

Method Details

Parse() public method

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

Property Details

ColumnCount public property

public ushort? ColumnCount
return ushort?

HasNamedProperties public property

public bool? HasNamedProperties
return bool?

NormalizedSubject public property

public TypedString,MAPIInspector.Parsers NormalizedSubject
return MAPIInspector.Parsers.TypedString

OutputHandleIndex public property

public byte OutputHandleIndex
return byte

RecipientColumns public property

public PropertyTag[],MAPIInspector.Parsers RecipientColumns
return MAPIInspector.Parsers.PropertyTag[]

RecipientCount public property

public ushort? RecipientCount
return ushort?

RecipientRows public property

public OpenRecipientRow[],MAPIInspector.Parsers RecipientRows
return MAPIInspector.Parsers.OpenRecipientRow[]

ReturnValue public property

public object ReturnValue
return object

RopId public property

public RopIdType RopId
return RopIdType

RowCount public property

public byte? RowCount
return byte?

SubjectPrefix public property

public TypedString,MAPIInspector.Parsers SubjectPrefix
return MAPIInspector.Parsers.TypedString