C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.AddressBookEntryID

Address book EntryIDs can represent several types of Address Book objects including individual users, distribution lists, containers, and templates.
Mostra file 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

Deserialized byte array to an ActionBlock instance

Serialize ( ) : byte[]

Get serialized byte array for this struct

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

Deserialized 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 struct
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