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

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

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

Свойство Тип Описание
ColumnCount ushort
HasNamedProperties byte
NormalizedSubject TypedString
OutputHandleIndex byte
RecipientColumns Microsoft.Protocols.TestSuites.Common.PropertyTag[]
RecipientCount ushort
RecipientRows Microsoft.Protocols.TestSuites.Common.OpenRecipientRow[]
ReturnValue uint
RopId byte
RowCount byte
SubjectPrefix TypedString

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

Метод Описание
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

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

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

Deserialize the ROP response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
Результат int

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

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

This value specifies the number of structures in the RecipientColumns field.
public ushort ColumnCount
Результат ushort

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

8-bit Boolean. This value specifies whether the message has named properties.
public byte HasNamedProperties
Результат byte

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

TypedString structure. The format of the TypedString structure is specified in [MS-OXCDATA]. This structure specifies the normalized subject of the message.
public TypedString,Microsoft.Protocols.TestSuites.Common NormalizedSubject
Результат TypedString

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

This index MUST be set to the OutputHandleIndex specified in the request.
public byte OutputHandleIndex
Результат byte

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

Array of PropertyTag structures. The number of structures contained in this field is specified by the ColumnCount field. The format of the PropertyTag structure is specified in [MS-OXCDATA]. This field specifies the property values that can be included in each row that is specified in the RecipientRows field.
public PropertyTag[],Microsoft.Protocols.TestSuites.Common RecipientColumns
Результат Microsoft.Protocols.TestSuites.Common.PropertyTag[]

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

This value specifies the number of recipients on the message.
public ushort RecipientCount
Результат ushort

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

List of OpenRecipientRow structures. The number of structures contained in this field is specified by the RowCount field.
public OpenRecipientRow[],Microsoft.Protocols.TestSuites.Common RecipientRows
Результат Microsoft.Protocols.TestSuites.Common.OpenRecipientRow[]

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

This value specifies the status of the remote operation. For successful response, this field is set to 0x00000000. For failure response, this field is set to a value other than 0x00000000.
public uint ReturnValue
Результат uint

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

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

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

This value specifies the number of structures in the RecipientRows field.
public byte RowCount
Результат byte

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

TypedString structure. The format of the TypedString structure is specified in [MS-OXCDATA]. This structure specifies the subject prefix of the message.
public TypedString,Microsoft.Protocols.TestSuites.Common SubjectPrefix
Результат TypedString