C# Class MAPIInspector.Parsers.OpenRecipientRow

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

Méthodes publiques

Свойство Type Description
CodePageId ushort
RecipientRow MAPIInspector.Parsers.RecipientRow
RecipientRowSize ushort
RecipientType RecipientType
Reserved ushort

Méthodes publiques

Méthode Description
OpenRecipientRow ( MAPIInspector.Parsers.PropertyTag propTags ) : System

The OpenRecipientRow construct function

Parse ( Stream s ) : void

Parse the OpenRecipientRow structure.

Method Details

OpenRecipientRow() public méthode

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

Parse() public méthode

Parse the OpenRecipientRow structure.
public Parse ( Stream s ) : void
s Stream An stream containing OpenRecipientRow structure
Résultat void

Property Details

CodePageId public_oe property

public ushort CodePageId
Résultat ushort

RecipientRow public_oe property

public RecipientRow,MAPIInspector.Parsers RecipientRow
Résultat MAPIInspector.Parsers.RecipientRow

RecipientRowSize public_oe property

public ushort RecipientRowSize
Résultat ushort

RecipientType public_oe property

public RecipientType,MAPIInspector.Parsers RecipientType
Résultat RecipientType

Reserved public_oe property

public ushort Reserved
Résultat ushort