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

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...
 

Detailed Description

Represents the item received in ExportItems response

Constructor & Destructor Documentation

◆ ExchangeStreamedItem()

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

Initializes a new instance of the ExchangeStreamedItem class

Member Function Documentation

◆ get_Data()

System::ArrayPtr<uint8_t> Aspose::Email::Clients::Exchange::WebService::ExchangeStreamedItem::get_Data ( ) const

Gets the item data

Exceptions
ArgumentNullExceptionvalue is null

◆ get_DataEncoding()

System::SharedPtr<System::Text::Encoding> Aspose::Email::Clients::Exchange::WebService::ExchangeStreamedItem::get_DataEncoding ( ) const

Gets the data encoding.

The data encoding.

◆ get_ItemId()

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

Gets the item identifier

◆ set_Data()

void Aspose::Email::Clients::Exchange::WebService::ExchangeStreamedItem::set_Data ( System::ArrayPtr< uint8_t >  value)

Sets the item data

Exceptions
ArgumentNullExceptionvalue is null

◆ set_DataEncoding()

void Aspose::Email::Clients::Exchange::WebService::ExchangeStreamedItem::set_DataEncoding ( System::SharedPtr< System::Text::Encoding >  value)

Sets the data encoding.

The data encoding.

◆ set_ItemId()

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

Sets the item identifier