MAPI_RemoveAddress()

Examples


The MAPI_RemoveAddress() function removes an address from the specified address list.

Syntax

MAPI_RemoveAddress(address_list_ID, index)

Parameters

address_list_ID – The ID of the address list from which an address will be removed.

index – An integer specifying which address in the list to remove; 1 specifies the first address, 2 specifies the second, and so on.

Return value

A boolean. True indicates an address was removed, while false indicates it was not.


Documentation Feedback