|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.EmailAddress
microsoft.exchange.webservices.data.Attendee
public final class Attendee
Represents an attendee to a meeting.
| Field Summary |
|---|
| Fields inherited from class microsoft.exchange.webservices.data.EmailAddress |
|---|
SmtpRoutingType |
| Constructor Summary | |
|---|---|
Attendee()
Initializes a new instance of the Attendee class. |
|
Attendee(EmailAddress mailbox)
* Initializes a new instance of the Attendee class. |
|
Attendee(String smtpAddress)
* Initializes a new instance of the Attendee class. |
|
Attendee(String name,
String smtpAddress)
* Initializes a new instance of the Attendee class. |
|
Attendee(String name,
String smtpAddress,
String routingType)
* Initializes a new instance of the Attendee class. |
|
| Method Summary | |
|---|---|
Date |
getLastResponseTime()
Gets the last response time. |
MeetingResponseType |
getResponseType()
* Gets the type of response the attendee gave to the meeting invitation it received. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
* Tries to read element from XML. |
protected void |
writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
* Writes the elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.EmailAddress |
|---|
getAddress, getEmailAddressFromString, getId, getMailboxType, getName, getRoutingType, getSearchString, getSmtpRoutingType, setAddress, setId, setMailboxType, setName, setRoutingType, toString |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, validate, writeAttributesToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Attendee()
public Attendee(String smtpAddress)
throws Exception
smtpAddress - the smtp address
Exception - the exception
public Attendee(String name,
String smtpAddress)
name - the namesmtpAddress - the smtp address
public Attendee(String name,
String smtpAddress,
String routingType)
name - the namesmtpAddress - the smtp addressroutingType - the routing type
public Attendee(EmailAddress mailbox)
throws Exception
mailbox - the mailbox
Exception - the exception| Method Detail |
|---|
public MeetingResponseType getResponseType()
public Date getLastResponseTime()
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class EmailAddressreader - the reader
Exception - the exception
protected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws Exception
writeElementsToXml in class EmailAddresswriter - the writer
Exception - the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||