DeleteAddressCard

The DeleteAddressCard function removes an address card from the Contacts database.

Syntax

BOOL DeleteAddressCard(PEGOID oidCard);

At a Glance

Header file: Addrstor.h
Platforms: H/PC
Versions: 1.0 and later

Parameters

oidCard
Object identifier of the card to be removed.

Return Values

Returns TRUE if successful, or FALSE otherwise.

Remarks

The Contacts database must have been opened by a previous call to the OpenAddressBook function.

See Also

AddAddressCard, ModifyAddressCard, OpenAddressBook