C# Class MAPIInspector.Parsers.RopOpenEmbeddedMessageResponse

A class indicates the RopOpenEmbeddedMessage ROP response Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
ファイルを表示 Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

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

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopOpenEmbeddedMessageResponse structure.

Method Details

Parse() public method

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

Property Details

ColumnCount public_oe property

public ushort? ColumnCount
return ushort?

HasNamedProperties public_oe property

public bool? HasNamedProperties
return bool?

MessageId public_oe property

public MessageID,MAPIInspector.Parsers MessageId
return MAPIInspector.Parsers.MessageID

NormalizedSubject public_oe property

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

OutputHandleIndex public_oe property

public byte OutputHandleIndex
return byte

RecipientColumns public_oe property

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

RecipientCount public_oe property

public ushort? RecipientCount
return ushort?

RecipientRows public_oe property

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

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

RowCount public_oe property

public byte? RowCount
return byte?

SubjectPrefix public_oe property

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