Reputation: 644
Like to change the info text when creating a meeting in outlook using VSTO.
It is simple to change subject, location and body using Outlook.AppointmentItem but not the info text. Meaby I just do not know what it is called.
Upvotes: 0
Views: 147
Reputation: 49395
The Outlook object model doesn't provide anything for displaying MailTips.
MailTips are informative messages displayed to users in the infobar in Outlook Web App and Outlook 2010+ when a user does any of the following while composing an e-mail message:
You can configure MailTips on the Exchange server side, see Configure MailTips for more information.
Upvotes: 0
Reputation: 66255
That header is not exposed for the programmatic access.
Upvotes: 1