Aspose::Email::Storage::Mbox::MboxLoadOptions Class Reference

Specifies additional options when loading a Mbox storage. More...

Inherits Object.

Public Member Functions

System::SharedPtr< Aspose::Email::VentureLicense > get_VentureLicense () const
 This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object. More...
 
void set_VentureLicense (System::SharedPtr< Aspose::Email::VentureLicense > value)
 This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object. More...
 
bool get_LeaveOpen () const
 Gets a value indicating whether to keep the underlying stream open after disposing. Default value is false. More...
 
void set_LeaveOpen (bool value)
 Sets a value indicating whether to keep the underlying stream open after disposing. Default value is false. More...
 
System::SharedPtr< System::Text::Encoding > get_PreferredTextEncoding () const
 Gets preferred encoding for messages. The default value is null. More...
 
void set_PreferredTextEncoding (System::SharedPtr< System::Text::Encoding > value)
 Sets preferred encoding for messages. The default value is null. More...
 
 MboxLoadOptions ()
 

Friends

class Aspose::Email::Storage::Mbox::MboxStorageReader
 

Detailed Description

Specifies additional options when loading a Mbox storage.

Constructor & Destructor Documentation

◆ MboxLoadOptions()

Aspose::Email::Storage::Mbox::MboxLoadOptions::MboxLoadOptions ( )

Member Function Documentation

◆ get_LeaveOpen()

bool Aspose::Email::Storage::Mbox::MboxLoadOptions::get_LeaveOpen ( ) const

Gets a value indicating whether to keep the underlying stream open after disposing. Default value is false.

◆ get_PreferredTextEncoding()

System::SharedPtr<System::Text::Encoding> Aspose::Email::Storage::Mbox::MboxLoadOptions::get_PreferredTextEncoding ( ) const

Gets preferred encoding for messages. The default value is null.

◆ get_VentureLicense()

System::SharedPtr<Aspose::Email::VentureLicense> Aspose::Email::Storage::Mbox::MboxLoadOptions::get_VentureLicense ( ) const

This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.

◆ set_LeaveOpen()

void Aspose::Email::Storage::Mbox::MboxLoadOptions::set_LeaveOpen ( bool  value)

Sets a value indicating whether to keep the underlying stream open after disposing. Default value is false.

◆ set_PreferredTextEncoding()

void Aspose::Email::Storage::Mbox::MboxLoadOptions::set_PreferredTextEncoding ( System::SharedPtr< System::Text::Encoding >  value)

Sets preferred encoding for messages. The default value is null.

◆ set_VentureLicense()

void Aspose::Email::Storage::Mbox::MboxLoadOptions::set_VentureLicense ( System::SharedPtr< Aspose::Email::VentureLicense >  value)

This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.

Friends And Related Function Documentation

◆ Aspose::Email::Storage::Mbox::MboxStorageReader