Property | Type | Description | |
---|---|---|---|
RecipientRow | MAPIInspector.Parsers.RecipientRow | ||
RecipientRowSize | ushort | ||
RecipientType | byte | ||
RowId | uint |
Method | Description | |
---|---|---|
ModifyRecipientRow ( MAPIInspector.Parsers.PropertyTag propTags ) : System |
The construct function for ModifyRecipientRow
|
|
Parse ( Stream s ) : void |
Parse the ModifyRecipientRow structure.
|
public ModifyRecipientRow ( MAPIInspector.Parsers.PropertyTag propTags ) : System | ||
propTags | MAPIInspector.Parsers.PropertyTag | The initialized parameter |
return | System |
public Parse ( Stream s ) : void | ||
s | Stream | An stream containing ModifyRecipientRow structure |
return | void |
public RecipientRow,MAPIInspector.Parsers RecipientRow | ||
return | MAPIInspector.Parsers.RecipientRow |