Specifies additional options when save a Mbox storage. More...
Inherits Object.
Public Member Functions | |
| 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... | |
| bool | get_FromShouldBeEscaped () const |
| Gets a value indicating whether to escape the "From" string at the beginning of a line in the body of an email message. The default value is false. More... | |
| void | set_FromShouldBeEscaped (bool value) |
| Sets a value indicating whether to escape the "From" string at the beginning of a line in the body of an email message. The default value is false. More... | |
| MboxSaveOptions () | |
Specifies additional options when save a Mbox storage.
| Aspose::Email::Storage::Mbox::MboxSaveOptions::MboxSaveOptions | ( | ) |
| bool Aspose::Email::Storage::Mbox::MboxSaveOptions::get_FromShouldBeEscaped | ( | ) | const |
Gets a value indicating whether to escape the "From" string at the beginning of a line in the body of an email message. The default value is false.
| bool Aspose::Email::Storage::Mbox::MboxSaveOptions::get_LeaveOpen | ( | ) | const |
Gets a value indicating whether to keep the underlying stream open after disposing. Default value is false.
| void Aspose::Email::Storage::Mbox::MboxSaveOptions::set_FromShouldBeEscaped | ( | bool | value | ) |
Sets a value indicating whether to escape the "From" string at the beginning of a line in the body of an email message. The default value is false.
| void Aspose::Email::Storage::Mbox::MboxSaveOptions::set_LeaveOpen | ( | bool | value | ) |
Sets a value indicating whether to keep the underlying stream open after disposing. Default value is false.