C# Class MAPIInspector.Parsers.MessageContent

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

Méthodes publiques

Свойство Type Description
MessageChildren MessageChildren
PropList PropList

Méthodes publiques

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

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

Verify() public static méthode

Verify that a stream's current position contains a serialized MessageContent.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Résultat bool

Property Details

MessageChildren public_oe property

public MessageChildren,MAPIInspector.Parsers MessageChildren
Résultat MessageChildren

PropList public_oe property

public PropList,MAPIInspector.Parsers PropList
Résultat PropList