com.moyosoft.exchange.calendar
Interface ExchangeAttendee


public interface ExchangeAttendee

Represents an attendee or a resource for a meeting.


Method Summary
 java.util.Date getLastResponseTime()
          Returns the date and time of the latest response received from this attendee.
 ExchangeMailbox getMailbox()
          Returns the mailbox identifying the attendee or resource with an e-mail address.
 ResponseType getResponseType()
          Returns the type of response received for a meeting from this attendee.
 

Method Detail

getMailbox

ExchangeMailbox getMailbox()
                           throws ExchangeServiceException
Returns the mailbox identifying the attendee or resource with an e-mail address.

Throws:
ExchangeServiceException - if any errors occur during the communication with Exchange.

getResponseType

ResponseType getResponseType()
                             throws ExchangeServiceException
Returns the type of response received for a meeting from this attendee. This is only relevant to a meeting organizer's calendar item.

Throws:
ExchangeServiceException - if any errors occur during the communication with Exchange.

getLastResponseTime

java.util.Date getLastResponseTime()
                                   throws ExchangeServiceException
Returns the date and time of the latest response received from this attendee.

Throws:
ExchangeServiceException - if any errors occur during the communication with Exchange.