Package | Description |
---|---|
com.google.api.services.gmail | |
com.google.api.services.gmail.model |
Modifier and Type | Method and Description |
---|---|
Gmail.Users.Settings.SendAs.Create |
Gmail.Users.Settings.SendAs.create(String userId,
SendAs content)
Creates a custom "from" send-as alias.
|
Gmail.Users.Settings.SendAs.Patch |
Gmail.Users.Settings.SendAs.patch(String userId,
String sendAsEmail,
SendAs content)
Patch the specified send-as alias.
|
Gmail.Users.Settings.SendAs.Update |
Gmail.Users.Settings.SendAs.update(String userId,
String sendAsEmail,
SendAs content)
Updates a send-as alias.
|
Constructor and Description |
---|
Create(String userId,
SendAs content)
Creates a custom "from" send-as alias.
|
Patch(String userId,
String sendAsEmail,
SendAs content)
Patch the specified send-as alias.
|
Update(String userId,
String sendAsEmail,
SendAs content)
Updates a send-as alias.
|
Modifier and Type | Method and Description |
---|---|
SendAs |
SendAs.clone() |
SendAs |
SendAs.set(String fieldName,
Object value) |
SendAs |
SendAs.setDisplayName(String displayName)
A name that appears in the "From:" header for mail sent using this alias.
|
SendAs |
SendAs.setIsDefault(Boolean isDefault)
Whether this address is selected as the default "From:" address in situations such as composing
a new message or sending a vacation auto-reply.
|
SendAs |
SendAs.setIsPrimary(Boolean isPrimary)
Whether this address is the primary address used to login to the account.
|
SendAs |
SendAs.setReplyToAddress(String replyToAddress)
An optional email address that is included in a "Reply-To:" header for mail sent using this
alias.
|
SendAs |
SendAs.setSendAsEmail(String sendAsEmail)
The email address that appears in the "From:" header for mail sent using this alias.
|
SendAs |
SendAs.setSignature(String signature)
An optional HTML signature that is included in messages composed with this alias in the Gmail
web UI.
|
SendAs |
SendAs.setSmtpMsa(SmtpMsa smtpMsa)
An optional SMTP service that will be used as an outbound relay for mail sent using this alias.
|
SendAs |
SendAs.setTreatAsAlias(Boolean treatAsAlias)
Whether Gmail should treat this address as an alias for the user's primary email address.
|
SendAs |
SendAs.setVerificationStatus(String verificationStatus)
Indicates whether this address has been verified for use as a send-as alias.
|
Modifier and Type | Method and Description |
---|---|
List<SendAs> |
ListSendAsResponse.getSendAs()
List of send-as aliases.
|
Modifier and Type | Method and Description |
---|---|
ListSendAsResponse |
ListSendAsResponse.setSendAs(List<SendAs> sendAs)
List of send-as aliases.
|
Copyright © 2011–2024 Google. All rights reserved.