Is it possible to have an HTML body of the Appointment object? We need to have some links active in the body of the meeting request being created.
Thanks
Vishal
Is it possible to have an HTML body of the Appointment object? We need to have some links active in the body of the meeting request being created.
Thanks
Vishal
Hi,
Thanks Kashif. But I was referring to something like SetAppointmentHTML(). Can we assign HTML body to the Description property? Something like
app.description = "<a href=http://www.aspose.com >Aspose"
And it will render it as html?
Hi,
Hi,
kashif.iqbal:
The RFC-2445 describes the ALTREP parameter name for some properties, including DESCRIPTION. Outlook ignores the HTML data and uses only text part of the Description property. It is only through the X-ALT-DESC property that Outlook can display description as HTML, but that is also not considered safe as it may have its own security holes.This shows the limitation to be at the Outlook end, as it ignores the HTML data and uses only the text part of the Description property.However, if you have any such sample appointment file that has such description as per your needs, please provide us that sample file. We will look into it and analyze its implementation in our API. I would also request you to please share your VS code that shows the description formatted as required by you. It will be of additional help if you could provide some screenshots of your required formatting. Looking forward to help you as soon as possible.