Quantcast
Channel: Aspose.Email Product Family
Browsing all 1367 articles
Browse latest View live

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 Article


Formatting 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 Article


Cannot 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 Article

Error: 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 Article

Encoding 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 Article


Dynamic 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 Article

Convert 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 Article

Adding 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 Article


NullPointerException 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 Article


Poor 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 Article

Invalid 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 Article

Broken 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 Article

Long 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 Article


MailAddress : 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 Article

MhtMessageFormatter 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 Article


How 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 Article

Getting 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 Article


Exception 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 Article

Exchange 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 Article

EWS 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
Browsing all 1367 articles
Browse latest View live