com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiCalendarAttendees



  • public final class MapiCalendarAttendees
    extends Object

    Represents the mapi calendar attendees

    • Constructor Detail

      • MapiCalendarAttendees

        public MapiCalendarAttendees()

        Initializes a new instance of the MapiCalendarAttendees class

    • Method Detail

      • getResponseRequested

        public final boolean getResponseRequested()

        Gets or sets a value indicating whether a response is requested to a Message object.

      • setResponseRequested

        public final void setResponseRequested(boolean value)

        Gets or sets a value indicating whether a response is requested to a Message object.

      • getNotAllowPropose

        public final boolean getNotAllowPropose()

        Gets or sets a value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.

      • setNotAllowPropose

        public final void setNotAllowPropose(boolean value)

        Gets or sets a value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.

      • getAppointmentRecipients

        public final MapiRecipientCollection getAppointmentRecipients()

        Gets or sets a list of attendees.

      • setAppointmentRecipients

        public final void setAppointmentRecipients(MapiRecipientCollection value)

        Gets or sets a list of attendees.

      • getAppointmentUnsendableRecipients

        public final MapiRecipientCollection getAppointmentUnsendableRecipients()

        Gets or sets a list of unsendable attendees.

      • setAppointmentUnsendableRecipients

        public final void setAppointmentUnsendableRecipients(MapiRecipientCollection value)

        Gets or sets a list of unsendable attendees.