GUI sample of Email .Net
Before purchasing the OEM version of your Email .Net components, I would very much like to see a sample application with a proper GUI which is preferably written in VB.Net. I have downloaded the trial...
View ArticleWrong language when rendering msg to pdf
Hi there,we are rendering msg files to pdf using Aspose.Email 4.4.0.0 and Aspose.Words 14.5.0.0When we open the pdf file, we see "From" and "Subject" etc, but we would like to see the german words like...
View Articleproblem in preview option
preview option is showing wrong information in calender and contacts. inbox and sent items preview is right, but contacts, calender is showing wrong. i want to see name, email, address, phone etc in...
View ArticleThe server returned an invalid response to the TOP command.
Hi Aspose.Email Team!I've got an exception downloading the MessageHeaders from a POP3 Server (mail is attached):The server returned an invalid response to the TOP command.I think this has to do with...
View ArticleIssue with InterpretAsTnef
Hi there,So - to resolve some other issues that were going on previously with EWS and message classes, we were given some code to use "InterpretAsTNEF" to resolve the issue (which it did). However,...
View ArticleAttachment on Draft not Included on Sent E-Mail
Problem indicated in screen shot:Red Circle - Draft created as MapiMessageThe message has an attachment (You can see it in the reading pane).There is no paperclip icon (Circled in green)When the...
View Articleproblem with outlook 2013 ost file
not able to convert outlook 2013 ost file in pst?is it possible to convert outlook 2013 ost file format in pst format?
View Article"msg" File extension missing from "msg" attachments.
Aspose.Email Runtime Version v2.0.50727Version 4.9.0.0C#Visual Studio 2013var msg = Aspose.Email.Mail.Mailmessage.Load(stream);var msgAttachment = msg.Attachments.ToList()[0];In this scenario, the...
View ArticleThread-Topic encoding
We are using Aspose Email library to parse/load EML files. The MailMessage class has the Subject property which returns the subject of the loaded email (EML). As you know, an email subject could be...
View ArticleEWSClient.UpdateContact -> Picture disappears and note field gets corrupted.
Hi,I'm using the EWSCLient class to add/edit contacts in Outlook. When I have an existing contact in Outlook and use the "UpdateContact" method to alter some details the contact's picture disappears....
View ArticleIssue extracting Message From PST
On the attached PST, when attempting to extract the 5th index file i get an exception. Please use the following info to reproduce. Load the PST and thenget folder by Id...
View ArticleObsolet Save functions Msg to PDF
We update our .Net version to the latest version of Aspose.EMail (V5.0.0.0) To convert a Msg file to PDF we used the example found: http://www.aspose.com/docs/display/EmailJava/Saving+A+MSG+as+PDF But...
View ArticleCould not load file or assembly 'Aspose.Email, Version=4.4.0.0'
Hi.I'm using licensed version Aspose.Email_5.1.0 and program show error " Could not load file or assembly 'Aspose.Email, Version=4.4.0.0' ".Please refer the attached file.(Invoice Number: 140820235139)
View ArticleHow to get folders directly from OST file
How to get inbox and other folders directly from OST file format?
View ArticleTesting Secure Email
I have implemented both SMTP and POP3 to send and receive emails using SSL. However I don't know how to go about testing them as Gmail for instance will always return a valid certificate. I need to...
View ArticleEmbedded message issue in 5.1.0
Scenario: Aspose.Email 5.1.0. Main message is in TNEF format (file attached). It contains embedded message. I try to open it using MailMessage class; do some work and re-save main message with...
View Articlebackslash was dropped from header value
Hi there,When we load EML and add it to PST, we found that backslash in the header value was dropped.For example:To: test@test.com, abc@aaa"aaa.com, a b \cJunk:...
View ArticleCan we have access to header value parser code?
Hi there,We are using HeaderCollection.add(name, value) to add header to message.Aspose.email has validation check code which will parse the name/value, and reject if it's malformed.But we have no idea...
View ArticleE-mail date time zone issue
Hi,I have an EML message with the following date in the content:Date: Thu, 12 Mar 2015 14:50:08 +0000But when I read that date using MailMessage.getDate() it return wrong time zone:Thu Mar 12 14:50:08...
View ArticleCould not handle empty nested message
When we load an EML using Aspose.Email, then convert it to MapiMessage, it will throw NULL exception.After I checked the email, I found that the message has a nested message. But the nested message is...
View Article