ExchangeClient.MoveItems
MoveItems(string, params string[])
Moves items.
public void MoveItems(string destinationFolderUri, params string[] itemsUriArray)
| Parameter | Type | Description |
|---|---|---|
| destinationFolderUri | String | The new destination for items. |
| itemsUriArray | String[] | Items uri arrray |
See Also
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email
MoveItems(string, bool, params string[])
Moves items.
public void MoveItems(string destinationFolderUri, bool overwrite, params string[] itemsUriArray)
| Parameter | Type | Description |
|---|---|---|
| destinationFolderUri | String | The new destination for items. |
| overwrite | Boolean | Specifies whether the server should overwrite a existing message while processing a MOVE operation. |
| itemsUriArray | String[] | Items uri arrray |
See Also
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email