|
|||||||||
| 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
microsoft.exchange.webservices.data.MeetingResponse
public class MeetingResponse
Represents a response to a meeting request. Properties available on meeting messages are defined in the MeetingMessageSchema class.
| Constructor Summary | |
|---|---|
protected |
MeetingResponse(ExchangeService service)
Initializes a new instance of the class. |
protected |
MeetingResponse(ItemAttachment parentAttachment)
Initializes a new instance of the class. |
| Method Summary | |
|---|---|
static MeetingResponse |
bind(ExchangeService service,
ItemId id)
Binds to an existing meeting response and loads the specified set of properties. |
static MeetingResponse |
bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting response and loads the specified set of properties. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the minimum required server version. |
| Methods inherited from class microsoft.exchange.webservices.data.MeetingMessage |
|---|
getSchema |
| 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 MeetingResponse(ItemAttachment parentAttachment)
throws Exception
parentAttachment - The parentAttachment
Exception - the exception
protected MeetingResponse(ExchangeService service)
throws Exception
service - EWS service to which this object belongs.
Exception - the exception| Method Detail |
|---|
public static MeetingResponse bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
service - The service to use to bind to the meeting response.id - The Id of the meeting response to bind to.propertySet - The set of properties to load.
public static MeetingResponse bind(ExchangeService service,
ItemId id)
service - The service to use to bind to the meeting response.id - The Id of the meeting response to bind to.
protected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class MeetingMessage
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||