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 |
Method | Description | |
---|---|---|
Parse ( Stream s ) : void |
Parse the RopOpenMessageResponse structure.
|
public Parse ( Stream s ) : void | ||
s | Stream | An stream containing RopOpenMessageResponse structure. |
return | void |
public TypedString,MAPIInspector.Parsers NormalizedSubject | ||
return | MAPIInspector.Parsers.TypedString |
public PropertyTag[],MAPIInspector.Parsers RecipientColumns | ||
return | MAPIInspector.Parsers.PropertyTag[] |
public OpenRecipientRow[],MAPIInspector.Parsers RecipientRows | ||
return | MAPIInspector.Parsers.OpenRecipientRow[] |