public final class SmtpEnvelope
extends java.lang.Object
| Constructor and Description | 
|---|
SmtpEnvelope()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addRecipient(SmtpAddress recipient)  | 
java.util.List<SmtpAddress> | 
getRecipients()  | 
SmtpAddress | 
getSender()  | 
void | 
setSender(SmtpAddress sender)  | 
public void setSender(SmtpAddress sender)
public void addRecipient(SmtpAddress recipient)
public java.util.List<SmtpAddress> getRecipients()
public SmtpAddress getSender()
Copyright © 2023. All Rights Reserved.