public final class LmtpEnvelope
extends java.lang.Object
| Constructor and Description | 
|---|
LmtpEnvelope()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addRecipient(LmtpAddress recipient)  | 
java.lang.String | 
getId()  | 
java.util.List<LmtpAddress> | 
getRecipients()  | 
LmtpAddress | 
getSender()  | 
boolean | 
hasRecipients()  | 
boolean | 
hasSender()  | 
void | 
setSender(LmtpAddress sender)  | 
public boolean hasSender()
public boolean hasRecipients()
public void setSender(LmtpAddress sender)
public void addRecipient(LmtpAddress recipient)
public java.util.List<LmtpAddress> getRecipients()
public LmtpAddress getSender()
public java.lang.String getId()
Copyright © 2021. All Rights Reserved.