ExchangeService.GetRoomLists Method

Definition

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).

Applies to