Click or drag to resize

SystemMailExtensions Class

Email message extensions
Inheritance Hierarchy
SystemObject
  NetQuarry.ServicesSystemMailExtensions

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static class SystemMailExtensions

The SystemMailExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddAddressList
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.
Public methodStatic memberExtractStream
Returns a stream representation of a MailMessage as a rfc822 MIME object
Public methodStatic memberToDelimitedString(AttachmentCollection)
Returns a semi-colon (;) separated list of email addresses from a collection
Public methodStatic memberToDelimitedString(MailAddressCollection)
Returns a semi-colon (;) separated list of email addresses from a collection
Top
See Also