| |
RecurrencePattern propertySets or returns the frequency of the repeating Calendar Event. SyntaxC++HRESULT get_RecurrencePattern(ERURecurrencePattern* pRecurrencePattern) HRESULT put_RecurrencePattern(ERURecurrencePattern myRecurrencePattern) Scripting languagesPattern = CalendarRecurringEvent.RecurrencePattern CalendarRecurringEvent.RecurrencePattern = Pattern Legal valuesThe value of RecurrencePattern is specified by the ERURecurrencePattern enum. RemarksUse the RecurrencePattern property in conjunction with the Days property to generate the full recurrence pattern. See Working with Calendar Pages and Calendar Events for sample code that sets a full recurrence pattern. |
Home |