C# Class MAPIInspector.Parsers.ReadRecipientRow

A class indicates the ReadRecipientRow 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 byte[]
RecipientRowSize ushort
RecipientType byte
Reserved ushort
RowId uint

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the ReadRecipientRow structure.

Method Details

Parse() public méthode

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

Property Details

CodePageId public_oe property

public ushort CodePageId
Résultat ushort

RecipientRow public_oe property

public byte[] RecipientRow
Résultat byte[]

RecipientRowSize public_oe property

public ushort RecipientRowSize
Résultat ushort

RecipientType public_oe property

public byte RecipientType
Résultat byte

Reserved public_oe property

public ushort Reserved
Résultat ushort

RowId public_oe property

public uint RowId
Résultat uint