AutodiscoverService.GetUserSettings

AutodiscoverService.GetUserSettings method

Retrieves the specified settings for single SMTP address.

public GetUserSettingsResponse GetUserSettings(string userSmtpAddress, 
    params UserSettingName[] userSettingNames)
ParameterTypeDescription
userSmtpAddressStringThe SMTP addresses of the user.
userSettingNamesUserSettingName[]The user setting names.

Return Value

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

Remarks

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

See Also