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

파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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