Click or drag to resize

MailUtilsAddAddresses Method

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.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void AddAddresses(
	MailAddressCollection addresses,
	string s
)

Parameters

addresses
Type: System.Net.MailMailAddressCollection
The To, CC, or Bcc address collection to which to add.
s
Type: SystemString
The addresses, may be empty.
See Also