Для изменения размера нажмите или перетащите

ExchangeServiceGetRooms - метод

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

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task<Collection<EmailAddress>> GetRooms(
	EmailAddress emailAddress,
	CancellationToken token = default
)

Параметры

emailAddress
Тип: Tessa.Exchange.WebServices.DataEmailAddress
The e-mail address of the room list.
token (Optional)
Тип: System.ThreadingCancellationToken

Возвращаемое значение

Тип: TaskCollectionEmailAddress
A collection of EmailAddress objects representing all the rooms within the specifed room list.
См. также