microsoft.exchange.webservices.data
Class AcceptMeetingInvitationMessage
java.lang.Object
microsoft.exchange.webservices.data.ServiceObject
microsoft.exchange.webservices.data.ResponseObject<TMessage>
microsoft.exchange.webservices.data.CalendarResponseMessageBase<TMessage>
microsoft.exchange.webservices.data.CalendarResponseMessage<MeetingResponse>
microsoft.exchange.webservices.data.AcceptMeetingInvitationMessage
public final class AcceptMeetingInvitationMessage
- extends CalendarResponseMessage<MeetingResponse>
Represents a meeting acceptance message.
|
Constructor Summary |
protected |
AcceptMeetingInvitationMessage(Item referenceItem,
boolean tentative)
Initializes a new instance of the AcceptMeetingInvitationMessage class. |
| Methods inherited from class microsoft.exchange.webservices.data.CalendarResponseMessage |
getAttachments, getBccRecipients, getBody, getCcRecipients, getInternetMessageHeaders, getItemClass, getSchema, getSender, getSensitivity, getToRecipients, setBody, setItemClass, setSender, setSensitivity |
| Methods inherited from class microsoft.exchange.webservices.data.ServiceObject |
addServiceObjectChangedEvent, changed, clearChangeLog, clearServiceObjectChangedEvent, getChangeXmlElementName, getDeleteFieldXmlElementName, getExtendedProperties, getId, getIdPropertyDefinition, getIsCustomDateTimeScopingRequired, getIsTimeZoneHeaderRequired, getLoadedPropertyDefinitions, getObjectFromPropertyDefinition, getPropertyBag, getService, getSetFieldXmlElementName, getXmlElementNameOverride, isDirty, isNew, load, load, loadFromXml, loadFromXml, removeServiceObjectChangedEvent, schema, setService, throwIfThisIsNew, throwIfThisIsNotNew, tryGetExtendedProperty, tryGetProperty, tryGetProperty, validate, writeToXml, writeToXmlForUpdate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AcceptMeetingInvitationMessage
protected AcceptMeetingInvitationMessage(Item referenceItem,
boolean tentative)
throws Exception
- Initializes a new instance of the AcceptMeetingInvitationMessage class.
- Parameters:
referenceItem - the reference itemtentative - the tentative
- Throws:
Exception - the exception
getXmlElementName
protected 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.
getMinimumRequiredServerVersion
protected ExchangeVersion getMinimumRequiredServerVersion()
- Gets the minimum required server version.
- Specified by:
getMinimumRequiredServerVersion in class ServiceObject
- Returns:
- Earliest Exchange version in which this service object type is
supported.
getTentative
public boolean getTentative()
- Gets the tentative.
- Returns:
- Gets a value indicating whether the associated meeting is
tentatively accepted.
Copyright © 2012. All Rights Reserved.