AppointmentQueryBuilder
Contents
[
Hide
]AppointmentQueryBuilder class
Represents the builder of search expression that used by Exchange protocol.
Constructors
| Name | Description |
|---|---|
| AppointmentQueryBuilder | Initializes a new instance of the ExchangeQueryBuilder class. |
Methods
| Name | Description |
|---|---|
| get_End | Gets the field that allows to find items with a specified End field. |
| get_EndTimeZoneId | Gets the field that allows to find items with a specified EndTimeZoneId. |
| get_IsAllDayEvent | Gets the field that allows to find AllDayEvent items. |
| get_IsCancelled | Gets the field that allows to find cancelled items. |
| get_IsMeeting | Gets the field that allows to find Meeting items. |
| get_IsOrganizer | Gets the field that allows to find items where user is organizer. |
| get_IsRecurring | Gets the field that allows to find recurring items. |
| get_Location | Gets the field that allows to find items with a specified Location. |
| get_OriginalStart | Gets the field that allows to find items with a specified OriginalStart field. |
| get_Start | Gets the field that allows to find items with a specified Start field. |
| get_StartTimeZoneId | Gets the field that allows to find items with a specified StartTimeZoneId. |
| SetCalendarView | If the CalendarView is specified, the service returns a list of single calendar items and occurrences of recurring calendar items within the range specified by StartDate and EndDate. |