C# Class MAPIInspector.Parsers.MessageChangePartial

The MessageChangePartial element represents the difference in message content since the last download, as identified by the initial ICS state.
Inheritance: SyntacticalBase
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
Marker Markers
MessageChildren MessageChildren
MetaTagIncrSyncGroupId MetaPropValue
SyncMessagePartialPropList MAPIInspector.Parsers.SyncMessagePartialPropList[]
groupInfo GroupInfo
messageChangeHeader PropList

Public Methods

Method Description
MessageChangePartial ( FastTransferStream stream ) : System

Initializes a new instance of the MessageChangePartial class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

MessageChangePartial() public method

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

Property Details

Marker public property

public Markers Marker
return Markers

MessageChildren public property

public MessageChildren,MAPIInspector.Parsers MessageChildren
return MessageChildren

MetaTagIncrSyncGroupId public property

public MetaPropValue,MAPIInspector.Parsers MetaTagIncrSyncGroupId
return MetaPropValue

SyncMessagePartialPropList public property

public SyncMessagePartialPropList[],MAPIInspector.Parsers SyncMessagePartialPropList
return MAPIInspector.Parsers.SyncMessagePartialPropList[]

groupInfo public property

public GroupInfo,MAPIInspector.Parsers groupInfo
return GroupInfo

messageChangeHeader public property

public PropList,MAPIInspector.Parsers messageChangeHeader
return PropList