public final class Attendee extends EmailAddress
SmtpRoutingType
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getAddress, getEmailAddressFromString, getId, getMailboxType, getName, getRoutingType, getSearchString, getSmtpRoutingType, setAddress, setId, setMailboxType, setName, setRoutingType, toString
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXml
public Attendee()
public Attendee(String smtpAddress) throws Exception
smtpAddress
- the smtp addressException
- the exceptionpublic Attendee(String name, String smtpAddress)
name
- the namesmtpAddress
- the smtp addresspublic Attendee(String name, String smtpAddress, String routingType)
name
- the namesmtpAddress
- the smtp addressroutingType
- the routing typepublic Attendee(EmailAddress mailbox) throws Exception
mailbox
- the mailboxException
- the exceptionpublic MeetingResponseType getResponseType()
public Date getLastResponseTime()
public boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml
in class EmailAddress
reader
- the readerException
- the exceptionpublic void writeElementsToXml(EwsServiceXmlWriter writer) throws Exception
writeElementsToXml
in class EmailAddress
writer
- the writerException
- the exceptionCopyright © 2012–2015 Microsoft. All rights reserved.