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

AutodiscoverServiceGetUserSettings - метод

Retrieves the specified settings for single SMTP address.

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

Параметры

userSmtpAddress
Тип: SystemString
The SMTP addresses of the user.
userSettingNames
Тип: Tessa.Exchange.WebServices.AutodiscoverUserSettingName
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.
См. также