C# Class MAPIInspector.Parsers.MessageChildren

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

Méthodes publiques

Свойство Type Description
Attachments MAPIInspector.Parsers.Attachment[]
FxdelPropsBeforeAttachment MetaPropValue
FxdelPropsBeforeRecipient MetaPropValue
Recipients MAPIInspector.Parsers.Recipient[]

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the MessageChildren class.
public MessageChildren ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
Résultat System

Parse() public méthode

Parse fields from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Résultat void

Property Details

Attachments public_oe property

public Attachment[],MAPIInspector.Parsers Attachments
Résultat MAPIInspector.Parsers.Attachment[]

FxdelPropsBeforeAttachment public_oe property

public MetaPropValue,MAPIInspector.Parsers FxdelPropsBeforeAttachment
Résultat MetaPropValue

FxdelPropsBeforeRecipient public_oe property

public MetaPropValue,MAPIInspector.Parsers FxdelPropsBeforeRecipient
Résultat MetaPropValue

Recipients public_oe property

public Recipient[],MAPIInspector.Parsers Recipients
Résultat MAPIInspector.Parsers.Recipient[]