Email to PDF conversion
Hi Support,I need a simple code example for converting email to pdf JAVA. I have a generic function for word excel and power point @Override public void convert(InputStream stream,...
View ArticleCannot send an email : The operation has timed out
Dear Aspose Support Team We has developed EDI tool to generate EDI file and attached on email. The problem is that the email cannot be sent due to this error message....
View ArticlePerformance Best Practices Request
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...
View ArticleOrder in MessageInfoCollection
I am using Aspose.Email 3.2.1.0Both ImapClient and ExchangeClient give me a messageInfoCollection. I am wondering whether that collection has any particular order or user can set it up.For example, I...
View ArticleAspose.Email Java - create outlook with sender account (send using account)
Hi, I am using the Java Aspose.Email trial library to validate my use case with the product.I am trying to create an Outlook email message, which is to be sent from a group mailbox in exchange. When...
View Articleaspose.email-java-create-outlook-with-sender-account-send-using-account
Hi, I have posted a support question on the forum regarding creating outlook emails which should be sent from a group mail account, such that the sent mail is saved in the sent email folder of the...
View ArticleContent is intechanged when we transform a msg file which has mix of html and...
Hi,I am using the following code:-MailMessage message; String fileName = new File(inputFile).getName(); message = MailMessage.load(inputFile, MessageFormat.getMsg()); fileName =...
View Article"NullReferenceException" when using...
Hi guys,I'm extracting messages from a PST file. I don't have any problem when using the MapiMessage.Save() method, it works fine and extract every message. But then I'm loading the MapiMessage into a...
View ArticleEWSClient: UpdateContact method throws "Response Code:...
Hi,I'm using the ResolveContact method to receive a MapiContact which I want to edit. This works fine. Next I want to alter the contact and save it again using UpdateContact(MapiContact), but this...
View ArticleMultiple problems creating Exchange Journal related messages
Hi there,We have run into several issues attempting to create MS Exchange compatible (2010+) journal report messages to be placed into a journal mailbox.1) First, we have trouble creating the...
View ArticleIgnoring UTC time in Appointment.load
Hi AsposeEvaluating Aspose.Email for Java 4.3.0, I try to load an ICS file which specifies UTC time into a PST, using the code below;String pathPSTFileStr = "c:\\temp\\testPST.pst"; String...
View ArticleEWS MailMessage.Date Problem
Hi,I'm using your EWS Client to retrieve e-mails from a specific mailbox. When iterating through the collection, the Date property of the EmailMessage is always 2 Hours behind the actual date the...
View ArticleSaving TNEF EML loses Information
Hi,First of all, thanks for your fixing.But still there are few issues that were not fixed (oredered by priority)1. As you can see on the original mail, there was "Required" field (in the source behind...
View ArticleCorrupt PST files
PST files delivered to a customer appear to be corrupt. Attached to this problem report are two screenshots from the Microsoft Inbox Repair Tool showing an item count discrepancy with the number of...
View ArticleExamples adding MapiAttachments
Are there any examples available of adding attachments and inline images via MapiAttachments to a MapiMessage? On the wiki I am only able to find examples of adding (inline) attachments to a...
View ArticleDifference MailMessage and MapiMessage
Hi, I am evaluating your Email product since we are looking for a solution for working with MSG-files in our Java application. I noticed that there are two classes available for working with MSG-files,...
View ArticleSending email Async
I can send email successfully synchronously. However, I want to send Async and I'm getting an error. I'm getting am error message which does not really help me in diagnosing the problem. I need...
View Articlepop3 saveMessage System.IO.IOException: Unable to read data from the...
I'm using the pop3client component to retrieve read email. (using secure pop3) i had problems where savemessage() nevers ended, it resulted in a hang on specific emails. i upgraded from version 3.3 to...
View ArticleNull Pointer Exception thrown at com.aspose.email.internal.b.ap.b
Hi,My code is as follows:MailMessage message; message = MailMessage.load(inputFile, MessageFormat.getMsg()); return message;The following exception is thrown while processing SMIME...
View ArticleIssue with EWSClient.CreateAppointment (4.6.0)
I have a bit of code that can save a newly created MapiMessage to disk as an appointment (because it IS an appointment), and recast it:Appointment ConvertMapiMessageToAppointment(MapiMessage...
View Article