C# Class MAPIInspector.Parsers.RopOpenMessageResponse

A class indicates the RopOpenMessage 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
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

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopOpenMessageResponse structure.

Method Details

Parse() public méthode

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

Property Details

ColumnCount public_oe property

public ushort? ColumnCount
Résultat ushort?

HasNamedProperties public_oe property

public bool? HasNamedProperties
Résultat bool?

NormalizedSubject public_oe property

public TypedString,MAPIInspector.Parsers NormalizedSubject
Résultat MAPIInspector.Parsers.TypedString

OutputHandleIndex public_oe property

public byte OutputHandleIndex
Résultat byte

RecipientColumns public_oe property

public PropertyTag[],MAPIInspector.Parsers RecipientColumns
Résultat MAPIInspector.Parsers.PropertyTag[]

RecipientCount public_oe property

public ushort? RecipientCount
Résultat ushort?

RecipientRows public_oe property

public OpenRecipientRow[],MAPIInspector.Parsers RecipientRows
Résultat MAPIInspector.Parsers.OpenRecipientRow[]

ReturnValue public_oe property

public object ReturnValue
Résultat object

RopId public_oe property

public RopIdType RopId
Résultat RopIdType

RowCount public_oe property

public byte? RowCount
Résultat byte?

SubjectPrefix public_oe property

public TypedString,MAPIInspector.Parsers SubjectPrefix
Résultat MAPIInspector.Parsers.TypedString