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

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

Méthodes publiques

Свойство Type Description
CodePageId ushort
RecipientRow RecipientRow
RecipientRowSize ushort
RecipientType byte
Reserved ushort
RowId uint

Méthodes publiques

Méthode Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Method Details

Deserialize() public méthode

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.
Résultat int

Property Details

CodePageId public_oe property

This value specifies the code page for the recipient.
public ushort CodePageId
Résultat ushort

RecipientRow public_oe 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
Résultat RecipientRow

RecipientRowSize public_oe property

This value specifies the size of the RecipientRow field.
public ushort RecipientRowSize
Résultat ushort

RecipientType public_oe 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
Résultat byte

Reserved public_oe property

The server MUST set this field to 0x0000.
public ushort Reserved
Résultat ushort

RowId public_oe property

This value specifies the ID of the recipient row.
public uint RowId
Résultat uint