Hi,
I was wondering if there is some way to set the format of Exchange contact notes? When I update a contact on Exchange server, the notes turn to HTML.
Hi,
I was wondering if there is some way to set the format of Exchange contact notes? When I update a contact on Exchange server, the notes turn to HTML.
Hi Aaron,
Contact contact = new Aspose.Email.Mail.Contact();<o:p></o:p>
contact.DisplayName = "ContactInHtmlNotes";
contact.NotesFormat = TextFormat.Html;
contact.Notes = "Notes in Bold format - HTML";
IEWSClient client = GetAsposeEWSClient();
client.CreateContact(contact);
Hi Waqas,
Thank you for the sample code. It works. By the way, out of curiosity, I just saved the contact to disc as Msg and the HTML tags are visible in the Notes field. Can you please check if there is somethign wrong with the code?
Hi Aaron,
The issues you have found earlier (filed as EMAILNET-34792) have been fixed in this update.