C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCFXICS.AddressBookEntryId

Address book EntryIDs can represent several types of Address Book objects including individual users, distribution lists, containers, and templates.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Flags uint
ProviderUID byte[]
Version uint

공개 메소드들

메소드 설명
AddressBookEntryId ( ) : System

Initializes a new instance of the AddressBookEntryId class.

AddressBookEntryId ( string valueOfx500DN ) : System

Initializes a new instance of the AddressBookEntryId class.

AddressBookEntryId ( string valueOfx500DN, ObjectTypes types ) : System

Initializes a new instance of the AddressBookEntryId class.

Deserialize ( byte buffer ) : uint

De-serialized byte array to an ActionBlock instance

Serialize ( ) : byte[]

Get serialized byte array for this structure

Size ( ) : int

Get size of this class

메소드 상세

AddressBookEntryId() 공개 메소드

Initializes a new instance of the AddressBookEntryId class.
public AddressBookEntryId ( ) : System
리턴 System

AddressBookEntryId() 공개 메소드

Initializes a new instance of the AddressBookEntryId class.
public AddressBookEntryId ( string valueOfx500DN ) : System
valueOfx500DN string The X500 DN of the Address Book object. This must not be a null-terminated string
리턴 System

AddressBookEntryId() 공개 메소드

Initializes a new instance of the AddressBookEntryId class.
public AddressBookEntryId ( string valueOfx500DN, ObjectTypes types ) : System
valueOfx500DN string The X500 DN of the Address Book object. This must not be a null-terminated string
types ObjectTypes type of object
리턴 System

Deserialize() 공개 메소드

De-serialized byte array to an ActionBlock instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contain data of an ActionBlock instance
리턴 uint

Serialize() 공개 메소드

Get serialized byte array for this structure
public Serialize ( ) : byte[]
리턴 byte[]

Size() 공개 메소드

Get size of this class
public Size ( ) : int
리턴 int

프로퍼티 상세

Flags 공개적으로 프로퍼티

MUST be 0x00000000.
public uint Flags
리턴 uint

ProviderUID 공개적으로 프로퍼티

The ProviderUID value that MUST be %xDC.A7.40.C8.C0.42.10.1A.B4.B9.08.00.2B.2F.E1.82.
public byte[] ProviderUID
리턴 byte[]

Version 공개적으로 프로퍼티

MUST be set to %x01.00.00.00.
public uint Version
리턴 uint