public interface CmSMTPConfiguration extends SubsystemConfiguration, DependentObject
CmSMTPConfiguration
object.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_DefaultFromName()
Returns the value of the DefaultFromName property.
|
java.lang.String |
get_DefaultReplyToName()
Returns the value of the DefaultReplyToName property.
|
java.lang.Boolean |
get_EmailServicesEnabled()
Returns the value of the EmailServicesEnabled property.
|
java.lang.Boolean |
get_IsSSLEnabled()
Returns the value of the IsSSLEnabled property.
|
java.lang.String |
get_SMTPHostName()
Returns the value of the SMTPHostName property.
|
java.lang.Integer |
get_SMTPPort()
Returns the value of the SMTPPort property.
|
java.lang.String |
get_SMTPServerLoginID()
Returns the value of the SMTPServerLoginID property.
|
byte[] |
get_SMTPServerLoginPassword()
Returns the value of the SMTPServerLoginPassword property.
|
java.lang.Boolean |
get_ValidateCertificateHost()
Returns the value of the ValidateCertificateHost property.
|
java.lang.Boolean |
get_ValidateServerCertificate()
Returns the value of the ValidateServerCertificate property.
|
void |
set_DefaultFromName(java.lang.String value)
Sets the value of the DefaultFromName property.
|
void |
set_DefaultReplyToName(java.lang.String value)
Sets the value of the DefaultReplyToName property.
|
void |
set_EmailServicesEnabled(java.lang.Boolean value)
Sets the value of the EmailServicesEnabled property.
|
void |
set_IsSSLEnabled(java.lang.Boolean value)
Sets the value of the IsSSLEnabled property.
|
void |
set_SMTPHostName(java.lang.String value)
Sets the value of the SMTPHostName property.
|
void |
set_SMTPPort(java.lang.Integer value)
Sets the value of the SMTPPort property.
|
void |
set_SMTPServerLoginID(java.lang.String value)
Sets the value of the SMTPServerLoginID property.
|
void |
set_SMTPServerLoginPassword(byte[] value)
Sets the value of the SMTPServerLoginPassword property.
|
void |
set_ValidateCertificateHost(java.lang.Boolean value)
Sets the value of the ValidateCertificateHost property.
|
void |
set_ValidateServerCertificate(java.lang.Boolean value)
Sets the value of the ValidateServerCertificate property.
|
get_Id
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.Boolean get_EmailServicesEnabled()
void set_EmailServicesEnabled(java.lang.Boolean value)
java.lang.String get_SMTPHostName()
void set_SMTPHostName(java.lang.String value)
java.lang.Integer get_SMTPPort()
void set_SMTPPort(java.lang.Integer value)
java.lang.String get_DefaultFromName()
void set_DefaultFromName(java.lang.String value)
java.lang.String get_DefaultReplyToName()
void set_DefaultReplyToName(java.lang.String value)
java.lang.String get_SMTPServerLoginID()
void set_SMTPServerLoginID(java.lang.String value)
byte[] get_SMTPServerLoginPassword()
void set_SMTPServerLoginPassword(byte[] value)
java.lang.Boolean get_IsSSLEnabled()
void set_IsSSLEnabled(java.lang.Boolean value)
java.lang.Boolean get_ValidateCertificateHost()
void set_ValidateCertificateHost(java.lang.Boolean value)
java.lang.Boolean get_ValidateServerCertificate()
void set_ValidateServerCertificate(java.lang.Boolean value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.