Error reading PST file
I got error when reading messages from PST file using code below:PersonalStorage pst= PersonalStorage.fromFile(pstFile);FolderInfo folderInfo = pst.getRootFolder();procedFolder(folderInfo, pst);private...
View ArticleFormatting header when saving message to MHTML?
Are there any formatting options available when saving an email message to MHTML and using MailMessageSaveOptions.WriteHeaderToMht?My two primary concerns in order of importance are:1) There is no...
View ArticleCannot create an Appointment - NullPointerException
The following code works on Windows 7, but it fails on Windows Server 2003 (Tomcat)Calendar calendar = Calendar.getInstance(TimeZone.getTimeZone("GMT"));Date startDate =...
View ArticleError: Could Not fetch message within 100ms
Hi Support,After useig your new DLL I am receiving the error "An message couldn't be fetched within 100 ms". Not sure why I have not changes any code. The only change is DLL file. I am getting error at...
View ArticleEncoding Problem with msg-Format Unicode/Standard
Hi!I've attached a simple application to demonstrate the issue. The app converts *.msg in the program folder to word documents.The same Message was saved as Unicode and std. Outlook-Message. The...
View ArticleDynamic fields in .msg file
HiI've created a email template in Outlook and saved it as a .Msg file. I want to put dynamic fields in the email body. How can I use Aspose.Email to populate these dynamic fields.See attached example,...
View ArticleConvert msg document to pdf
I have .msg files saved to the file system.I need to convert these files to pdf.I have seen that with Aspose.Words and Aspose.Cells, it's very simple to save doc and xls files to pdf, but declaring a...
View ArticleAdding Task to PST
Hi,I can see the MapiTask supported in the api. but can you confirm if we can add it to PST. I dont see any such example or code sample.
View ArticleNullPointerException while creating an appointment on windows server 2003
Hi,This code generates NullPointerException on Widnows Server 2003. Can you suggest any alternate? Appointment app = new Appointment("Appointment Location", "Appointment Summary", "Appointment...
View ArticlePoor picture quality when sent from Aspose.Email
HiI used Aspose.Email to email an outlook message file. If I send the email to an exchange account it comes out fine. But if I send it to a Gmail/Hotmail account text inside the rectangle changes in to...
View ArticleInvalid URI: The format of the URI could not be determined
I purchased Aspose.net.email on 13 Jan 2012. This has been working fine. Recently I got the error "Invalid URI: The format of the URI could not be determined" when trying to save mails. I found the...
View ArticleBroken link observed while transfering ..msg file to RTF/PDF
Hi,We observe broken link in RTF/PDF output from .msg file. PFA - image of output and source(JP-1doc- MSG with Attachments JP家庭動物.txt - please change extension from .txt to .msg)Can you please have a...
View ArticleLong Execution time for retrive message
Hello, I' m a developer of the alfaproject.I' m testing the aspose.email v 2.7.0.0 to purchase it.The target is develop a Windows Service that run in background and download messages stored in a...
View ArticleMailAddress : problem with long encoded display name
Hello,We encounter a blocking problem using MailAddress (Aspose Email 2.8) and encoded long display name.This code works for a short encoded display name :MailMessage mm = new...
View ArticleMhtMessageFormatter gets confues by german special characters
Hi,i'm using Aspose.Email.dll 2.8.0.0 for email to pdf conversion.1. Reading email in *.msg format2. Formatting email via MhtMessageFormatter 3. Save email in *.mhtml Format4. Reading *.mhtml document...
View ArticleHow to properly handle email attachments from a MSG file and sent via...
I am reading large number of emails (6000+) extracted from a PST file and saved as individual MSG files in a folder. Majority of these individual MSG emails have numerous attachments of all file types...
View ArticleGetting exception in msg splitting
Hi,I am trying to split msg mail, getting following errorjava.lang.IllegalArgumentException: length at com.aspose.email.ms.System.IO.f.a(Unknown Source) at...
View ArticleException converting .eml to .msg for meeting with non-US date
I'm using Aspose.Email to convert .eml files to .msg files. I've encountered a couple of cases where converting a meeting message with specific content (or lack thereof) will generate an exception.I'm...
View ArticleExchange Web Services Supported For Exchange 2007 SP1?
I am using Aspose.Email to connect to an Exchange mailbox using the ExchangeWebServiceClient. When I run the code and try to connect to an Exchange 2007 instance, I receive the error "The request...
View ArticleEWS Custom Headers (w/ and w/o Impersonation)
Using the MailMessage object we were adding a custom header with the .Add_("X-Custom", "MyValue")We were saving this message to the drafts folder via AppendMessage.Upon sending this email from Outlook...
View Article