com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class GetUserSettingsResponse



  • public final class GetUserSettingsResponse
    extends AutodiscoverResponse

    Represents the response to a GetUsersSettings call for an individual user.

    • Constructor Detail

      • GetUserSettingsResponse

        public GetUserSettingsResponse()

        Initializes a new instance of the GetUserSettingsResponse class.

    • Method Detail

      • tryGetSettingValue

        public <T> T tryGetSettingValue(int setting)

        Tries the get the user setting value.

        Parameters:
        setting - The setting.
        value - The setting value.

        T: Type of user setting.

        Returns:
        True if setting was available.
      • getSmtpAddress

        public final String getSmtpAddress()

        Gets the SMTP address this response applies to.

      • getRedirectTarget

        public final String getRedirectTarget()

        Gets the redirectionTarget (URL or email address)

      • getSettings

        public final com.aspose.ms.System.Collections.Generic.IGenericDictionary<Integer,Object> getSettings()

        Gets the requested settings for the user.

      • getUserSettingErrors

        public final com.aspose.ms.System.Collections.ObjectModel.Collection<UserSettingError> getUserSettingErrors()

        Gets error information for settings that could not be returned.