Class

AddressBookRecord


Warning

This item was deprecated in version 2019r2. There is no replacement.

Description

Stores information about an Address Book record and has methods for getting, setting, and removing values. This is the base class for AddressBookContact and AddressBookGroup.

Properties

Name

Type

Read-Only

Shared

CreationDate

Date

ModificationDate

Date

UniqueID

String

Methods

Name

Parameters

Returns

Shared

RemoveValue

PropertyName As String

Value

PropertyName As String

Variant

PropertyName As String, Assigns NewValue As Variant

Property descriptions


AddressBookRecord.CreationDate

CreationDate As Date

Returns the creation date of the record.


AddressBookRecord.ModificationDate

ModificationDate As Date

Returns the last modification date of the record.


AddressBookRecord.UniqueID

UniqueID As String

Returns the unique ID corresponding to the record.

Method descriptions


AddressBookRecord.RemoveValue

RemoveValue(PropertyName As String)

Removes the value for the specified property.


AddressBookRecord.Value

Value(PropertyName As String) As Variant

Sets the value for the specified property as a Variant.


AddressBookRecord.Value

Value(PropertyName As String, Assigns NewValue As Variant)

Sets the value for the specified property as a Variant.

Compatibility

All project types on all supported operating systems.

See also

Object parent class; AddressBook, AddressBookAddress, AddressBookContact, AddressBookData classes; System module.