C# Class MAPIInspector.Parsers.MessageChange

The Messagechange element contains information for the changed messages.
Inheritance: SyntacticalBase
ファイルを表示 Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
MesageChangePartial MessageChangePartial
MessageChangeFull MessageChangeFull

Public Methods

Method Description
MessageChange ( FastTransferStream stream ) : System

Initializes a new instance of the MessageChange class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

MessageChange() public method

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

Property Details

MesageChangePartial public_oe property

public MessageChangePartial,MAPIInspector.Parsers MesageChangePartial
return MessageChangePartial

MessageChangeFull public_oe property

public MessageChangeFull,MAPIInspector.Parsers MessageChangeFull
return MessageChangeFull