C# Class MAPIInspector.Parsers.OpenRecipientRow

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

Public Properties

Property Type Description
CodePageId ushort
RecipientRow MAPIInspector.Parsers.RecipientRow
RecipientRowSize ushort
RecipientType RecipientType
Reserved ushort

Public Methods

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

The OpenRecipientRow construct function

Parse ( Stream s ) : void

Parse the OpenRecipientRow structure.

Method Details

OpenRecipientRow() public method

The OpenRecipientRow construct function
public OpenRecipientRow ( MAPIInspector.Parsers.PropertyTag propTags ) : System
propTags MAPIInspector.Parsers.PropertyTag Array of PropertyTag used to initialize the class.
return System

Parse() public method

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

Property Details

CodePageId public property

public ushort CodePageId
return ushort

RecipientRow public property

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

RecipientRowSize public property

public ushort RecipientRowSize
return ushort

RecipientType public property

public RecipientType,MAPIInspector.Parsers RecipientType
return RecipientType

Reserved public property

public ushort Reserved
return ushort