AppointmentQueryBuilder

AppointmentQueryBuilder class

Represents the builder of search expression that used by Exchange protocol.

Constructors

NameDescription
AppointmentQueryBuilderInitializes a new instance of the ExchangeQueryBuilder class.

Methods

NameDescription
get_EndGets the field that allows to find items with a specified End field.
get_EndTimeZoneIdGets the field that allows to find items with a specified EndTimeZoneId.
get_IsAllDayEventGets the field that allows to find AllDayEvent items.
get_IsCancelledGets the field that allows to find cancelled items.
get_IsMeetingGets the field that allows to find Meeting items.
get_IsOrganizerGets the field that allows to find items where user is organizer.
get_IsRecurringGets the field that allows to find recurring items.
get_LocationGets the field that allows to find items with a specified Location.
get_OriginalStartGets the field that allows to find items with a specified OriginalStart field.
get_StartGets the field that allows to find items with a specified Start field.
get_StartTimeZoneIdGets the field that allows to find items with a specified StartTimeZoneId.
SetCalendarViewIf 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.