Problem with double quotes in display name of address mail
Hi,We have a problem with Aspose.Email, from version 3.7, to recover a display name of address mail with double quotes in eml file.for example, if display name is Aspose "Your FileFormat APIs", we...
View ArticleImapClient methods hang forever
Hello,if there is a problem on the server side, but even if I just enter the wrong password for the email account, ImapClient.ListMessages(1) which I use to test connection to the email server blocks...
View ArticleIndex out of Range Extracting from PST
The attached program will open a PST and extract the emails. When two of the four emails are extracted, an Index out of range exception is thrown. If the PST is opened through Outlook, the emails may...
View ArticleSetting Journal Properties
Also I am not able to set the properties of Journal : Attachment, Company, Duration and Categories.Thanks, Pooja.
View ArticleHow to retrieve message using message Id?
How to retrieve message and save in the disk (msg format) using message Id using Aspose.Email using C# without reading whole PST file?
View Articleemail body
i am using the aspose email for sending out the email. one issue is, i convert one sheet into html file, and then i use streamreader to get the content from the html file into memory stream. But the...
View ArticleEML to EML -> Font Size changed
Hi Kashif,Now with version 4.4.0 it works.But, there is a little change, the font size becomes smaller for some reason (attached).This is my code:MailMessage mMesg =...
View ArticleProblem with MailMessage.Priority
...邮件头X-Priority:1 (Highest),紧急状态:Normal邮件头X-Priority:,紧急状态:High邮件头X-Priority:3,紧急状态:Normal邮件头X-Priority:1,紧急状态:High...why is normal ?
View Articleimport PST in Office365 folder
Is there a way to import a PST into an office 365 folder?
View ArticleConversion to PDF, Sent format nor correct
until 4.2.1 version, the "Sent" format was ok.The latest version 4.3.0 has "Sent" format problem.Old version:New version has wrong format:Here is my codes: Calendar c = Calendar.getInstance(timezone);...
View ArticleNull Pointer Exception thrown at at com.aspose.email.Appointment.a
Hi,My code is as follows:MailMessage message; message = MailMessage.load(inputFile, MessageFormat.getMsg()); return message;The following exception is thrown:Exception in thread "main"...
View ArticleQuery Build is case sensitive to filter on From address
Hello, The query builder filter is case-sensitive, i wanted builder to filter case non-sensitive.PersonalStorageQueryBuilder builder = new...
View Article.MSG file check signature problem
Hi,when I load a signed MSG file into MailMessage class, IsSigned property is True and when I call shared CheckSignature(Stream stream) method I get the folowing error:"The header name has an...
View ArticleSMTP Session
Hello I am considering not only upgrading my Aspose.Words license to the latest version but to also get Aspose.Total. The reason for this is your presumably new product Aspose.Email. Before buying and...
View ArticleExchange connection 401 unauthorized
hi,i encounter some trouble to connect to my exchange email account with aspose.emailhere the situation :i'm a interns on an it departement in a big firm and i have to write a little program to...
View ArticlePop3.BeginListMessages not working correctly
Hi,could you add a BeginListMessages with a bool closetransaction as well? I am trying this code to regularly fetch and delete messages form a Gmail inbox: private static Pop3Client pop3 = new...
View ArticleImapClient methods hang forever
Hello,if there is a problem on the server side, but even if I just enter the wrong password for the email account, ImapClient.ListMessages(1) which I use to test connection to the email server blocks...
View ArticleConverting TNEF to HTML, encoding and inline images
Hello,I am trying to convert a message sent from Outlook in TNEF format. I would like to get a HTML file with inline images in place. Is this possible with Aspose.Email? Currently I am struggling with...
View ArticleImap async methods create too many Imap connections, overdrawing the default...
Hello,We are using Aspose.Email 4.0.0 and trying to fetch, process and delete emails out of an inbox through Imap client. I use asynchronous functions to fetch more emails in parallel, but limit it to...
View Article.NET component for converting .eml to pdf
I need to convert to.eml file to pdf or tiff. which product should work for this conversion?
View Article