View Single Post
  #2  
Old December 1st 08, 02:10 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Outlook Remider programming C++

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.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Sergeichik" wrote in message
...
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!


Ads