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
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
SecondMarker Markers
StartMarker Markers
messageChangeHeader PropList
messageChildren MessageChildren
propList PropList

Public Methods

Method 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 method

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

Property Details

SecondMarker public property

public Markers SecondMarker
return Markers

StartMarker public property

public Markers StartMarker
return Markers

messageChangeHeader public property

public PropList,MAPIInspector.Parsers messageChangeHeader
return PropList

messageChildren public property

public MessageChildren,MAPIInspector.Parsers messageChildren
return MessageChildren

propList public property

public PropList,MAPIInspector.Parsers propList
return PropList