View Single Post
  #2  
Old August 22nd 06, 04:17 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Outlook Recurence

The RecurrencePattern properties of Interval, DayOfMonth, DayOfWeekMask,
MonthOfYear and so on are used for that. The result in RecurrencePattern may
not match what you see in the dialog since it's translated when you click
OK.

Use F2 to look at the properties in the Object Browser and use the VBA Help
to see code samples for that.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"lg" wrote in message
...
Hi,
I am programming an Add-in for Outlook using C# and VSTO and was
wondering if it is possible to determine in the recurrence dialog of an
appointment item in outlook to know what monthly pattern is set. (For
example, to get the third Wednesday of of every month). I am using the
RecurrencePattern object but there dosnt seem to be any why to get this
type
of pattern from the object


Ads