Class AppointmentQueryBuilder
Contents
[
Hide
]AppointmentQueryBuilder class
Represents the builder of search expression that used by Exchange protocol.
public sealed class AppointmentQueryBuilder
Properties
| Name | Description |
|---|---|
| End { get; } | Gets the field that allows to find items with a specified End field. |
| EndTimeZoneId { get; } | Gets the field that allows to find items with a specified EndTimeZoneId. |
| IsAllDayEvent { get; } | Gets the field that allows to find AllDayEvent items. |
| IsCancelled { get; } | Gets the field that allows to find cancelled items. |
| IsMeeting { get; } | Gets the field that allows to find Meeting items. |
| IsOrganizer { get; } | Gets the field that allows to find items where user is organizer. |
| IsRecurring { get; } | Gets the field that allows to find recurring items. |
| Location { get; } | Gets the field that allows to find items with a specified Location. |
| OriginalStart { get; } | Gets the field that allows to find items with a specified OriginalStart field. |
| Start { get; } | Gets the field that allows to find items with a specified Start field. |
| StartTimeZoneId { get; } | Gets the field that allows to find items with a specified StartTimeZoneId. |
Methods
| Name | Description |
|---|---|
| SetCalendarView(DateTime, DateTime, int) |
See Also
- namespace Aspose.Email.Clients.Exchange
- assembly Aspose.Email