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

Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
CodePageId ushort
RecipientRow RecipientRow
RecipientRowSize ushort
RecipientType byte
Reserved ushort
RowId uint

Public Methods

Method Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Method Details

Deserialize() public method

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.
return int

Property Details

CodePageId public property

This value specifies the code page for the recipient.
public ushort CodePageId
return ushort

RecipientRow public property

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
return RecipientRow

RecipientRowSize public property

This value specifies the size of the RecipientRow field.
public ushort RecipientRowSize
return ushort

RecipientType public property

8-bit enumeration. The possible values for this enumeration are specified in [MS-OXCMSG]. This enumeration specifies the type of recipient.
public byte RecipientType
return byte

Reserved public property

The server MUST set this field to 0x0000.
public ushort Reserved
return ushort

RowId public property

This value specifies the ID of the recipient row.
public uint RowId
return uint