GoogleClient error [400] invalid: Eactly one of non-empty 'rel', 'label' is...
I am attempting to update a Gmail Contact based on your sample code: Dim contact As Contact = client.GetContact("http://www.google.com/m8/feeds/contacts/xxxxxr%40gmail.com/base/xxxxxxx")...
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 ArticleAttachment is missing the content-disposition header
Hello,I'm using the latest Aspose.Email dll for .NET.I have the following code sample:[Code] private void TestMethod() { string SAVE_AS_FILE_LOCATION = @"C:\temp\test.eml";...
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 ArticleEmail body returns incorrect text on Undeliverable emails
Hi,The attached email returns a different body text when opened in aspose.email than what it shows in outlook. Is there a workaround to retrieve the actual body?
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 Articleissue with vcf
Hi Team,We are using the following code for getting all the data from v-cardMapiContact contact1 = MapiContact.FromVCard(fileName);But it is giving me all the blank data e.g....
View ArticleEMLs to TIFF raises Exception0
Hi, thanks for the fix. Unfortunately some other mails are still making problems. Attached you will find the sample mails which cannot be opened with Aspose.Email (latest).
View ArticleCompact PST after deleting messages
Is it possible yet to compact a PST after messages have been deleted? If not, is there a mechanism which would make deleted messages not recoverable by forensic tools after such deletion, even if the...
View ArticleTNEF issue resulting in NDR from Exchange
Aspose.Email version: 16.12.0.Environment: Exchange 2010 SP1 and MS Outlook 2010. Our Exchange transport agent performs some manipulations with messages (like changing attachment name etc.) using...
View ArticleAdd float property to MapiMessage
Hi, i need to add float (PT_FLOAT, PtypFloating32) property to MapiMessage via Aspose.Email API.But Aspose.Email.Outlook.MapiPropertyType enum has no options for floating type, and if i manually adjust...
View ArticleForwarding message without loading EML file using MailMessage
Scenario: Part of my logic is responsible for sending EML messages to the smart host. I use SmtpClient.Forward method.Concern: For each delivery job I have to load EML file using MailMessage class and...
View ArticleUnknown Exception while sending mail
Hi,I try to analyse a problem while sending a mail via aspose smtp client in JAVA. I'm running an application in Debug mode in my IDE. Almost every time, when I try to send a Mail the IDE is pending in...
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 ArticleGetting Entry ID on a EnumerateMapiMessages folder pull
I'm looping the folders emails using this.. I need to pull the Entry Id for each message.. what is the best way to do this and how? Can you show code?foreach (MapiMessage mail in...
View ArticleIEWSClient API reference
Looking at the latest API reference I cannot seem to locate IEWSClient documentation. According to InteliSense, it should be an interface in Aspose.Email.Exchange. If that is in the API there clearly I...
View ArticleSetting Transport Headers
I need to know the correct method for being able to set the transport headers directly from the MapiMessage object.As near as I can tell there are 4 different ways to set the transport headers. One is...
View ArticleHow to set PR_SUBJECT_PREFIX_W and PR_NORMALIZED_SUBJECT_W properties
Hi, i am trying to figure out how to properly set properties PR_SUBJECT_PREFIX_W and PR_NORMALIZED_SUBJECT_W on a message in a newly created PST file.So far I've tried using Subject...
View ArticleConversion from eml to pdf
Hello,I have an eml file (it's attached) with some special (local) characters. When I convert this file to PDF, the special characters are not displayed correctly. You can find attached two PDF files....
View ArticleAspose.Email Version 17.2 Evaluation
I am evaluating Aspose.Email on the Java platform, in order to decide if we should use Aspose for our e-mail archiving solution. If someone could please address the following queries, it would help me...
View Article