C# Class MAPIInspector.Parsers.FolderMessagesNoDelProps

The FolderMessagesNoDelProps element contains the messages contained in a folder.
Inheritance: SyntacticalBase
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
MessageLists MAPIInspector.Parsers.MessageList[]

Public Methods

Method Description
FolderMessagesNoDelProps ( FastTransferStream stream ) : System

Initializes a new instance of the FolderMessagesNoDelProps class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

Verify that a stream's current position contains a serialized FolderMessagesNoDelProps

Method Details

FolderMessagesNoDelProps() public method

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

Property Details

MessageLists public property

public MessageList[],MAPIInspector.Parsers MessageLists
return MAPIInspector.Parsers.MessageList[]