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

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

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

Свойство Тип Описание
CodePageId ushort
RecipientRow RecipientRow
RecipientRowSize ushort
RecipientType byte
Reserved ushort
RowId uint

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

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

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

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

This value specifies the code page for the recipient.
public ushort CodePageId
Результат ushort

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

RecipientRow structure. The format of this structure is specified in [MS-OXCDATA]. The size of this field, in bytes, is specified by the RecipientRowSize field.
public RecipientRow,Microsoft.Protocols.TestSuites.Common RecipientRow
Результат RecipientRow

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

This value specifies the size of the RecipientRow field.
public ushort RecipientRowSize
Результат ushort

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

8-bit enumeration. The possible values for this enumeration are specified in [MS-OXCMSG]. This enumeration specifies the type of recipient.
public byte RecipientType
Результат byte

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

The server MUST set this field to 0x0000.
public ushort Reserved
Результат ushort

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

This value specifies the ID of the recipient row.
public uint RowId
Результат uint