Aspose::Email::Storage::MboxToPstConversionOptions Class Reference

This class allows the user to specify additional options when converting from Mbox to PST. More...

Inherits Object.

Public Member Functions

bool get_RemoveSignature () const
 Gets a value indicating whether signature will be removed while converting. More...
 
void set_RemoveSignature (bool value)
 Sets a value indicating whether signature will be removed while converting. More...
 
MailStorageConverter::MailHandler get_MessageHandler () const
 Represents the method that will handle an event that occurs after successfully reading a message from the Mbox and before adding it to Pst.
More...
 
void set_MessageHandler (MailStorageConverter::MailHandler value)
 Represents the method that will handle an event that occurs after successfully reading a message from the Mbox and before adding it to Pst.
More...
 
 MboxToPstConversionOptions ()
 

Detailed Description

This class allows the user to specify additional options when converting from Mbox to PST.

Constructor & Destructor Documentation

◆ MboxToPstConversionOptions()

Aspose::Email::Storage::MboxToPstConversionOptions::MboxToPstConversionOptions ( )

Member Function Documentation

◆ get_MessageHandler()

MailStorageConverter::MailHandler Aspose::Email::Storage::MboxToPstConversionOptions::get_MessageHandler ( ) const

Represents the method that will handle an event that occurs after successfully reading a message from the Mbox and before adding it to Pst.

◆ get_RemoveSignature()

bool Aspose::Email::Storage::MboxToPstConversionOptions::get_RemoveSignature ( ) const

Gets a value indicating whether signature will be removed while converting.

true if will be removed; otherwise, false.

◆ set_MessageHandler()

void Aspose::Email::Storage::MboxToPstConversionOptions::set_MessageHandler ( MailStorageConverter::MailHandler  value)

Represents the method that will handle an event that occurs after successfully reading a message from the Mbox and before adding it to Pst.

◆ set_RemoveSignature()

void Aspose::Email::Storage::MboxToPstConversionOptions::set_RemoveSignature ( bool  value)

Sets a value indicating whether signature will be removed while converting.

true if will be removed; otherwise, false.