public class MailConversionOptions extends Object
Specify additional options when converting from MapiMessage to MailMessage.
Constructor and Description |
---|
MailConversionOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getConvertAsTnef()
Set to true to import the MapiMessage information into a MailMessage object with MapiMessage as TNEF attachment.
|
void |
setConvertAsTnef(boolean value)
Set to true to import the MapiMessage information into a MailMessage object with MapiMessage as TNEF attachment.
|
public boolean getConvertAsTnef()
Set to true to import the MapiMessage information into a MailMessage object with MapiMessage as TNEF attachment.
public void setConvertAsTnef(boolean value)
Set to true to import the MapiMessage information into a MailMessage object with MapiMessage as TNEF attachment.
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.