Aspose::Email::Clients::Exchange::WebService::ExchangeUploadItemResult Class Referencefinal

Represents a result of updating or creating a streamed item More...

Inherits Object.

Public Member Functions

System::String get_ItemId () const
 Gets the item id More...
 
void set_ItemId (System::String value)
 Gets the item id More...
 
bool get_IsSuccessful () const
 Gets a value indicating whether the item is uploaded successfully More...
 
void set_IsSuccessful (bool value)
 Gets a value indicating whether the item is uploaded successfully More...
 
System::String get_ErrorMessage () const
 Gets the error message (if the uploading item failed) More...
 
void set_ErrorMessage (System::String value)
 Gets the error message (if the uploading item failed) More...
 
 ExchangeUploadItemResult ()
 

Friends

class Aspose::Email::Clients::Exchange::WebService::Implementation::StreamedItems::Create::EwsClientStreamedItemCreate
 
class Aspose::Email::Clients::Exchange::WebService::Implementation::StreamedItems::Update::EwsClientStreamedItemUpdate
 

Detailed Description

Represents a result of updating or creating a streamed item

Constructor & Destructor Documentation

◆ ExchangeUploadItemResult()

Aspose::Email::Clients::Exchange::WebService::ExchangeUploadItemResult::ExchangeUploadItemResult ( )

Member Function Documentation

◆ get_ErrorMessage()

System::String Aspose::Email::Clients::Exchange::WebService::ExchangeUploadItemResult::get_ErrorMessage ( ) const

Gets the error message (if the uploading item failed)

◆ get_IsSuccessful()

bool Aspose::Email::Clients::Exchange::WebService::ExchangeUploadItemResult::get_IsSuccessful ( ) const

Gets a value indicating whether the item is uploaded successfully

◆ get_ItemId()

System::String Aspose::Email::Clients::Exchange::WebService::ExchangeUploadItemResult::get_ItemId ( ) const

Gets the item id

◆ set_ErrorMessage()

void Aspose::Email::Clients::Exchange::WebService::ExchangeUploadItemResult::set_ErrorMessage ( System::String  value)

Gets the error message (if the uploading item failed)

◆ set_IsSuccessful()

void Aspose::Email::Clients::Exchange::WebService::ExchangeUploadItemResult::set_IsSuccessful ( bool  value)

Gets a value indicating whether the item is uploaded successfully

◆ set_ItemId()

void Aspose::Email::Clients::Exchange::WebService::ExchangeUploadItemResult::set_ItemId ( System::String  value)

Gets the item id

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Exchange::WebService::Implementation::StreamedItems::Create::EwsClientStreamedItemCreate

friend class Aspose::Email::Clients::Exchange::WebService::Implementation::StreamedItems::Create::EwsClientStreamedItemCreate
friend

◆ Aspose::Email::Clients::Exchange::WebService::Implementation::StreamedItems::Update::EwsClientStreamedItemUpdate

friend class Aspose::Email::Clients::Exchange::WebService::Implementation::StreamedItems::Update::EwsClientStreamedItemUpdate
friend