C# Class MAPIInspector.Parsers.FolderContent

The folderContent element contains the content of a folder: its properties, messages, and subFolders.
Inheritance: SyntacticalBase
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
FolderMessages FolderMessages
MetaTagFXDelProp MetaPropValue
MetaTagNewFXFolder MetaPropValue
PropList PropList
SubFolders MAPIInspector.Parsers.SubFolder[]

Public Methods

Method Description
FolderContent ( FastTransferStream stream ) : System

Initializes a new instance of the FolderContent class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

FolderContent() public method

Initializes a new instance of the FolderContent class.
public FolderContent ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
return System

Parse() public method

Parse fields from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
return void

Verify() public static method

Verify that a stream's current position contains a serialized folderContent.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
return bool

Property Details

FolderMessages public property

public FolderMessages,MAPIInspector.Parsers FolderMessages
return FolderMessages

MetaTagFXDelProp public property

public MetaPropValue,MAPIInspector.Parsers MetaTagFXDelProp
return MetaPropValue

MetaTagNewFXFolder public property

public MetaPropValue,MAPIInspector.Parsers MetaTagNewFXFolder
return MetaPropValue

PropList public property

public PropList,MAPIInspector.Parsers PropList
return PropList

SubFolders public property

public SubFolder[],MAPIInspector.Parsers SubFolders
return MAPIInspector.Parsers.SubFolder[]