|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.core.service.ServiceObject
microsoft.exchange.webservices.data.core.service.response.ResponseObject<TMessage>
microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessageBase<TMessage>
microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage<MeetingResponse>
microsoft.exchange.webservices.data.core.service.response.AcceptMeetingInvitationMessage
public final class AcceptMeetingInvitationMessage
Represents a meeting acceptance message.
| Constructor Summary | |
|---|---|
AcceptMeetingInvitationMessage(Item referenceItem,
boolean tentative)
Initializes a new instance of the AcceptMeetingInvitationMessage class. |
|
| Method Summary | |
|---|---|
ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the minimum required server version. |
boolean |
getTentative()
Gets the tentative. |
String |
getXmlElementName()
This methods lets subclasses of ServiceObject override the default mechanism by which the XML element name associated with their type is retrieved. |
| Methods inherited from class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage |
|---|
getAttachments, getBccRecipients, getBody, getCcRecipients, getInternetMessageHeaders, getItemClass, getSchema, getSender, getSensitivity, getToRecipients, setBody, setItemClass, setSender, setSensitivity |
| Methods inherited from class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessageBase |
|---|
calendarSave, calendarSave, calendarSave, calendarSend, calendarSendAndSaveCopy, calendarSendAndSaveCopy, calendarSendAndSaveCopy |
| Methods inherited from class microsoft.exchange.webservices.data.core.service.response.ResponseObject |
|---|
internalCreate, internalDelete, internalLoad, save, save, save, send, sendAndSaveCopy, sendAndSaveCopy, sendAndSaveCopy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AcceptMeetingInvitationMessage(Item referenceItem,
boolean tentative)
throws Exception
referenceItem - the reference itemtentative - the tentative
Exception - the exception| Method Detail |
|---|
public String getXmlElementName()
getXmlElementName in class ServiceObjectItem and folder classes that can be returned by EWS MUST rely on the EwsObjectDefinition attribute for XML element name determination.
public ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class ServiceObjectpublic boolean getTentative()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||