C# Class MAPIInspector.Parsers.ReadRecipientRow

A class indicates the ReadRecipientRow structure.
Inheritance: MAPIInspector.Parsers.BaseStructure
ファイルを表示 Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
CodePageId ushort
RecipientRow byte[]
RecipientRowSize ushort
RecipientType byte
Reserved ushort
RowId uint

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the ReadRecipientRow structure.

Method Details

Parse() public method

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

Property Details

CodePageId public_oe property

public ushort CodePageId
return ushort

RecipientRow public_oe property

public byte[] RecipientRow
return byte[]

RecipientRowSize public_oe property

public ushort RecipientRowSize
return ushort

RecipientType public_oe property

public byte RecipientType
return byte

Reserved public_oe property

public ushort Reserved
return ushort

RowId public_oe property

public uint RowId
return uint