C# Class MAPIInspector.Parsers.ModifyRecipientRow

A class indicates the ModifyRecipientRow structure.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
RecipientRow MAPIInspector.Parsers.RecipientRow
RecipientRowSize ushort
RecipientType byte
RowId uint

Public Methods

Method Description
ModifyRecipientRow ( MAPIInspector.Parsers.PropertyTag propTags ) : System

The construct function for ModifyRecipientRow

Parse ( Stream s ) : void

Parse the ModifyRecipientRow structure.

Method Details

ModifyRecipientRow() public method

The construct function for ModifyRecipientRow
public ModifyRecipientRow ( MAPIInspector.Parsers.PropertyTag propTags ) : System
propTags MAPIInspector.Parsers.PropertyTag The initialized parameter
return System

Parse() public method

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

Property Details

RecipientRow public property

public RecipientRow,MAPIInspector.Parsers RecipientRow
return MAPIInspector.Parsers.RecipientRow

RecipientRowSize public property

public ushort RecipientRowSize
return ushort

RecipientType public property

public byte RecipientType
return byte

RowId public property

public uint RowId
return uint