public class EmailAddress extends Object
Represents an address of an email message.
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets the string representation of the email address.
|
String |
getDisplayName()
Gets the display name associated with the address.
|
String |
getHost()
Gets the host portion of the address.
|
String |
getOriginalAddressString()
Gets the original address string.
|
String |
getUser()
Gets the username.
|
public final String getAddress()
Gets the string representation of the email address.
public final String getDisplayName()
Gets the display name associated with the address.
public final String getOriginalAddressString()
Gets the original address string.
public final String getHost()
Gets the host portion of the address.
public final String getUser()
Gets the username.