|
||||||||||
| 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
public class MeetingMessage
Represents a meeting-related message. Properties available on meeting messages are defined in the MeetingMessageSchema class.
| Constructor Summary | |
|---|---|
MeetingMessage(ExchangeService service)
Initializes a new instance of the "MeetingMessage" class. |
|
MeetingMessage(ItemAttachment parentAttachment)
Initializes a new instance of the "MeetingMessage" class. |
|
| Method Summary | |
|---|---|
static MeetingMessage |
bind(ExchangeService service,
ItemId id)
Binds to an existing meeting message and loads its first class property. |
static MeetingMessage |
bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting message and loads the specified set of property. |
ItemId |
getAssociatedAppointmentId()
Gets the associated appointment ID. |
Boolean |
getHasBeenProcessed()
Gets whether the meeting message has been processed. |
Date |
getICalDateTimeStamp()
Gets the ICalendar DateTimeStamp. |
Date |
getICalRecurrenceId()
Gets the ICalendar RecurrenceId. |
String |
getICalUid()
Gets the ICalendar Uid. |
Boolean |
getIsDelegated()
Gets the IsDelegated property. |
Boolean |
getIsOutOfDate()
Gets the IsOutOfDate property. |
ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the minimum required server version. |
MeetingResponseType |
getResponseType()
Gets the response type indicated by this meeting message. |
ServiceObjectSchema |
getSchema()
Internal method to return the schema associated with this type of object. |
| 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 MeetingMessage(ItemAttachment parentAttachment)
throws Exception
parentAttachment - the parent attachment
Exception - the exception
public MeetingMessage(ExchangeService service)
throws Exception
service - EWS service to which this object belongs.
Exception - the exception| Method Detail |
|---|
public static MeetingMessage bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
throws Exception
service - The service to use to bind to the meeting message.id - The Id of the meeting message to bind to.propertySet - The set of property to load.
Exception - the exception
public static MeetingMessage bind(ExchangeService service,
ItemId id)
throws Exception
service - The service to use to bind to the meeting message.id - The Id of the meeting message to bind to.
Exception - the exceptionpublic ServiceObjectSchema getSchema()
getSchema in class EmailMessagepublic ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class EmailMessage
public ItemId getAssociatedAppointmentId()
throws ServiceLocalException
ServiceLocalException - the service local exception
public Boolean getHasBeenProcessed()
throws ServiceLocalException
ServiceLocalException - the service local exception
public MeetingResponseType getResponseType()
throws ServiceLocalException
ServiceLocalException - the service local exception
public String getICalUid()
throws ServiceLocalException
ServiceLocalException - the service local exception
public Date getICalRecurrenceId()
throws ServiceLocalException
ServiceLocalException - the service local exception
public Date getICalDateTimeStamp()
throws ServiceLocalException
ServiceLocalException - the service local exception
public Boolean getIsDelegated()
throws ServiceLocalException
ServiceLocalException - the service local exception
public Boolean getIsOutOfDate()
throws ServiceLocalException
ServiceLocalException - the service local exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||