C# Class MAPIInspector.Parsers.MessageChildren

The MessageChildren element represents children of the Message objects: Recipient and Attachment objects.
Inheritance: SyntacticalBase
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
Attachments MAPIInspector.Parsers.Attachment[]
FxdelPropsBeforeAttachment MetaPropValue
FxdelPropsBeforeRecipient MetaPropValue
Recipients MAPIInspector.Parsers.Recipient[]

Public Methods

Method Description
MessageChildren ( FastTransferStream stream ) : System

Initializes a new instance of the MessageChildren class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Method Details

MessageChildren() public method

Initializes a new instance of the MessageChildren class.
public MessageChildren ( 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

Property Details

Attachments public property

public Attachment[],MAPIInspector.Parsers Attachments
return MAPIInspector.Parsers.Attachment[]

FxdelPropsBeforeAttachment public property

public MetaPropValue,MAPIInspector.Parsers FxdelPropsBeforeAttachment
return MetaPropValue

FxdelPropsBeforeRecipient public property

public MetaPropValue,MAPIInspector.Parsers FxdelPropsBeforeRecipient
return MetaPropValue

Recipients public property

public Recipient[],MAPIInspector.Parsers Recipients
return MAPIInspector.Parsers.Recipient[]