Do you have any white papers or suggestions on best practices to maximize performance in the use of the Java Email component? I’m looking for any information and suggestions which may give me insight or performance characteristics of the various Mail objects (MapiMessage and MailMessage) and the PST container.
For example, would it be faster to build a MapiMessage, save it as an MSG or EML file and then, later, which format is faster when adding to a PST container? I realize that performance often comes with various trade-offs like RAM and CPU, but starting with best practices would be helpful.
Specifically we are looking for performance information in these areas:
- Generation of MapiMessage as quickly as possible.
- Generation of MailMessage as quickly as possible.
- Adding MSG or EML files to a PST as quickly and efficiently as possible.
Thanks,
//C