AddressBook.ABRecord Members

The members of AddressBook.ABRecord are listed below.

See Also: Inherited members from System.Object

Public Fields

const
InvalidPropertyIdint (-1). An invalid value for a property id.
const
InvalidRecordIdint (-1). An invalid value for a record id.

Public Properties

[read-only]
HandleIntPtr. Handle (pointer) to the unmanaged object representation.
[read-only]
Idint. Gets the unique ID of the record.
[read-only]
TypeABRecordType. Gets the type of the record.

Public Methods

Dispose()
Releases the resources used by the ABRecord object.
Finalize()
Finalizer for the ABRecord object
static
FromHandle(IntPtr) : ABRecord
Documentation for this section has not yet been entered.
override
ToString() : string
Returns the composite name of the AddressBook.ABRecord.

Protected Methods

Dispose(bool)
Releases the resources used by the ABRecord object.