Package | Description |
---|---|
com.google.api.services.gmail.model |
Modifier and Type | Method and Description |
---|---|
SmtpMsa |
SmtpMsa.clone() |
SmtpMsa |
SendAs.getSmtpMsa()
An optional SMTP service that will be used as an outbound relay for mail sent using this alias.
|
SmtpMsa |
SmtpMsa.set(String fieldName,
Object value) |
SmtpMsa |
SmtpMsa.setHost(String host)
The hostname of the SMTP service.
|
SmtpMsa |
SmtpMsa.setPassword(String password)
The password that will be used for authentication with the SMTP service.
|
SmtpMsa |
SmtpMsa.setPort(Integer port)
The port of the SMTP service.
|
SmtpMsa |
SmtpMsa.setSecurityMode(String securityMode)
The protocol that will be used to secure communication with the SMTP service.
|
SmtpMsa |
SmtpMsa.setUsername(String username)
The username that will be used for authentication with the SMTP service.
|
Modifier and Type | Method and Description |
---|---|
SendAs |
SendAs.setSmtpMsa(SmtpMsa smtpMsa)
An optional SMTP service that will be used as an outbound relay for mail sent using this alias.
|
Copyright © 2011–2024 Google. All rights reserved.