Represents IAsyncEwsClient::UpdateItemAsync method parameters. More...
Inherits Object.
Public Member Functions | |
| System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< Mapi::PropertyDescriptor > > > | get_AdditionalProperties () const |
| System::SharedPtr< Aspose::Email::Mapi::MapiTask > | get_MapiTask () const |
| System::SharedPtr< Aspose::Email::Mapi::MapiContact > | get_MapiContact () const |
| System::SharedPtr< Aspose::Email::Mapi::MapiNote > | get_MapiNote () const |
| System::SharedPtr< Aspose::Email::Mapi::MapiCalendar > | get_MapiCalendar () const |
| System::String | get_FolderUri () const |
| System::String | GetUri () |
| System::SharedPtr< Mapi::MapiMessageItemBase > | GetItem () |
Represents IAsyncEwsClient::UpdateItemAsync method parameters.
|
static |
Initializes the IAsyncEwsClient::UpdateItemAsync method's parameter set with MapiCalendar item.
| item | The item to update |
| folderUri | The URI of the parent folder. |
|
static |
Initializes the IAsyncEwsClient::UpdateItemAsync method's parameter set with MapiContact item.
| item | The item to update |
|
static |
Initializes the IAsyncEwsClient::UpdateItemAsync method's parameter set with MapiNote item.
| item | The item to update |
| additionalProperties | Additional property descriptors. |
|
static |
Initializes the IAsyncEwsClient::UpdateItemAsync method's parameter set with MapiTask item.
| item | The item to update |
| additionalProperties | Additional property descriptors. |
| System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<Mapi::PropertyDescriptor> > > Aspose::Email::Clients::Exchange::WebService::Models::EwsUpdateItem::get_AdditionalProperties | ( | ) | const |
| System::String Aspose::Email::Clients::Exchange::WebService::Models::EwsUpdateItem::get_FolderUri | ( | ) | const |
| System::SharedPtr<Aspose::Email::Mapi::MapiCalendar> Aspose::Email::Clients::Exchange::WebService::Models::EwsUpdateItem::get_MapiCalendar | ( | ) | const |
| System::SharedPtr<Aspose::Email::Mapi::MapiContact> Aspose::Email::Clients::Exchange::WebService::Models::EwsUpdateItem::get_MapiContact | ( | ) | const |
| System::SharedPtr<Aspose::Email::Mapi::MapiNote> Aspose::Email::Clients::Exchange::WebService::Models::EwsUpdateItem::get_MapiNote | ( | ) | const |
| System::SharedPtr<Aspose::Email::Mapi::MapiTask> Aspose::Email::Clients::Exchange::WebService::Models::EwsUpdateItem::get_MapiTask | ( | ) | const |
| System::SharedPtr<Mapi::MapiMessageItemBase> Aspose::Email::Clients::Exchange::WebService::Models::EwsUpdateItem::GetItem | ( | ) |
| System::String Aspose::Email::Clients::Exchange::WebService::Models::EwsUpdateItem::GetUri | ( | ) |