IAsyncEwsClient::ArchiveItemsAsync method parameters. More...
Inherits Object.
Public Member Functions | |
| System::String | get_SourceFolderUri () const |
| System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< Schema_2016::ItemIdType > > > | get_ItemIds () const |
| System::SharedPtr< EwsArchiveItems > | AddItem (System::SharedPtr< ExchangeTask > task) |
| Add item to archive. More... | |
| System::SharedPtr< EwsArchiveItems > | AddItem (System::SharedPtr< Calendar::Appointment > appointment) |
| Add item to archive. More... | |
| System::SharedPtr< EwsArchiveItems > | AddItem (System::SharedPtr< Mapi::MapiMessageItemBase > item) |
| Add item to archive. More... | |
| System::SharedPtr< EwsArchiveItems > | AddItemId (System::String uniqueId) |
| Add item to archive. More... | |
Static Public Member Functions | |
| static System::SharedPtr< EwsArchiveItems > | Create (System::String sourceFolderUri) |
| Create IAsyncEwsClient::ArchiveItemsAsync method parameter set. More... | |
Protected Member Functions | |
| virtual | ~EwsArchiveItems () |
IAsyncEwsClient::ArchiveItemsAsync method parameters.
|
protectedvirtual |
| System::SharedPtr<EwsArchiveItems> Aspose::Email::Clients::Exchange::WebService::Models::EwsArchiveItems::AddItem | ( | System::SharedPtr< Calendar::Appointment > | appointment | ) |
Add item to archive.
| appointment | Item which will be archived. |
| System::SharedPtr<EwsArchiveItems> Aspose::Email::Clients::Exchange::WebService::Models::EwsArchiveItems::AddItem | ( | System::SharedPtr< ExchangeTask > | task | ) |
Add item to archive.
| task | Item which will be archived. |
| System::SharedPtr<EwsArchiveItems> Aspose::Email::Clients::Exchange::WebService::Models::EwsArchiveItems::AddItem | ( | System::SharedPtr< Mapi::MapiMessageItemBase > | item | ) |
Add item to archive.
| item | Item which will be archived. |
| System::SharedPtr<EwsArchiveItems> Aspose::Email::Clients::Exchange::WebService::Models::EwsArchiveItems::AddItemId | ( | System::String | uniqueId | ) |
Add item to archive.
| uniqueId | Item id. |
|
static |
| System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<Schema_2016::ItemIdType> > > Aspose::Email::Clients::Exchange::WebService::Models::EwsArchiveItems::get_ItemIds | ( | ) | const |
| System::String Aspose::Email::Clients::Exchange::WebService::Models::EwsArchiveItems::get_SourceFolderUri | ( | ) | const |