GetUserSettings

GetUserSettings (1 of 2)

Gets the user settings using Autodiscover SOAP service.

Returns: System::SharedPtr < GetUserSettingsResponseCollection > Aspose::Email::Clients::Exchange::

GetUserSettings(System::SharedPtr < System::Collections::Generic::ListExt< System::String >> smtpAddresses, System::SharedPtr < System::Collections::Generic::ListExt< UserSettingName >> settings)
ParameterDescription
smtpAddressesThe SMTP addresses of the users.
settingsThe settings.

GetUserSettings (2 of 2)

Retrieves the specified settings for single SMTP address.

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

GetUserSettings(System::String userSmtpAddress, const System::ArrayPtr< UserSettingName > & userSettingNames)
ParameterDescription
userSmtpAddressThe SMTP addresses of the user.
userSettingNamesThe user setting names.