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)
| Parameter | Description |
|---|---|
| smtpAddresses | The SMTP addresses of the users. |
| settings | The 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)
| Parameter | Description |
|---|---|
| userSmtpAddress | The SMTP addresses of the user. |
| userSettingNames | The user setting names. |