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

AutodiscoverService.GetUserSettings - метод

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
Тип: System.String
The SMTP addresses of the user.
userSettingNames
Тип:Tessa.Exchange.WebServices.Autodiscover.UserSettingName[]
The user setting names.

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

Тип: Task<GetUserSettingsResponse>
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.
См. также