C# Класс MAPIInspector.Parsers.MessageChangePartial

The MessageChangePartial element represents the difference in message content since the last download, as identified by the initial ICS state.
Наследование: SyntacticalBase
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Marker Markers
MessageChildren MessageChildren
MetaTagIncrSyncGroupId MetaPropValue
SyncMessagePartialPropList MAPIInspector.Parsers.SyncMessagePartialPropList[]
groupInfo GroupInfo
messageChangeHeader PropList

Открытые методы

Метод Описание
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.

Описание методов

MessageChangePartial() публичный Метод

Initializes a new instance of the MessageChangePartial class.
public MessageChangePartial ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream object.
Результат System

Parse() публичный Метод

Parse fields from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Результат void

Verify() публичный статический Метод

Verify that a stream's current position contains a serialized MessageChangePartial.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Результат bool

Описание свойств

Marker публичное свойство

public Markers Marker
Результат Markers

MessageChildren публичное свойство

public MessageChildren,MAPIInspector.Parsers MessageChildren
Результат MessageChildren

MetaTagIncrSyncGroupId публичное свойство

public MetaPropValue,MAPIInspector.Parsers MetaTagIncrSyncGroupId
Результат MetaPropValue

SyncMessagePartialPropList публичное свойство

public SyncMessagePartialPropList[],MAPIInspector.Parsers SyncMessagePartialPropList
Результат MAPIInspector.Parsers.SyncMessagePartialPropList[]

groupInfo публичное свойство

public GroupInfo,MAPIInspector.Parsers groupInfo
Результат GroupInfo

messageChangeHeader публичное свойство

public PropList,MAPIInspector.Parsers messageChangeHeader
Результат PropList