IEWSClient.ArchiveItem
Contents
[
Hide
]ArchiveItem(string, MapiMessageItemBase)
The ArchiveItem operation moves an item into the mailbox user’s archive mailbox.
public void ArchiveItem(string sourceFolderUri, MapiMessageItemBase item)
Parameter | Type | Description |
---|---|---|
sourceFolderUri | String | |
item | MapiMessageItemBase | Item which will be archived |
See Also
- class MapiMessageItemBase
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ArchiveItem(string, Appointment)
The ArchiveItem operation moves an item into the mailbox user’s archive mailbox.
public void ArchiveItem(string sourceFolderUri, Appointment appointment)
Parameter | Type | Description |
---|---|---|
sourceFolderUri | String | |
appointment | Appointment | Item which will be archived |
See Also
- class Appointment
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ArchiveItem(string, ExchangeTask)
The ArchiveItem operation moves an item into the mailbox user’s archive mailbox.
public void ArchiveItem(string sourceFolderUri, ExchangeTask task)
Parameter | Type | Description |
---|---|---|
sourceFolderUri | String | |
task | ExchangeTask | Item which will be archived |
See Also
- class ExchangeTask
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ArchiveItem(string, string)
The ArchiveItem operation moves an item into the mailbox user’s archive mailbox.
public void ArchiveItem(string sourceFolderUri, string uniqueId)
Parameter | Type | Description |
---|---|---|
sourceFolderUri | String | |
uniqueId | String | Item id |
See Also
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email