Class EmailAddress

java.lang.Object
com.helger.commons.email.EmailAddress
All Implemented Interfaces:
IEmailAddress, IHasDisplayName

@Immutable public class EmailAddress extends Object implements IEmailAddress
This class handles a single email address. It is split into an address part and an optional name. The personal name is optional and may be null.
Author:
Philip Helger