MailUtils Class |
Namespace: NetQuarry.Services
The MailUtils type exposes the following members.
Name | Description | |
---|---|---|
AddAddresses |
Add addresses to a MailMessage object's To,
CC, or Bcc collection. This method
handles email address strings containing "pretty" names (e.g. "Woods, Cam <cam.woods@amp;netquarry.com>")
and expects a semi-colon separator between addresses.
| |
CreateMailAttachment |
Package up a string as a text file mail attachment.
This method can be used, for example, to provide an iCalendar attachment when using the
iCal class to create the text content for the iCalendar text file with a ".ics" extension.
|