AutodiscoverServiceGetUserSettings - метод

Retrieves the specified settings for single SMTP address.

Definition

Пространство имён: Tessa.Exchange.WebServices.Autodiscover
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<GetUserSettingsResponse> GetUserSettings(
	string userSmtpAddress,
	params UserSettingName[] userSettingNames
)

Параметры

userSmtpAddress  String
The SMTP addresses of the user.
userSettingNames  UserSettingName
The user setting names.

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

TaskGetUserSettingsResponse
A UserResponse object containing the requested settings for the specified user.

Заметки

This method handles will run the entire Autodiscover "discovery" algorithm and will follow address and URL redirections.

См. также