Public API Changes in Aspose.Email 4.0.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 Methods and Enumeration Options
MapiTask.getReminderFileParameter()
, MapiTask.getReminderSet()
, MapiTask.getReminderTime()
, MapiTask.setReminderFileParameter(java.lang.String)
, MapiTask.setReminderSet(Boolean)
and MapiTask.setReminderTime(java.util.Date)
These properties get or set reminder information for a MapiTask
.
MailMessageSaveOptions.NoEncodeCharactersToMht
Option
Allows you to save to MHT format without encode characters.
FolderInfo.addFile(java.lang.String,java.lang.String)
Adds a file into a PST folder.
FolderInfo.getContents(com.aspose.email.MailQuery)
and FolderInfo.getSubFolders(com.aspose.email.MailQuery)
Methods
Gets messages in a PST folder with search criteria.