TTMSFNCCustomCloudMicrosoftOutlookContacts.DeleteContact Method
Deletes the supplied contact.
API unit family: TMSFNCCloudMicrosoftOutlookContacts
Declaring type: TTMSFNCCustomCloudMicrosoftOutlookContacts
Overloads
Overload 1
Deletes the supplied contact.
procedure DeleteContact(AContact: TTMSFNCCloudMicrosoftOutlookContactsContact); overload;
Parameters
| Name | Description |
|---|---|
AContact |
Contact to delete. |
Overload 2
Deletes the contact identified by its identifier.
procedure DeleteContact(AContactID: string); overload;
Parameters
| Name | Description |
|---|---|
AContactID |
Identifier of the contact to delete. |