Create
Create (1 of 4)
Initializes the IAsyncEwsClient::UpdateItemAsync method’s parameter set with MapiCalendar item.
Returns: static System::SharedPtr < EwsUpdateItem > Aspose::Email::Clients::Exchange::WebService::Models::
Create(System::SharedPtr < Aspose::Email::Mapi::MapiCalendar > item, System::String folderUri)
| Parameter | Description |
|---|---|
| item | The item to update |
| folderUri | The URI of the parent folder. |
Create (2 of 4)
Initializes the IAsyncEwsClient::UpdateItemAsync method’s parameter set with MapiContact item.
Returns: static System::SharedPtr < EwsUpdateItem > Aspose::Email::Clients::Exchange::WebService::Models::
Create(System::SharedPtr < Aspose::Email::Mapi::MapiContact > item)
| Parameter | Description |
|---|---|
| item | The item to update |
Create (3 of 4)
Initializes the IAsyncEwsClient::UpdateItemAsync method’s parameter set with MapiNote item.
Returns: static System::SharedPtr < EwsUpdateItem > Aspose::Email::Clients::Exchange::WebService::Models::
Create(System::SharedPtr < Aspose::Email::Mapi::MapiNote > item, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < Mapi::PropertyDescriptor >>> additionalProperties)
| Parameter | Description |
|---|---|
| item | The item to update |
| additionalProperties | Additional property descriptors. |
Create (4 of 4)
Initializes the IAsyncEwsClient::UpdateItemAsync method’s parameter set with MapiTask item.
Returns: static System::SharedPtr < EwsUpdateItem > Aspose::Email::Clients::Exchange::WebService::Models::
Create(System::SharedPtr < Aspose::Email::Mapi::MapiTask > item, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < Mapi::PropertyDescriptor >>> additionalProperties)
| Parameter | Description |
|---|---|
| item | The item to update |
| additionalProperties | Additional property descriptors. |