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

The folderContentNoDelProps element contains the content of a folder: its properties, messages, and subFolders.
Наследование: SyntacticalBase
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
FolderMessagesNoDelProps FolderMessagesNoDelProps
MetaTagFXDelProp MetaPropValue
MetaTagNewFXFolder MetaPropValue
PropList PropList
SubFolderNoDelPropList MAPIInspector.Parsers.SubFolderNoDelProps[]

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

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

Initializes a new instance of the folderContentNoDelProps class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public SubFolderNoDelProps[],MAPIInspector.Parsers SubFolderNoDelPropList
Результат MAPIInspector.Parsers.SubFolderNoDelProps[]