API Reference
| Classic JavaDoc |
ExchangeCalendarItem.setOptionalAttendee
public void setOptionalAttendee(String optionalAttendeeEmailAddress)
Sets a single optional 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 optional attendees.
To set multiple optional attendees use the method setOptionalAttendees(List). To add an attendee to the current optional list, use the method addOptionalAttendee(String).
Throws:ExchangeServiceException | if any errors occur during the communication with Exchange. |
Community comments
Powered by JavaDocPlus