C# Class Microsoft.Protocols.TestSuites.Common.RopSynchronizationImportMessageMoveRequest

Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of RopSynchronizationImportMessageMove request buffer structure.

Method Details

Serialize() public méthode

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

Return the size of RopSynchronizationImportMessageMove request buffer structure.
public Size ( ) : int
Résultat int

Property Details

ChangeNumber public_oe property

This field specifies the change number of the message.
public byte[] ChangeNumber
Résultat byte[]

ChangeNumberSize public_oe property

This value specifies the size of the ChangeNumber field.
public uint ChangeNumberSize
Résultat uint

DestinationMessageId public_oe property

This value identifies the destination message.
public byte[] DestinationMessageId
Résultat byte[]

DestinationMessageIdSize public_oe property

This value specifies the size of the DestinationMessageId field.
public uint DestinationMessageIdSize
Résultat uint

InputHandleIndex public_oe property

This index specifies the location in the Server Object Handle Table where the handle for the input Server Object is stored.
public byte InputHandleIndex
Résultat byte

LogonId public_oe property

This value specifies the logon associated with this operation.
public byte LogonId
Résultat byte

PredecessorChangeList public_oe property

Array of bytes. The size of this field, in bytes, is specified by the PredecessorChangeListSize field.
public byte[] PredecessorChangeList
Résultat byte[]

PredecessorChangeListSize public_oe property

This value specifies the size of the PredecessorChangeList field.
public uint PredecessorChangeListSize
Résultat uint

RopId public_oe property

This value specifies the type of remote operation. For this operation, this field is set to 0x78.
public byte RopId
Résultat byte

SourceFolderId public_oe property

This value identifies the parent folder of the source message.
public byte[] SourceFolderId
Résultat byte[]

SourceFolderIdSize public_oe property

This value specifies the size of the SourceFolderId field.
public uint SourceFolderIdSize
Résultat uint

SourceMessageId public_oe property

This value identifies the source message.
public byte[] SourceMessageId
Résultat byte[]

SourceMessageIdSize public_oe property

This value specifies the size of the SourceMessageId field.
public uint SourceMessageIdSize
Résultat uint