HTML in Appointment Body
I am tring to dynamically build a body of an appointment via a custom built
AddIn.
Does anyone know how I might be able to pass markup into that property and
have it render on the appointment?
ie.
Outlook.Appointment.Body = "bHello World!/b"
renders exactly as it's entered into the string
|