Class AcceptMeetingInvitationMessage

    • Constructor Detail

      • AcceptMeetingInvitationMessage

        public AcceptMeetingInvitationMessage​(Item referenceItem,
                                              boolean tentative)
                                       throws Exception
        Initializes a new instance of the AcceptMeetingInvitationMessage class.
        Parameters:
        referenceItem - the reference item
        tentative - the tentative
        Throws:
        Exception - the exception
    • Method Detail

      • getXmlElementName

        public String getXmlElementName()
        This methods lets subclasses of ServiceObject override the default mechanism by which the XML element name associated with their type is retrieved.
        Overrides:
        getXmlElementName in class ServiceObject
        Returns:
        The XML element name associated with this type. If this method returns null or empty, the XML element name associated with this type is determined by the EwsObjectDefinition attribute that decorates the type, if present.

        Item and folder classes that can be returned by EWS MUST rely on the EwsObjectDefinition attribute for XML element name determination.

      • getTentative

        public boolean getTentative()
        Gets the tentative.
        Returns:
        Gets a value indicating whether the associated meeting is tentatively accepted.