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 |
Specifies additional options when loading a Mbox storage.
| Aspose::Email::Storage::Mbox::MboxLoadOptions::MboxLoadOptions | ( | ) |
| 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.
| System::SharedPtr<System::Text::Encoding> Aspose::Email::Storage::Mbox::MboxLoadOptions::get_PreferredTextEncoding | ( | ) | const |
Gets preferred encoding for messages. The default value is null.
| 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.
| 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.
| void Aspose::Email::Storage::Mbox::MboxLoadOptions::set_PreferredTextEncoding | ( | System::SharedPtr< System::Text::Encoding > | value | ) |
Sets preferred encoding for messages. The default value is null.
| 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.
|
friend |