C# Class MAPIInspector.Parsers.MessageContent

The MessageContent element represents the content of a message: its properties, the recipients, and the attachments.
Inheritance: SyntacticalBase
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
MessageChildren MessageChildren
PropList PropList

Public Methods

Method Description
MessageContent ( FastTransferStream stream ) : System

Initializes a new instance of the MessageContent class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

MessageContent() public method

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

Property Details

MessageChildren public property

public MessageChildren,MAPIInspector.Parsers MessageChildren
return MessageChildren

PropList public property

public PropList,MAPIInspector.Parsers PropList
return PropList