public class MboxToPstConversionOptions extends Object
This class allows the user to specify additional options when converting from Mbox to PST.
| Constructor and Description |
|---|
MboxToPstConversionOptions() |
| Modifier and Type | Method and Description |
|---|---|
MailStorageConverter.MailHandler |
getMessageHandler()
Represents the method that will handle an event that occurs after
successfully reading a message from the Mbox and before adding it to Pst.
|
boolean |
getRemoveSignature()
Gets or sets a value indicating whether signature will be removed while converting.
|
void |
setMessageHandler(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.
|
void |
setRemoveSignature(boolean value)
Gets or sets a value indicating whether signature will be removed while converting.
|
public final boolean getRemoveSignature()
Gets or sets a value indicating whether signature will be removed while converting.
Value:true if will be removed; otherwise, false.public final void setRemoveSignature(boolean value)
Gets or sets a value indicating whether signature will be removed while converting.
Value:true if will be removed; otherwise, false.public final MailStorageConverter.MailHandler getMessageHandler()
Represents the method that will handle an event that occurs after successfully reading a message from the Mbox and before adding it to Pst.
public final void setMessageHandler(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.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.