Public API Changes in Aspose.Email 4.1.0
The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Email for Java. If you have concerns about any change listed, please raise it on the Aspose.Email support forum.
Added Enumeration Members
MhtFormatOptions
Enumeration with Members WriteCompleteEmailAddressToMht
and HideExtraPrintHeader
Provides control of whether the top header is visible in MHT output. The MhtMessageFormatter
.format(
MailMessage
message, Boolean writeCompleteEmailAddress)
method is marked as deprecated. Use the MhtMessageFormatter
.format(
MailMessage
message, int formatOptions)
method instead.
MailMessageSaveOptions.HideExtraPrintHeader
Enumeration Member
The MailMessageSaveOptions
.HideExtraPrintHeader
enumeration member provides control of the top header visibility in MHT output.