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

The attachmentContent element contains the properties and the embedded message of an Attachment object. If present,
Наследование: SyntacticalBase
Показать файл Открыть проект Примеры использования класса

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

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

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

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

Initializes a new instance of the AttachmentContent class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

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

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

Initializes a new instance of the AttachmentContent class.
public AttachmentContent ( 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 attachmentContent.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Результат bool

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

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

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

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

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