The MAPI_RemoveAddress() function removes an address from the specified address list.
MAPI_RemoveAddress(address_list_ID, index)
• 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.
A boolean. True indicates an address was removed, while false indicates it was not.