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 String getEmailAddress()
getTos()
getTos()
or null
if nonepublic String[] getTos()
public String[] getCCs()
public String[] getBCCs()
public String getSubject()
public String getBody()
@Deprecated public String getMailtoURI()
public String getDisplayResult()
getDisplayResult
in class ParsedResult
Copyright © 2007–2024. All rights reserved.