Represents the item received in ExportItems response More...
Inherits Object.
Public Member Functions | |
| System::String | get_ItemId () const |
| Gets the item identifier More... | |
| void | set_ItemId (System::String value) |
| Sets the item identifier More... | |
| System::SharedPtr< System::Text::Encoding > | get_DataEncoding () const |
| Gets the data encoding. More... | |
| void | set_DataEncoding (System::SharedPtr< System::Text::Encoding > value) |
| Sets the data encoding. More... | |
| System::ArrayPtr< uint8_t > | get_Data () const |
| Gets the item data More... | |
| void | set_Data (System::ArrayPtr< uint8_t > value) |
| Sets the item data More... | |
| ExchangeStreamedItem () | |
| Initializes a new instance of the ExchangeStreamedItem class More... | |
Represents the item received in ExportItems response
| Aspose::Email::Clients::Exchange::WebService::ExchangeStreamedItem::ExchangeStreamedItem | ( | ) |
Initializes a new instance of the ExchangeStreamedItem class
| System::ArrayPtr<uint8_t> Aspose::Email::Clients::Exchange::WebService::ExchangeStreamedItem::get_Data | ( | ) | const |
Gets the item data
| ArgumentNullException | value is null |
| System::SharedPtr<System::Text::Encoding> Aspose::Email::Clients::Exchange::WebService::ExchangeStreamedItem::get_DataEncoding | ( | ) | const |
Gets the data encoding.
The data encoding.
| System::String Aspose::Email::Clients::Exchange::WebService::ExchangeStreamedItem::get_ItemId | ( | ) | const |
Gets the item identifier
| void Aspose::Email::Clients::Exchange::WebService::ExchangeStreamedItem::set_Data | ( | System::ArrayPtr< uint8_t > | value | ) |
Sets the item data
| ArgumentNullException | value is null |
| void Aspose::Email::Clients::Exchange::WebService::ExchangeStreamedItem::set_DataEncoding | ( | System::SharedPtr< System::Text::Encoding > | value | ) |
Sets the data encoding.
The data encoding.
| void Aspose::Email::Clients::Exchange::WebService::ExchangeStreamedItem::set_ItemId | ( | System::String | value | ) |
Sets the item identifier