Categories
Previous
Next
Gets or sets an appointment's categories.
The categories are comma-delimited.
Syntax: Categories As String
Example:
If StrIndexOf(Appointment.Categories,"Private",0) > -1 Then ...