IEWSClient.CreateContact
CreateContact(Contact)
Creates a contact item in the Exchange store.
public string CreateContact(Contact contact)
Parameter | Type | Description |
---|---|---|
contact | Contact | Contact item |
Return Value
The contact Uri
See Also
- class Contact
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
CreateContact(string, Contact)
Creates a contact item in the specified folder.
public string CreateContact(string folderUri, Contact contact)
Parameter | Type | Description |
---|---|---|
folderUri | String | Folder uri |
contact | Contact | Contact item |
Return Value
The contact Uri
See Also
- class Contact
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email