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.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
Flags uint
ProviderUID byte[]
Version uint

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the AddressBookEntryID class.
public AddressBookEntryID ( ) : System
Résultat System

AddressBookEntryID() public méthode

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.
Résultat System

AddressBookEntryID() public méthode

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.
Résultat System

Deserialize() public méthode

Deserialized byte array to an ActionBlock instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contain data of an ActionBlock instance.
Résultat uint

Serialize() public méthode

Get serialized byte array for this struct
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

Get size of this class
public Size ( ) : int
Résultat int

Property Details

Flags public_oe property

MUST be 0x00000000.
public uint Flags
Résultat 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
Résultat byte[]

Version public_oe property

MUST be set to %x01.00.00.00.
public uint Version
Résultat uint