EWS - Get the Mail Size like Mapi?
Hey guys,I have been pulling my hair trying to solve this problem to no avail. In very simple terms - we need the ability to retrieve the size of certain kinds of Exchange emails. Note - getting the...
View ArticleIsRead property on Aspose.Email.Mail.MailMessage
HiI am fetching emails using "Aspose.Email.Exchange.IEWSClient" object's 'FetchMessage' method, which is returning "Aspose.Email.Mail.MailMessage" class object.I cannot find the IsRead property, I...
View ArticleHow can I create assignable task
Hi,I would like to create an Outlook task and Assign it to an other user but when I open the created msg the Assign Task button is inactive. How can I create an assignable Task? Wich properties should...
View ArticleInterpretAsTnef issue with MSG
Hi,We faced a strange issue. If we load a Draft Message and InterpretAsTnef, then save it using MailMessage to msg format, it does not open in outlook. See code followingMapiMessage mapiMessage =...
View ArticleAdding embedded images in Exchange reply message
Hi,We are attempting to send a reply mail with embedded images using Exchange but are running into 2 separate issues. 1. When saving the generated reply message to disk the embedded image shows...
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 ArticleAmending EmailMessage after Load
Using Aspose.Email v 2.9.0.0 we have an email with the following properties...IsHtmlBody=trueBody="Some text"HtmlBody=""we amend the body by assigning to Body and all is well.However, if we save the...
View ArticleApose.Email fails on FetchMessage for some mails
Hi Aspose,The error occurs on Exchange 2012 SP3, when fetching an untouched message.Once the message manually has been moved or touched on the Exchange server, the error...
View ArticlePDT date issue
I had an email with date header:=====================================Date: Sun, 9 Mar 2008 07:14:32 -0700=====================================After I imported it to PST(load from email, convert to...
View ArticleAble to Receive Emails from Office 365 on Port 995 if SSL disabled
Hi,I'm retrieving emails from Office 365 on port 995 which is SSL. However the following Pop3Client is still able to receive emails without any problem if I set the security options to None instead of...
View ArticleConvert outlook Email with attachments to TIFF
Would like to know how to convert typical emails with signatures gifs, html, attachments all converted to a single TIFF document. Thank you
View ArticleParse eml to html
I am getting error while I try to parse eml file to html.my code:MailMessage eml = MailMessage.load("D:/eml/cid/_00000001.eml");SaveOptions options = SaveOptions.getDefaultHtml();ByteArrayOutputStream...
View ArticleSend MailMessage via EWS with Custom Extended Properties
I have a requirement to be able to construct an email, send it (via Exchange) and then save the 'sent item' as a .msg file.I'm trying to send the email via EWS and then find it in the sent items later....
View ArticleIs there any complete image of the API?
Hi, Can you plese point me to some image/diagram that describes this overall API? For example, link of MailMessage with MapiMessage, link of both of these with the communication clients, etc. It will...
View ArticleGetting Unique Id to Delete POP3 Message
I wish to delete a message using the DeleteMessage method in the POP3 client using the unique id. I assumed it was the MessageId property but if i use this it tells me "Wrong Unique Identifier".Where...
View ArticleHow to create trusted mails
Hi aspose, I am a very satisfied Aspose.Words user and I am now looking at Aspose.Network. Our online system sends mail with DotnetopenMail atm, and these mails are often marked as spam, despite the...
View ArticleConcurrent issue with MapiMessage.fromMailMessage
When we are using MapiMessage.fromMailMessage in multiple threads, we noticed some weird exception. The exception will only throw when we use multiple threads. And worked fine with ONE thread.It's rare...
View ArticleError when saving email file
Following code always throws an exception: MailMessage document = MailMessage.Load(originalStream); document.Save(targetStream, new...
View ArticleWhy Aspose emails Not works for me
Why Aspose emails Not works for me, I Tested It's Examples too, but not worksproblem is in Aspose.Email BulkSend Method innerException is "ConnectFailour"I could send email with System.Net.Mail but...
View Article