SystemMailExtensions Class |
Namespace: NetQuarry.Services
The SystemMailExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AddAddressList |
Adds a list of email addresses separated with either semi-colon or ','.
You can use ExpectedAddressCount(String) to determine the number of email address that
whould be expected in the specified addressList.
|
![]() ![]() | ExtractStream |
Returns a stream representation of a MailMessage as a rfc822 MIME object
|
![]() ![]() | ToDelimitedString(AttachmentCollection) |
Returns a semi-colon (;) separated list of email addresses from a collection
|
![]() ![]() | ToDelimitedString(MailAddressCollection) |
Returns a semi-colon (;) separated list of email addresses from a collection
|