NDR from Exchange server with content conversion error for message with...
Aspose.Email version: 4.8.0.Environment: Exchange 2013 SP1 and MS Outlook 2013.Scenario: Our Exchange transport agent performs some manipulations with messages (like changing attachments' name...
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 ArticleExchange + Mono/OSX Works - Not 365?
Hey guys,My group has developed a plugin architecture that involves searching for information within Exchange. We have recently expanded this to other platforms and decided we would just see what...
View ArticleAspose.Email: SmtpException was caught
Hi Support Team,I am using Aspose.Email to send a Task to the assigned user, Please the below code.SmtpClient smtpClient = new SmtpClient("mail.domain.com");smtpClient.UseTnef =...
View ArticleSMTP/POP3 Logging
I am using Aspose.Email and calling SMTP/POP3 Methods to Send/Receive emails. I could see that SMTP, POP3 level logging is possible with Pop3DiagnosticLog/SmtpDiagnosticLog config file settings. I am...
View ArticleHeadings In inbox view are populated additionally
Hi,When send an Task email to a user then in the inbox some headings are populated additionally, Why so? Please see the attached screenshot and suggest me what changes need to be implement.I am using...
View ArticleFor Kashif
Hi Kashif, Attached are the two files I mentioned on our chat session just now. Best wishes,SeanThis message was posted using Support2Forum.
View ArticleMapiTask Default path on disc
Hi Team,1. I just want to know standard/default path at which a MapiTask is being saved, Please see the below code.2. Can we use our custom path. if so, Will a MapiTask behavior changes as may be...
View ArticleError Extracting Calendar events from PST - Java
I have the following (simplified for the sake of this post) code which attempts to extract messages from a PST to EML:private void extractEmlFile(FolderInfo folderInfo, PersonalStorage pst)...
View ArticleArgumentException: Offset or count were out of bounds - Java Email
Hi, In the most recent version of the Java Email library I'm seeing the following error when trying to extract messages from a PST in EML format: class...
View Articlecreate .msg file - cant set date
Hi,I am migrating emails stored in various formats (.htm, rtf, .txt) from a legacy document management system, so I am reconstituting them into .msg files. The emails are not stored on an exchange...
View ArticleOAuth support for Exchange Web Services (office 365)
Hi,Are you guys planning to add OAuth support for Exchange Web Services (office 365) ?Thanks
View ArticleFormatException when add mailformed address to HeaderCollection
Code: String toAddr = "\"abc ~!@#$%^&*()_+`1234567890-={}|[]\\:\"'?./');"; HeaderCollection hc = new HeaderCollection(); hc.add("to", toAddr);Exception:class...
View ArticleObject reference exception connecting to Exchange 2013
Calling GetEWSClient(mailboxuri, username, password,domain) in Aspose.Email 4.9 throws an "Object reference not set to an instance of an object." exception when connecting to an Exchange 2013 mail...
View ArticleStill having problems setting sender to EX format (5.2.0)
I reported this issue once before and it was reported to be fixed. In testing, however, I am still receiving exceptions when attempting to set the mail address in EX format.Attaching sample messages...
View ArticleCan't seem to remove a custom MAPI property (5.2.0)
In the application I am writing/using to process messages, I stamp a MAPI property to the message during output as sort of like a "watermark". This seems to work just fine. However, if I need to...
View ArticleUnable to change message body to PlainText in some cases (5.2.0)
I'm trying to strip some of the HTML/RTF properties from the message and just simply make a plaintext message. While it does strip some of the properties, it seems for some messages making this change...
View Articlewether aspose support Outlook 365 platform
We are moving our mail boxes over to the Outlook 365 platform whether aspose support this change Version of aspose dll:4.1.0.0We are calling following web services.ExchangeWebServiceClient client = new...
View ArticleUnable to delete a Task from EWS after copying to mailbox (5.2.0)
I read an IPM.Task from disk and copied it to a mailbox. Later, I tried to programmatically delete it and I receive an exception:DeleteMessage failed. Response Code:...
View Article