C# Класс Microsoft.Protocols.TestSuites.Common.RopSynchronizationImportMessageMoveRequest

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ChangeNumber byte[]
ChangeNumberSize uint
DestinationMessageId byte[]
DestinationMessageIdSize uint
InputHandleIndex byte
LogonId byte
PredecessorChangeList byte[]
PredecessorChangeListSize uint
RopId byte
SourceFolderId byte[]
SourceFolderIdSize uint
SourceMessageId byte[]
SourceMessageIdSize uint

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

Метод Описание
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of RopSynchronizationImportMessageMove request buffer structure.

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

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

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Результат byte[]

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

Return the size of RopSynchronizationImportMessageMove request buffer structure.
public Size ( ) : int
Результат int

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

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

This field specifies the change number of the message.
public byte[] ChangeNumber
Результат byte[]

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

This value specifies the size of the ChangeNumber field.
public uint ChangeNumberSize
Результат uint

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

This value identifies the destination message.
public byte[] DestinationMessageId
Результат byte[]

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

This value specifies the size of the DestinationMessageId field.
public uint DestinationMessageIdSize
Результат uint

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

This index specifies the location in the Server Object Handle Table where the handle for the input Server Object is stored.
public byte InputHandleIndex
Результат byte

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

This value specifies the logon associated with this operation.
public byte LogonId
Результат byte

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

Array of bytes. The size of this field, in bytes, is specified by the PredecessorChangeListSize field.
public byte[] PredecessorChangeList
Результат byte[]

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

This value specifies the size of the PredecessorChangeList field.
public uint PredecessorChangeListSize
Результат uint

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

This value specifies the type of remote operation. For this operation, this field is set to 0x78.
public byte RopId
Результат byte

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

This value identifies the parent folder of the source message.
public byte[] SourceFolderId
Результат byte[]

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

This value specifies the size of the SourceFolderId field.
public uint SourceFolderIdSize
Результат uint

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

This value identifies the source message.
public byte[] SourceMessageId
Результат byte[]

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

This value specifies the size of the SourceMessageId field.
public uint SourceMessageIdSize
Результат uint