C# Class MAPIInspector.Parsers.MessageChangeFull

The messageChangeFull element contains the complete content of a new or changed message: the message 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
SecondMarker Markers
StartMarker Markers
messageChangeHeader PropList
messageChildren MessageChildren
propList PropList

Méthodes publiques

Méthode Description
MessageChangeFull ( FastTransferStream stream ) : System

Initializes a new instance of the MessageChangeFull class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

MessageChangeFull() public méthode

Initializes a new instance of the MessageChangeFull class.
public MessageChangeFull ( 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 messageChangeFull.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Résultat bool

Property Details

SecondMarker public_oe property

public Markers SecondMarker
Résultat Markers

StartMarker public_oe property

public Markers StartMarker
Résultat Markers

messageChangeHeader public_oe property

public PropList,MAPIInspector.Parsers messageChangeHeader
Résultat PropList

messageChildren public_oe property

public MessageChildren,MAPIInspector.Parsers messageChildren
Résultat MessageChildren

propList public_oe property

public PropList,MAPIInspector.Parsers propList
Résultat PropList