IEWSClient.ExportItems
IEWSClient.ExportItems method
Exports the specified items from mailbox
public ExchangeStreamedItem[] ExportItems(params string[] itemIds)
Parameter | Type | Description |
---|---|---|
itemIds | String[] | Ids of itmes to be exported |
Return Value
An array of ExchangeStreamedItem
Exceptions
exception | condition |
---|---|
AsposeArgumentNullException | itemIds is null |
AsposeArgumentException | itemIds is empty |
See Also
- class ExchangeStreamedItem
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email