PreserveTnefAttachments does not work properly
Hi,When I read TNEF message (EML with "winmail.dat") and save it with PreserveTnefAttachments flag, then saved version is corrupted - Outlook shows rubbish when you try to open attached EML file (NOT...
View ArticleHow to create .msg for task that can be opened in Gmail format
Hello,I have the following codes to generate a .msg file for my Task. It works great and opened up just fine in Outlook. However, I can't seemsto open it up in Gmail Format. Is there a way we can...
View ArticleDistributionList properties
Also I have checked that, while adding new Distribution List item into pst, most of MapiDistributionList class properties are read only, so are not able to set those properties.The following is the...
View ArticleAbout Contact properties
Hi All:I am using Aspose.Email.dll version 4.2.I have attached the excel file that contains list of Contact properties that we are not able to set.Can you please provide solution for the same?Thanks,Pooja
View ArticleSetting Journal Properties
Also I am not able to set the properties of Journal : Attachment, Company, Duration and Categories.Thanks, Pooja.
View ArticleDisplaying wrong time if DateTimeformat is set
I am using the sample code bellow to convert EML to Mhtml MailMessage message = MailMessage.Load(cData.inputFile, Aspose.Email.Mail.MessageFormat.Emlmessage.TimeZoneOffset =...
View ArticleAspose.Email.Mail.SmtpClient.Timeout - unit of measure?
Can someone please confirm what the unit of measure is for the SmtpClient.Timeout property? Seems like it might be ms? I just want to be sure.
View ArticleFile name blank when dragging and dropping
Hi, I am using Windows 7 32bit with Outlook 2007. When dragging and dropping an email onto a form, the FileName is blank. This worked in a previous version of Aspose.Email. Please see code below:using...
View ArticleSlow performer?
Hello,I am using the version 4.2.1 of Aspose.Email library for JAVA.My project extracts MSG files out of a repository and consolidates them into one PST file per mailbox.Unfortunately, I am facing...
View ArticleHow to read and save the single message from .pst file without reading all...
I want to read the single message (not eniter) from .pst file. Can anyone please help me?
View ArticleUndelete doesn't work?
It seems like the "Undelete" method doesn't do what it says on the tin.In short, I made a quick test where i call "ListMessages", loop through these, and fetch the individual messages.While listing the...
View ArticleHow to read and save the emails from .pst file according to drive space?
I have .pst file more than 5 GB. I have to save it in drive which has less in size than .pst file. Can i save the emails from .pst file according to my drive storage space? that is if my drive space is...
View ArticleSize overhead in the PST
Hi,I have 43 eml messages that has total size of 555696 bytes (542.6Kb) that were loaded into the PST file that at the end of loading has size of 1287168 bytes (1257Kb) , that is actually 2.31 time...
View ArticleOut Of memory exception Aspose Email
Get the following Exception when saving messages with large attachments (4 simultaneous threads a few 100MB attachments) to PST.System.OutOfMemoryException: Exception of type...
View ArticleEmail 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 ArticleOutlook Emails to Pdf
HiI can see, that this topic has been seen before... Anyway, it's difficult to find an answer that helps me. Many answers are outdated because of newer releases...So, do you have an actual solution for...
View ArticleExport Jasper report in Outlook (.oft or .msg format)
Hi Team,We want to use oft templates to format the body as we want few checkboxes , input text inside the body. But Is there an API provided by Aspose which will allow to create a Jasper report and...
View Articlegetting timeout error while sending email through Aspose.Network
We are using SMTPClient class to send emails Synchronously. Sometimes Send() is throwing Operation has timed out exception. Time out seems to happen in 100 seconds. What can be the reason for this...
View Articleclient.ListMessages from exchange 2010 with date query
Hello My program is like this and I get a return of 0 message in a large mailbox when use together with queryDim client As IEWSClient = EWSClient.GetEWSClient(vServerName, vUsename, vPassword,...
View ArticleMhtMessageFormatter and Time Zone support
Hello, I'm using the Java version of Aspose Email. I'm saving out an MHtml document, but need to change the Date Time Format. Based on other forum posts i've come up with the following code that gets...
View Article