Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Denotes whether the appointment instances defined by the recurrence pattern are to be added or deleted from the overall recurring appointment.
[Visual Basic,VBScript] Property Type As String read-only [C++] HRESULT get_Type(BSTR* pVal); [IDL] HRESULT [propget] Type([out,retval] BSTR* pVal);
If the value of this property is "ADD," the appointment instances defined by this RecurrencePattern object are added to the recurring appointment. If the value of this property is "DELETE," the appointment instances defined by this RecurrencePattern object are deleted from the recurring appointment.
The value of this property is set from the Type parameter of the IRecurrencePatterns::Add method when adding a recurrence pattern to the recurring appointment. The value "ADD" corresponds to the iCalendar RRULE field. The value "DELETE" corresponds to the iCalendar EXRULE field.