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)
ParameterDescription
itemThe item to update
folderUriThe 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)
ParameterDescription
itemThe 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)
ParameterDescription
itemThe item to update
additionalPropertiesAdditional 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)
ParameterDescription
itemThe item to update
additionalPropertiesAdditional property descriptors.