Property | Type | Description | |
---|---|---|---|
ColumnCount | ushort | ||
InputHandleIndex | byte | ||
LogonId | byte | ||
RecipientColumns | MAPIInspector.Parsers.PropertyTag[] | ||
RecipientRows | MAPIInspector.Parsers.ModifyRecipientRow[] | ||
RopId | RopIdType | ||
RowCount | ushort |
Method | Description | |
---|---|---|
Parse ( Stream s ) : void |
Parse the RopModifyRecipientsRequest structure.
|
public Parse ( Stream s ) : void | ||
s | Stream | An stream containing RopModifyRecipientsRequest structure |
return | void |
public PropertyTag[],MAPIInspector.Parsers RecipientColumns | ||
return | MAPIInspector.Parsers.PropertyTag[] |
public ModifyRecipientRow[],MAPIInspector.Parsers RecipientRows | ||
return | MAPIInspector.Parsers.ModifyRecipientRow[] |