|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.EmailAddress
microsoft.exchange.webservices.data.property.complex.Attendee
public final class Attendee
Represents an attendee to a meeting.
| Field Summary |
|---|
| Fields inherited from class microsoft.exchange.webservices.data.property.complex.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. |
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML. |
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes the elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.EmailAddress |
|---|
getAddress, getEmailAddressFromString, getId, getMailboxType, getName, getRoutingType, getSearchString, getSmtpRoutingType, setAddress, setId, setMailboxType, setName, setRoutingType, toString |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, 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()
public boolean tryReadElementFromXml(EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class EmailAddressreader - the reader
Exception - the exception
public void writeElementsToXml(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 | |||||||||