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 () | |
Represents a result of updating or creating a streamed item
Aspose::Email::Clients::Exchange::WebService::ExchangeUploadItemResult::ExchangeUploadItemResult | ( | ) |
System::String Aspose::Email::Clients::Exchange::WebService::ExchangeUploadItemResult::get_ErrorMessage | ( | ) | const |
Gets the error message (if the uploading item failed)
bool Aspose::Email::Clients::Exchange::WebService::ExchangeUploadItemResult::get_IsSuccessful | ( | ) | const |
Gets a value indicating whether the item is uploaded successfully
System::String Aspose::Email::Clients::Exchange::WebService::ExchangeUploadItemResult::get_ItemId | ( | ) | const |
Gets the item id
void Aspose::Email::Clients::Exchange::WebService::ExchangeUploadItemResult::set_ErrorMessage | ( | System::String | value | ) |
Gets the error message (if the uploading item failed)
void Aspose::Email::Clients::Exchange::WebService::ExchangeUploadItemResult::set_IsSuccessful | ( | bool | value | ) |
Gets a value indicating whether the item is uploaded successfully
void Aspose::Email::Clients::Exchange::WebService::ExchangeUploadItemResult::set_ItemId | ( | System::String | value | ) |
Gets the item id
|
friend |
|
friend |