C# 클래스 Microsoft.Protocols.TestSuites.Common.OpenRecipientRow

파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 프로퍼티들

프로퍼티 타입 설명
CodePageId ushort
RecipientRow RecipientRow
RecipientRowSize ushort
RecipientType byte
Reserved ushort

공개 메소드들

메소드 설명
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