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

Contains an attachmentContent.
Наследование: SyntacticalBase
Показать файл Открыть проект

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

Свойство Тип Описание
AttachmentContent AttachmentContent
EndMarker Markers
PidTagAttachNumber FixedPropTypePropValue
StartMarker Markers

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

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

Initializes a new instance of the Attachment class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

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

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

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

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

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

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

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

public Markers EndMarker
Результат Markers

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

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

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

public Markers StartMarker
Результат Markers