Class MeetingCancellation


  • public class MeetingCancellation
    extends MeetingMessage
    Represents a meeting cancellation message. Properties available on meeting messages are defined in the MeetingMessageSchema class.
    • Method Detail

      • bind

        public static MeetingCancellation bind​(ExchangeService service,
                                               ItemId id,
                                               PropertySet propertySet)
        Binds to an existing meeting cancellation message and loads the specified set of property. Calling this method results in a call to EWS.
        Parameters:
        service - The service to use to bind to the meeting cancellation message.
        id - The Id of the meeting cancellation message to bind to.
        propertySet - The set of property to load.
        Returns:
        A MeetingCancellation instance representing the meeting cancellation message corresponding to the specified Id.
      • bind

        public static MeetingCancellation bind​(ExchangeService service,
                                               ItemId id)
        Binds to an existing meeting cancellation message and loads the specified set of property. Calling this method results in a call to EWS.
        Parameters:
        service - The service to use to bind to the meeting cancellation message.
        id - The Id of the meeting cancellation message to bind to.
        Returns:
        A MeetingCancellation instance representing the meeting cancellation message corresponding to the specified Id.