Uses of Class
org.spiderwiz.zutils.ZSMTPMail.Mode
Package | Description |
---|---|
org.spiderwiz.zutils |
Various utility classes used by the Spiderwiz framework.
|
-
Uses of ZSMTPMail.Mode in org.spiderwiz.zutils
Methods in org.spiderwiz.zutils that return ZSMTPMail.Mode Modifier and Type Method Description protected ZSMTPMail.Mode
ZSMTPMail. getSmtpMode()
Gets the configured SMTP security mode.static ZSMTPMail.Mode
ZSMTPMail.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ZSMTPMail.Mode[]
ZSMTPMail.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spiderwiz.zutils with parameters of type ZSMTPMail.Mode Modifier and Type Method Description protected void
ZSMTPMail. setSmtpMode(ZSMTPMail.Mode smtpMode)
Configures SMTP security mode.