Represents IAsyncEwsClient::UpdateItemAsync method parameters. More...
Inherits Object.
Public Member Functions | |
System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< Aspose::Email::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< Aspose::Email::Mapi::MapiMessageItemBase > | GetItem () |
Static Public Member Functions | |
static System::SharedPtr< EwsUpdateItem > | Create (System::SharedPtr< Aspose::Email::Mapi::MapiTask > item, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >>> additionalProperties=nullptr) |
Initializes the IAsyncEwsClient::UpdateItemAsync method's parameter set with MapiTask item. More... | |
static System::SharedPtr< EwsUpdateItem > | Create (System::SharedPtr< Aspose::Email::Mapi::MapiContact > item) |
Initializes the IAsyncEwsClient::UpdateItemAsync method's parameter set with MapiContact item. More... | |
static System::SharedPtr< EwsUpdateItem > | Create (System::SharedPtr< Aspose::Email::Mapi::MapiNote > item, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >>> additionalProperties=nullptr) |
Initializes the IAsyncEwsClient::UpdateItemAsync method's parameter set with MapiNote item. More... | |
static System::SharedPtr< EwsUpdateItem > | Create (System::SharedPtr< Aspose::Email::Mapi::MapiCalendar > item, System::String folderUri=nullptr) |
Initializes the IAsyncEwsClient::UpdateItemAsync method's parameter set with MapiCalendar item. More... | |
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<Aspose::Email::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<Aspose::Email::Mapi::MapiMessageItemBase> Aspose::Email::Clients::Exchange::WebService::Models::EwsUpdateItem::GetItem | ( | ) |
System::String Aspose::Email::Clients::Exchange::WebService::Models::EwsUpdateItem::GetUri | ( | ) |