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

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

공개 프로퍼티들

프로퍼티 타입 설명
FolderIds ulong[]
GwartTime ulong
LogonFlags byte
LogonTime LogonTime
MailboxGuid byte[]
OutputHandleIndex byte
PerUserGuid byte[]
ReplGuid byte[]
ReplId byte[]
ResponseFlags byte
ReturnValue uint
RopId byte
ServerName byte[]
ServerNameSize byte
StoreState 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

프로퍼티 상세

FolderIds 공개적으로 프로퍼티

13 64-bit identifiers. These IDs specify a set of special folders for a mailbox.
public ulong[] FolderIds
리턴 ulong[]

GwartTime 공개적으로 프로퍼티

Unsigned 64-bit integer. This value represents the number of 100-nanosecond intervals since January 1, 1601. This time specifies when the Gateway Address Routing Table last changed.
public ulong GwartTime
리턴 ulong

LogonFlags 공개적으로 프로퍼티

The possible values are specified in [MS-OXCSTOR]. These flags specify the type of logon.
public byte LogonFlags
리턴 byte

LogonTime 공개적으로 프로퍼티

LogonTime structure. The format of this structure is specified in section 2.2.2.1.2.1. This structure specifies the time at which the logon occurred.
public LogonTime,Microsoft.Protocols.TestSuites.Common LogonTime
리턴 LogonTime

MailboxGuid 공개적으로 프로퍼티

GUID. This value identifies the mailbox on which the logon was performed.
public byte[] MailboxGuid
리턴 byte[]

OutputHandleIndex 공개적으로 프로퍼티

This index specifies the location in the Server Object Handle Table where the handle for the output Server Object will be stored.
public byte OutputHandleIndex
리턴 byte

PerUserGuid 공개적으로 프로퍼티

This field is not used and is ignored by the client. The server SHOULD set this field to an empty GUID (all zeroes).
public byte[] PerUserGuid
리턴 byte[]

ReplGuid 공개적으로 프로퍼티

GUID. This field specifies the replica GUID that is associated with the replica ID, which is specified in the ReplId field.
public byte[] ReplGuid
리턴 byte[]

ReplId 공개적으로 프로퍼티

16-bit identifier. This field specifies a replica ID for the logon.
public byte[] ReplId
리턴 byte[]

ResponseFlags 공개적으로 프로퍼티

8-bit flags structure. The possible values are specified in [MS-OXCSTOR]. These flags provide details about the state of the mailbox.
public byte ResponseFlags
리턴 byte

ReturnValue 공개적으로 프로퍼티

This value specifies the status of the remote operation. For this response, this field is set to 0x00000000.
public uint ReturnValue
리턴 uint

RopId 공개적으로 프로퍼티

This value specifies the type of remote operation. For this operation, this field is set to 0xFE.
public byte RopId
리턴 byte

ServerName 공개적으로 프로퍼티

Null terminated ASCII string. The number of characters (including the null) contained in this field is specified by the ServerNameSize field. This string specifies a different server for the client to connect to.
public byte[] ServerName
리턴 byte[]

ServerNameSize 공개적으로 프로퍼티

Unsigned 8-bit integer. This value specifies the length of the ServerName field.
public byte ServerNameSize
리턴 byte

StoreState 공개적으로 프로퍼티

32-bit flags structure. The possible values are specified in [MS-OXCSTOR]. These flags specify ongoing action on the mailbox or public folder.
public uint StoreState
리턴 uint