ExchangeService.GetRoomLists Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a collection of all room lists in a specified organization.
public:
Microsoft::Exchange::WebServices::Data::EmailAddressCollection ^ GetRoomLists();
public Microsoft.Exchange.WebServices.Data.EmailAddressCollection GetRoomLists ();
Public Function GetRoomLists () As EmailAddressCollection
Returns
All the room lists in the organization.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).