procedure Expand(const UserName: string);
Description
Verifies that the argument in Username is a valid mailing list or mailbox alias on the server. This method uses the EXPN command to retrieve the results, with one name and email address per line.
You use the Verify method to validate an individual name or email address on the SMTP server.
See Also