Neokernel API

EmailHeader.getSendToUsers Method

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 \".\").

public static IEnumerator getSendToUsers(
   string toLine
);

Parameters

toLine
This is the To: line in the emailheader. This may or maynot include the "TO:"

See Also

EmailHeader Class | com.neokernel.email Namespace