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.
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

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

De-serialized 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 structure
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