MailAddressHelper Class Members
In This Topic
The following tables list the members exposed by MailAddressHelper.
Public Constructors
Public Methods
| Name | Description |
| ConvertToList |
Converts a list of MailAddress instances to a comma delimited string of email addresses.
|
| IsValidEmail |
Checks if the given string is a valid email address according to the format rules
followed by System.Net.Mail.MailAddress.
|
| ParseList |
Convets a list of comma separated email addresses to a list of MailAddress objects
|
Top
Extension Methods
| Name | Description |
| ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also