C# Класс MAPIInspector.Parsers.OpenRecipientRow

A class indicates the OpenRecipientRow structure.
Наследование: MAPIInspector.Parsers.BaseStructure
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CodePageId ushort
RecipientRow MAPIInspector.Parsers.RecipientRow
RecipientRowSize ushort
RecipientType RecipientType
Reserved ushort

Открытые методы

Метод Описание
OpenRecipientRow ( MAPIInspector.Parsers.PropertyTag propTags ) : System

The OpenRecipientRow construct function

Parse ( Stream s ) : void

Parse the OpenRecipientRow structure.

Описание методов

OpenRecipientRow() публичный Метод

The OpenRecipientRow construct function
public OpenRecipientRow ( MAPIInspector.Parsers.PropertyTag propTags ) : System
propTags MAPIInspector.Parsers.PropertyTag Array of PropertyTag used to initialize the class.
Результат System

Parse() публичный Метод

Parse the OpenRecipientRow structure.
public Parse ( Stream s ) : void
s Stream An stream containing OpenRecipientRow structure
Результат void

Описание свойств

CodePageId публичное свойство

public ushort CodePageId
Результат ushort

RecipientRow публичное свойство

public RecipientRow,MAPIInspector.Parsers RecipientRow
Результат MAPIInspector.Parsers.RecipientRow

RecipientRowSize публичное свойство

public ushort RecipientRowSize
Результат ushort

RecipientType публичное свойство

public RecipientType,MAPIInspector.Parsers RecipientType
Результат RecipientType

Reserved публичное свойство

public ushort Reserved
Результат ushort