Neokernel API

EmailHeader Members

EmailHeader overview

Public Static Methods

getSendToUser This class method takes a String, a user, and removes the special header characters, such as (Comment) and [domain-literal]. It also does not check after the characters have been removed that it is a valid address. This is the same as getSendToUsers(String) method except this only expects one user.
getSendToUsers This class method takes a String, a list of users separated by comments, and removes the special header characters, such as (Comment) or [domain-literal]. It also does not check to make sure after these have been removed, or that the addresses are somewhat valid (a valid address must contain an \"@\" and at least one \".\").
removeWhiteSpace

Public Instance Constructors

EmailHeader Constructor Initializes a new instance of the EmailHeader class.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

EmailHeader Class | com.neokernel.email Namespace