public final class EmailAddressParsedResult extends ParsedResult
| Modifier and Type | Method and Description |
|---|---|
String |
getBCCs()
|
String |
getBody()
|
String |
getCCs()
|
String |
getDisplayResult()
|
String |
getEmailAddress()
Deprecated.
use
getTos()
|
String |
getMailtoURI()
Deprecated.
without replacement
|
String |
getSubject()
|
String |
getTos()
|
getType, maybeAppend, maybeAppend, toString@Deprecated public StringgetEmailAddress()
getTos()
getTos() or
null if none
public String[] getTos()
public String[] getCCs()
public String[] getBCCs()
public StringgetSubject()
public StringgetBody()
@Deprecated public StringgetMailtoURI()
public StringgetDisplayResult()