|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ServiceObject
microsoft.exchange.webservices.data.Item
microsoft.exchange.webservices.data.EmailMessage
microsoft.exchange.webservices.data.MeetingMessage
public class MeetingMessage
Represents a meeting-related message. Properties available on meeting messages are defined in the MeetingMessageSchema class.
| Constructor Summary | |
|---|---|
protected |
MeetingMessage(ExchangeService service)
Initializes a new instance of the "MeetingMessage" class. |
protected |
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 properties. |
static MeetingMessage |
bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting message and loads the specified set of properties. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the minimum required server version. |
protected ServiceObjectSchema |
getSchema()
Internal method to return the schema associated with this type of object. |
| Methods inherited from class microsoft.exchange.webservices.data.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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected MeetingMessage(ItemAttachment parentAttachment)
throws Exception
parentAttachment - the parent attachment
Exception - the exception
protected 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 properties 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 exceptionprotected ServiceObjectSchema getSchema()
getSchema in class EmailMessageprotected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class EmailMessage
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||