ExchangeClient.DeleteContact
DeleteContact(Contact)
Deletes the contact.
public void DeleteContact(Contact contact)
| Parameter | Type | Description |
|---|---|---|
| contact | Contact | Contact |
See Also
- class Contact
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email
DeleteContact(MapiContact)
Deletes the contact.
public void DeleteContact(MapiContact contact)
| Parameter | Type | Description |
|---|---|---|
| contact | MapiContact | Contact |
See Also
- class MapiContact
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email
DeleteContact(string)
Deletes the contact.
public void DeleteContact(string id)
| Parameter | Type | Description |
|---|---|---|
| id | String | The contact identifier. |
See Also
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email