Shunde.NET Framework Class Library

Email Members

Email overview

Public Static Fields

FixedSizeFontCSS Style used fixed-width characters
NiceFontArial CSS

Public Instance Constructors

Email Constructor Constructor

Public Instance Properties

AlternateViews (inherited from MailMessage)Gets the attachment collection used to store alternate forms of the message body.
Attachments (inherited from MailMessage)Gets the attachment collection used to store data attached to this e-mail message.
Bcc (inherited from MailMessage)Gets the address collection that contains the blind carbon copy (BCC) recipients for this e-mail message.
Body (inherited from MailMessage)Gets or sets the message body.
BodyEncoding (inherited from MailMessage)Gets or sets the encoding used to encode the message body.
CC (inherited from MailMessage)Gets the address collection that contains the carbon copy (CC) recipients for this e-mail message.
DeliveryNotificationOptions (inherited from MailMessage)Gets or sets the delivery notifications for this e-mail message.
From (inherited from MailMessage)Gets or sets the from address for this e-mail message.
Headers (inherited from MailMessage)Gets the e-mail headers that are transmitted with this e-mail message.
IsBodyHtml (inherited from MailMessage)Gets or sets a value indicating whether the mail message body is in Html.
Priority (inherited from MailMessage)Gets or sets the priority of this e-mail message.
ReplyTo (inherited from MailMessage)Gets or sets the ReplyTo address for the mail message.
Sender (inherited from MailMessage)Gets or sets the sender's address for this e-mail message.
Subject (inherited from MailMessage)Gets or sets the subject line for this e-mail message.
SubjectEncoding (inherited from MailMessage)Gets or sets the encoding used for the subject content for this e-mail message.
To (inherited from MailMessage)Gets the address collection that contains the recipients of this e-mail message.

Public Instance Methods

BulkSend Sends this email to bulk recipients
Dispose (inherited from MailMessage)Overloaded. Releases all resources used by the MailMessage.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
SendOverloaded. Sends this email message
SetHtmlMessageSets the message body as HTML
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Dispose (inherited from MailMessage)Overloaded. Releases the unmanaged resources used by the MailMessage and optionally releases the managed resources.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Email Class | Shunde.Common Namespace