ExchangeService.GetRooms(EmailAddress) Method

Definition

Retrieves a collection of all rooms in a specified room list in an organization.

public:
 System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::EmailAddress ^> ^ GetRooms(Microsoft::Exchange::WebServices::Data::EmailAddress ^ emailAddress);
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.EmailAddress> GetRooms (Microsoft.Exchange.WebServices.Data.EmailAddress emailAddress);

Parameters

emailAddress
EmailAddress

The email address of the room list.

Returns

All the rooms included in the specified room list.

Applies to