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

Méthodes publiques

Свойство Type Description
Marker Markers
MessageChildren MessageChildren
MetaTagIncrSyncGroupId MetaPropValue
SyncMessagePartialPropList MAPIInspector.Parsers.SyncMessagePartialPropList[]
groupInfo GroupInfo
messageChangeHeader PropList

Méthodes publiques

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

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

Property Details

Marker public_oe property

public Markers Marker
Résultat Markers

MessageChildren public_oe property

public MessageChildren,MAPIInspector.Parsers MessageChildren
Résultat MessageChildren

MetaTagIncrSyncGroupId public_oe property

public MetaPropValue,MAPIInspector.Parsers MetaTagIncrSyncGroupId
Résultat MetaPropValue

SyncMessagePartialPropList public_oe property

public SyncMessagePartialPropList[],MAPIInspector.Parsers SyncMessagePartialPropList
Résultat MAPIInspector.Parsers.SyncMessagePartialPropList[]

groupInfo public_oe property

public GroupInfo,MAPIInspector.Parsers groupInfo
Résultat GroupInfo

messageChangeHeader public_oe property

public PropList,MAPIInspector.Parsers messageChangeHeader
Résultat PropList