| Modifier and Type | Method and Description |
|---|---|
static SmtpPort |
SmtpPort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmtpPort[] |
SmtpPort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JavaMailSessionBuilder |
JavaMailSessionBuilder.port(SmtpPort smtpPort)
Sets a standard port number for SMTP gateway.
|
JavaMailSessionBuilder |
JavaMailSessionBuilderImp.port(SmtpPort smtpPort)
Sets a standard port number for SMTP gateway.
|
Copyright © 2013–2020. All rights reserved.