C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.MessageChangePartial

The MessageChangePartial element represents the difference in message content since the last download, as identified by the initial ICS state. MessageChangePartial = [groupInfo] [PidTagIncrSyncGroupId] IncrSyncChgPartial messageChangeHeader *( PidTagIncrementalSyncMessagePartial propList ) MessageChildren
Inheritance: MessageChange
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Deserialize ( FastTransferStream stream ) : void

Deserialize fields from a FastTransferStream.

MessageChangePartial ( FastTransferStream stream ) : System

Initializes a new instance of the MessageChangePartial class.

Verify ( FastTransferStream stream ) : bool

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

Method Details

Deserialize() public method

Deserialize fields from a FastTransferStream.
public Deserialize ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
return void

MessageChangePartial() public method

Initializes a new instance of the MessageChangePartial class.
public MessageChangePartial ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream object.
return System

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