C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCMSG.AddressBookEntryID

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

공개 프로퍼티들

프로퍼티 타입 설명
Domain string
Flags uint
ProviderUID byte[]
Type uint
Version byte[]
X500DN string

공개 메소드들

메소드 설명
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the response buffer.

Equals ( object obj ) : bool

Indicates whether this instance and a specific object are equals

GetHashCode ( ) : int

Return the hash code of this instance.

Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Size of address book EntryId structure.

비공개 메소드들

메소드 설명
GetAddressValue ( byte values, int &index ) : string

Get Address Value in the byte array values

메소드 상세

Deserialize() 공개 메소드

Deserialize the response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte Bytes in response.
startIndex int The start index of this structure.
리턴 int

Equals() 공개 메소드

Indicates whether this instance and a specific object are equals
public Equals ( object obj ) : bool
obj object The object that compare with this instance.
리턴 bool

GetHashCode() 공개 메소드

Return the hash code of this instance.
public GetHashCode ( ) : int
리턴 int

Serialize() 공개 메소드

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

Size() 공개 메소드

Size of address book EntryId structure.
public Size ( ) : int
리턴 int

프로퍼티 상세

Domain 공개적으로 프로퍼티

Follows X500DN
public string Domain
리턴 string

Flags 공개적으로 프로퍼티

A 4 bytes indicates a long-term EntryID, this value must be 0x00000000.
public uint Flags
리턴 uint

ProviderUID 공개적으로 프로퍼티

The value of ProviderUID
public byte[] ProviderUID
리턴 byte[]

Type 공개적으로 프로퍼티

A 32-bit integer representing the type of the object.
public uint Type
리턴 uint

Version 공개적으로 프로퍼티

The version for address book entry id,MUST be set to %x01.00.00.00.
public byte[] Version
리턴 byte[]

X500DN 공개적으로 프로퍼티

The X500 DN of the Address Book object. X500DN is a null-terminated string of 8-bit characters.
public string X500DN
리턴 string