Click or drag to resize

SystemMailExtensions Methods

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