Outlook Remider programming C++

  • Thread starter Thread starter Sergeichik
  • Start date Start date
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!
 
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.
 
Back
Top