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

UserConfigurationBind(ExchangeService, String, WellKnownFolderName, UserConfigurationProperties) - метод

Binds to an existing user configuration and loads the specified properties. Calling this method results in a call to EWS.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public static Task<UserConfiguration> Bind(
	ExchangeService service,
	string name,
	WellKnownFolderName parentFolderName,
	UserConfigurationProperties properties
)

Параметры

service
Тип: Tessa.Exchange.WebServices.DataExchangeService
The service to which the user configuration is bound.
name
Тип: SystemString
The name of the user configuration.
parentFolderName
Тип: Tessa.Exchange.WebServices.DataWellKnownFolderName
The name of the folder containing the user configuration.
properties
Тип: Tessa.Exchange.WebServices.DataUserConfigurationProperties
The properties to load.

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

Тип: TaskUserConfiguration
A user configuration instance.
См. также