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