J
JP Ronse
Hi All,
I am working on an automation project to send recurrent meeting requests
from an Excel file on.
Everything works fine for weekly, monthly and monthNth recurrent meetings.
Also daily recurrent meetings are OK but the thing I don't see is how to
specify that 'every weekday' option has to be used. I'm usiing Office/Oulook
2003.
Part of my code:
Select Case golRecurrenceInfo.Occurence
Case olRecursDaily
olRecurrencePattern.RecurrenceType = olRecursDaily
olRecurrencePattern.Interval =
golRecurrenceInfo.Interval
Case olRecursWeekly
olRecurrencePattern.RecurrenceType = olRecursWeekly
olRecurrencePattern.Interval =
golRecurrenceInfo.Interval
golRecurrenceInfo.Interval is an intenal variable containing the recurrency
info. I would be grateful for any help.
Wkr,
JP
I am working on an automation project to send recurrent meeting requests
from an Excel file on.
Everything works fine for weekly, monthly and monthNth recurrent meetings.
Also daily recurrent meetings are OK but the thing I don't see is how to
specify that 'every weekday' option has to be used. I'm usiing Office/Oulook
2003.
Part of my code:
Select Case golRecurrenceInfo.Occurence
Case olRecursDaily
olRecurrencePattern.RecurrenceType = olRecursDaily
olRecurrencePattern.Interval =
golRecurrenceInfo.Interval
Case olRecursWeekly
olRecurrencePattern.RecurrenceType = olRecursWeekly
olRecurrencePattern.Interval =
golRecurrenceInfo.Interval
golRecurrenceInfo.Interval is an intenal variable containing the recurrency
info. I would be grateful for any help.
Wkr,
JP