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

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

공개 프로퍼티들

프로퍼티 타입 설명
Essdn byte[]
EssdnSize ushort
LogonFlags byte
LogonId byte
OpenFlags uint
OutputHandleIndex byte
RopId byte
StoreState uint

공개 메소드들

메소드 설명
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

메소드 상세

Serialize() 공개 메소드

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
리턴 byte[]

Size() 공개 메소드

Return the size of this structure.
public Size ( ) : int
리턴 int

프로퍼티 상세

Essdn 공개적으로 프로퍼티

Null terminated ASCII string. The number of characters (including the null) contained in this field is specified by the EssdnSize field. This string specifies which mailbox to log on to.
public byte[] Essdn
리턴 byte[]

EssdnSize 공개적으로 프로퍼티

This value specifies the size of the Essdn field.
public ushort EssdnSize
리턴 ushort

LogonFlags 공개적으로 프로퍼티

The possible values are specified in [MS-OXCSTOR]. This structure contains flags that control the behavior of the logon.
public byte LogonFlags
리턴 byte

LogonId 공개적으로 프로퍼티

This value specifies the ID that the client wants associated with the created logon. Any value is allowed and the client does not have to use values in a certain numeric order. If the client specifies an active logon ID, the current logon is released and replaced with the new one.
public byte LogonId
리턴 byte

OpenFlags 공개적으로 프로퍼티

The possible values are specified in [MS-OXCSTOR]. This structure contains more flags that control the behavior of the logon.
public uint OpenFlags
리턴 uint

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

RopId 공개적으로 프로퍼티

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

StoreState 공개적으로 프로퍼티

The possible values are specified in [MS-OXCSTOR]. This structure specifies ongoing action on the mailbox or public folder.
public uint StoreState
리턴 uint