Outlook Remider programming C++

S

Sergeichik

Hi Guys,
I am developing a plug-in for Outlook, and need to figure out how to access
programmatically the value of the "Reminder" dropdown in Meetings and
Appointments (that's the one with "15 Minutes", "30 Minutes" etc). Any ideas
on this matter will be greatly appreciated!
 
K

Ken Slovak - [MVP - Outlook]

That control (or any other control in the reminders window) is not available
in the object model. You can't even get a handle to the reminders window
itself using the Outlook object model.
 
Top