C# Class 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.
显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
Flags uint
ProviderUID byte[]
Version uint

Public Methods

Method Description
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

Method Details

AddressBookEntryId() public method

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

AddressBookEntryId() public method

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
return System

AddressBookEntryId() public method

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
return System

Deserialize() public method

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

Serialize() public method

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

Size() public method

Get size of this class
public Size ( ) : int
return int

Property Details

Flags public_oe property

MUST be 0x00000000.
public uint Flags
return uint

ProviderUID public_oe property

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
return byte[]

Version public_oe property

MUST be set to %x01.00.00.00.
public uint Version
return uint