|
||||||||||
| 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.item.Item
microsoft.exchange.webservices.data.core.service.item.EmailMessage
microsoft.exchange.webservices.data.core.service.item.MeetingMessage
microsoft.exchange.webservices.data.core.service.item.MeetingCancellation
public class MeetingCancellation
Represents a meeting cancellation message. Properties available on meeting messages are defined in the MeetingMessageSchema class.
| Constructor Summary | |
|---|---|
MeetingCancellation(ExchangeService service)
Initializes a new instance of the class. |
|
MeetingCancellation(ItemAttachment parentAttachment)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
static MeetingCancellation |
bind(ExchangeService service,
ItemId id)
Binds to an existing meeting cancellation message and loads the specified set of property. |
static MeetingCancellation |
bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting cancellation message and loads the specified set of property. |
ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the minimum required server version. |
CalendarActionResults |
removeMeetingFromCalendar()
Removes the meeting associated with the cancellation message from the user's calendar. |
| Methods inherited from class microsoft.exchange.webservices.data.core.service.item.MeetingMessage |
|---|
getAssociatedAppointmentId, getHasBeenProcessed, getICalDateTimeStamp, getICalRecurrenceId, getICalUid, getIsDelegated, getIsOutOfDate, getResponseType, getSchema |
| Methods inherited from class microsoft.exchange.webservices.data.core.service.item.EmailMessage |
|---|
createForward, createReply, forward, forward, getBccRecipients, getCcRecipients, getConversationIndex, getConversationTopic, getFrom, getInternetMessageId, getIsAssociated, getIsDeliveryReceiptRequested, getIsRead, getIsReadReceiptRequested, getIsResponseRequested, getReceivedBy, getReceivedRepresenting, getReferences, getReplyTo, getSender, getToRecipients, reply, send, sendAndSaveCopy, sendAndSaveCopy, sendAndSaveCopy, setFrom, setIsAssociated, setIsDeliveryReceiptRequested, setIsRead, setIsReadReceiptRequested, setIsResponseRequested, setReferences, setSender, suppressReadReceipt |
| Methods inherited from class microsoft.exchange.webservices.data.core.service.ServiceObject |
|---|
addServiceObjectChangedEvent, changed, clearChangeLog, clearServiceObjectChangedEvent, getChangeXmlElementName, getDeleteFieldXmlElementName, getIsCustomDateTimeScopingRequired, getLoadedPropertyDefinitions, getObjectFromPropertyDefinition, getPropertyBag, getService, getSetFieldXmlElementName, getXmlElementName, getXmlElementNameOverride, isDirty, isNew, load, load, loadFromXml, loadFromXml, removeServiceObjectChangedEvent, schema, setService, throwIfThisIsNew, throwIfThisIsNotNew, tryGetExtendedProperty, tryGetProperty, tryGetProperty, writeToXml, writeToXmlForUpdate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MeetingCancellation(ItemAttachment parentAttachment)
throws Exception
parentAttachment - The parent attachment.
Exception - the exception
public MeetingCancellation(ExchangeService service)
throws Exception
service - EWS service to which this object belongs.
Exception - the exception| Method Detail |
|---|
public static MeetingCancellation bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
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.
public static MeetingCancellation bind(ExchangeService service,
ItemId id)
service - The service to use to bind to the meeting cancellation
message.id - The Id of the meeting cancellation message to bind to.
public CalendarActionResults removeMeetingFromCalendar()
throws ServiceLocalException,
Exception
ServiceLocalException - the service local exception
Exception - the exceptionpublic ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class MeetingMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||