API Reference
| Classic JavaDoc |
ExchangeCalendarItem.setRequiredAttendee
public void setRequiredAttendee(String requiredAttendeeEmailAddress)
Sets a single required attendee for this meeting. The specified String
is the attendee's e-mail address and can be null or
empty to specify that there's no required attendees.
To set multiple required attendees use the method setRequiredAttendees(List). To add an attendee to the current required list, use the method addRequiredAttendee(String).
Throws:ExchangeServiceException | if any errors occur during the communication with Exchange. |
Community comments
Powered by JavaDocPlus