IEWSClient.CopyItem
IEWSClient.CopyItem method
Copies the item to specified folder
public string CopyItem(string itemUri, string destinationFolderUri)
Parameter | Type | Description |
---|---|---|
itemUri | String | The item URI |
destinationFolderUri | String | The destination folder URI |
Return Value
An uri of the copied message
Exceptions
exception | condition |
---|---|
AsposeArgumentException | itemUri is null or empty |
AsposeArgumentException | destinationFolderUri is null or empty |
See Also
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email