C# Class MAPIInspector.Parsers.FolderContentNoDelProps

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

Public Properties

Property Type Description
FolderMessagesNoDelProps FolderMessagesNoDelProps
MetaTagFXDelProp MetaPropValue
MetaTagNewFXFolder MetaPropValue
PropList PropList
SubFolderNoDelPropList MAPIInspector.Parsers.SubFolderNoDelProps[]

Public Methods

Method Description
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.

Method Details

FolderContentNoDelProps() public method

Initializes a new instance of the folderContentNoDelProps class.
public FolderContentNoDelProps ( 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 folderContentNoDelProps.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
return bool

Property Details

FolderMessagesNoDelProps public_oe property

public FolderMessagesNoDelProps,MAPIInspector.Parsers FolderMessagesNoDelProps
return FolderMessagesNoDelProps

MetaTagFXDelProp public_oe property

public MetaPropValue,MAPIInspector.Parsers MetaTagFXDelProp
return MetaPropValue

MetaTagNewFXFolder public_oe property

public MetaPropValue,MAPIInspector.Parsers MetaTagNewFXFolder
return MetaPropValue

PropList public_oe property

public PropList,MAPIInspector.Parsers PropList
return PropList

SubFolderNoDelPropList public_oe property

public SubFolderNoDelProps[],MAPIInspector.Parsers SubFolderNoDelPropList
return MAPIInspector.Parsers.SubFolderNoDelProps[]