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

The MessageContent element represents the content of a message: its properties, the recipients, and the attachments.
Наследование: SyntacticalBase
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
MessageChildren MessageChildren
PropList PropList

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

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

Initializes a new instance of the MessageContent class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

Verify that a stream's current position contains a serialized MessageContent.

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

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

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

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

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

Verify() публичный статический Метод

Verify that a stream's current position contains a serialized MessageContent.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Результат bool

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

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

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

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

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