ExchangeServiceGetRooms - метод

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

Definition

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

Параметры

emailAddress  EmailAddress
The e-mail address of the room list.
token  CancellationToken  (Optional)
 

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

TaskCollectionEmailAddress
A collection of EmailAddress objects representing all the rooms within the specifed room list.

См. также