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

The MessageChildren element represents children of the Message objects: Recipient and Attachment objects.
Наследование: SyntacticalBase
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Attachments MAPIInspector.Parsers.Attachment[]
FxdelPropsBeforeAttachment MetaPropValue
FxdelPropsBeforeRecipient MetaPropValue
Recipients MAPIInspector.Parsers.Recipient[]

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

Метод Описание
MessageChildren ( FastTransferStream stream ) : System

Initializes a new instance of the MessageChildren class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

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

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

Initializes a new instance of the MessageChildren class.
public MessageChildren ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
Результат System

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

Parse fields from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Результат void

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

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

public Attachment[],MAPIInspector.Parsers Attachments
Результат MAPIInspector.Parsers.Attachment[]

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

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

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

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

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

public Recipient[],MAPIInspector.Parsers Recipients
Результат MAPIInspector.Parsers.Recipient[]