Aspose::Email::Storage::Mbox::MboxSaveOptions Class Reference

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 ()
 

Detailed Description

Specifies additional options when save a Mbox storage.

Constructor & Destructor Documentation

◆ MboxSaveOptions()

Aspose::Email::Storage::Mbox::MboxSaveOptions::MboxSaveOptions ( )

Member Function Documentation

◆ get_FromShouldBeEscaped()

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.

◆ get_LeaveOpen()

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.

◆ set_FromShouldBeEscaped()

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.

◆ set_LeaveOpen()

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.