com.filenet.api.admin

Interface CmSMTPConfiguration

    • Method Detail

      • get_EmailServicesEnabled

        java.lang.Boolean get_EmailServicesEnabled()
        Returns the value of the EmailServicesEnabled property. For more information, see EmailServicesEnabled Property.
      • set_EmailServicesEnabled

        void set_EmailServicesEnabled(java.lang.Boolean value)
        Sets the value of the EmailServicesEnabled property. For more information, see EmailServicesEnabled Property.
      • get_SMTPHostName

        java.lang.String get_SMTPHostName()
        Returns the value of the SMTPHostName property. For more information, see SMTPHostName Property.
      • set_SMTPHostName

        void set_SMTPHostName(java.lang.String value)
        Sets the value of the SMTPHostName property. For more information, see SMTPHostName Property.
      • get_SMTPPort

        java.lang.Integer get_SMTPPort()
        Returns the value of the SMTPPort property. For more information, see SMTPPort Property.
      • set_SMTPPort

        void set_SMTPPort(java.lang.Integer value)
        Sets the value of the SMTPPort property. For more information, see SMTPPort Property.
      • get_DefaultFromName

        java.lang.String get_DefaultFromName()
        Returns the value of the DefaultFromName property. For more information, see DefaultFromName Property.
      • set_DefaultFromName

        void set_DefaultFromName(java.lang.String value)
        Sets the value of the DefaultFromName property. For more information, see DefaultFromName Property.
      • get_DefaultReplyToName

        java.lang.String get_DefaultReplyToName()
        Returns the value of the DefaultReplyToName property. For more information, see DefaultReplyToName Property.
      • set_DefaultReplyToName

        void set_DefaultReplyToName(java.lang.String value)
        Sets the value of the DefaultReplyToName property. For more information, see DefaultReplyToName Property.
      • get_SMTPServerLoginID

        java.lang.String get_SMTPServerLoginID()
        Returns the value of the SMTPServerLoginID property. For more information, see SMTPServerLoginID Property.
      • set_SMTPServerLoginID

        void set_SMTPServerLoginID(java.lang.String value)
        Sets the value of the SMTPServerLoginID property. For more information, see SMTPServerLoginID Property.
      • get_SMTPServerLoginPassword

        byte[] get_SMTPServerLoginPassword()
        Returns the value of the SMTPServerLoginPassword property. For more information, see SMTPServerLoginPassword Property.
      • set_SMTPServerLoginPassword

        void set_SMTPServerLoginPassword(byte[] value)
        Sets the value of the SMTPServerLoginPassword property. For more information, see SMTPServerLoginPassword Property.
      • get_IsSSLEnabled

        java.lang.Boolean get_IsSSLEnabled()
        Returns the value of the IsSSLEnabled property. For more information, see IsSSLEnabled Property.
      • set_IsSSLEnabled

        void set_IsSSLEnabled(java.lang.Boolean value)
        Sets the value of the IsSSLEnabled property. For more information, see IsSSLEnabled Property.
      • get_ValidateCertificateHost

        java.lang.Boolean get_ValidateCertificateHost()
        Returns the value of the ValidateCertificateHost property. For more information, see ValidateCertificateHost Property.
      • set_ValidateCertificateHost

        void set_ValidateCertificateHost(java.lang.Boolean value)
        Sets the value of the ValidateCertificateHost property. For more information, see ValidateCertificateHost Property.
      • get_ValidateServerCertificate

        java.lang.Boolean get_ValidateServerCertificate()
        Returns the value of the ValidateServerCertificate property. For more information, see ValidateServerCertificate Property.
      • set_ValidateServerCertificate

        void set_ValidateServerCertificate(java.lang.Boolean value)
        Sets the value of the ValidateServerCertificate property. For more information, see ValidateServerCertificate Property.

© Copyright IBM Corporation 2006, 2015. All rights reserved.