Manipulate the mail with old mail conversation
Dears,I am new in this forum.I hope this is right place to ask my question.I have a case that we are using Enterprise content management solution to manage the documents & business process so here...
View ArticleExport MHT without sender information?
This is my code...Dim opt As New MsgLoadOptions()Dim msg As MailMessage = MailMessage.Load(mailPath + "email.msg", opt)msg.Save(mailPath + "email.mht", SaveOptions.DefaultMhtml)When I open up the mht...
View ArticleHow to read only headers from EML file
Hi,I need to read a lot of messages (thousands) in EML format and get basic information from headers (no need to read the rest of the message - only headers).There is memory consumption issue that I...
View ArticleTimeoutException while login and reading emails using IMAPClient
Hi Team, We are using Aspose Email 6.9.0 with jdk16 classifier. We are getting TimeoutException while trying to login/reading emails. Please find the exception below.TimeoutException: The operation...
View ArticleAspose.Email 6.9--CreateContact issue
Hello.we are having problem with create contact with Exchange server.the problem is followingwe create client = EWSClient.GetEWSClientwith application credentials which has access to users email.but...
View ArticleSaving to MSG causes inline images appear as attacments
In my sample code (see attached), I have a EML file that I convert to MSG.EML looks like this:https://www.screencast.com/t/lvt0bb1gS6MSG looks like this:https://www.screencast.com/t/U4gxsm2qZoGAll...
View ArticleMapiMessage objects extracted from PST files do not contain attachment named...
We have a pst file that has a single message. This message has an attachment. And this attachment contains a named property. If we use the FolderInfo.EnumerateMapiMessages or the...
View ArticleIdentifying Bounce emails
HiI am using Aspose.Email.Imap.ImapClient Fetchmessage to fetch emails from a mailbox.I need to identify undeliverable messages from the mailbox.How can i achieve that? I tested...
View ArticleProblem with setting attachment greater than 70 MB in PST File using...
Hello Team, I have a problem with setting a attachment size up to 70 MB in PST File. It say out of heap.What is the maximum size to set attachment in PST File.Please help me
View ArticleProblem with loading .EML file into MailMessage Object using Aspose.Email for...
Hello Team,I have to load .EML file into MailMessage but i got Java heap space exception.I have to convert mbox file into PST file.I am using Operating System "Mac OS X 10.10.5 " and language java.My...
View ArticleOutlook to tiff scale was not working?
Hi,i need to set scale in outlook to tiff ,if please i need it urgent.var msg = MailMessage.Load(inputFilePath, new MsgLoadOptions());var msgStream = new MemoryStream();msg.Save(msgStream,...
View ArticleJava Heap Space exception while loading eml file using aspose.email for java.
Hello Team,I have to load .EML file into MailMessage but i got Java heap space exception.I have to convert mbox file into PST file.I am using Operating System "Mac OS X 10.10.5 " and language java.My...
View ArticleImages in emails
Hi I have installed an evaluation version of Aspose.Email, Aspose.Words and Aspose.PDF from Nuget into my visual studio 2015 solution.I am trying to assess the capabilities of loading an msg file into...
View ArticleCorrupted items in PST file
We are creating PST files using latest Aspose.Email library 17.2. Many items (email, contacts, calendar items) in PST are corrupted and cannot be opened/previewed in Outlook. Any idea how to resolve...
View ArticleProblem converting EML to msg
Hi, we have purchased the following products:Aspose.Cells for .NET Developer andAspose.Email for .NET DeveloperWe use the products to convert EML files to msg. The problem is that if there is an msg...
View ArticleThis is an evaluation copy of Aspose.Email for .NET
Hey,I just realize that Aspose.Email for .net adding "This is an evaluation copy of Aspose.Email for .NET." into email and also adding to subject.I use stream for license and our license will expire...
View ArticleUnable to set some of the recipient properties in PST file
Hi, I am unable to set a number of properties on a MapiRecipient object in a newly created PST file.They seem to disappear from properties collection after message gets added to any folder inside PST...
View ArticleConvert to html and MHtml is much slower for some files.
Hi,Aspose.Email 17.2 is much slower than Aspose.Email 16.10 when converting some files to html or mhtml.Here is an example for 5 converts. The time is in milliseconds:file:...
View ArticleFetchMessage Aspose.Email.AsposeArgumentException "Wrong unique...
Hi, I am getting "Aspose.Email.AsposeArgumentException" with error mesage "Wrong unique identifier" while trying to fetch message with its UniqueId. In the code below, call to Pop3Client.FetchMessage...
View ArticleError when saving MailMessage with SaveOptions.DefaultHtml -
While writing some unit tests for my code and I ran across an issue. I am not exactly sure if this is true bug or if I am doing something wrong.[TestMethod()] public void...
View Article