com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class AppointmentQueryBuilder



  • public final class AppointmentQueryBuilder
    extends Object

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

    • Method Detail

      • getStart

        public final DateComparisonField getStart()

        Gets the field that allows to find items with a specified Start field.

      • getOriginalStart

        public final DateComparisonField getOriginalStart()

        Gets the field that allows to find items with a specified OriginalStart field.

      • getEnd

        public final DateComparisonField getEnd()

        Gets the field that allows to find items with a specified End field.

      • getStartTimeZoneId

        public final StringComparisonField getStartTimeZoneId()

        Gets the field that allows to find items with a specified StartTimeZoneId.

      • getEndTimeZoneId

        public final StringComparisonField getEndTimeZoneId()

        Gets the field that allows to find items with a specified EndTimeZoneId.

      • getLocation

        public final StringComparisonField getLocation()

        Gets the field that allows to find items with a specified Location.

      • isRecurring

        public final BoolComparisonField isRecurring()

        Gets the field that allows to find recurring items.

      • isCancelled

        public final BoolComparisonField isCancelled()

        Gets the field that allows to find cancelled items.

      • isOrganizer

        public final BoolComparisonField isOrganizer()

        Gets the field that allows to find items where user is organizer.

      • isAllDayEvent

        public final BoolComparisonField isAllDayEvent()

        Gets the field that allows to find AllDayEvent items.

      • isMeeting

        public final BoolComparisonField isMeeting()

        Gets the field that allows to find Meeting items.