DotNetOpenMail 0.5.7 (beta)

RawEmailMessage Members

RawEmailMessage overview

Public Instance Constructors

RawEmailMessage Constructor Create an instance of the RawEmailMessage

Public Instance Properties

Content The raw content of the email
MailFrom The address to use in the envelope-from SMTP negotiation
RcptToAddresses The recipient addresses

Public Instance Methods

AddRcptToAddress Add a recipient to the EmailAddressCollection of recipients
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, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Send Send the email via the specified SMTP server
ToDataString Render the message for smtp "DATA" transmission.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

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

RawEmailMessage Class | DotNetOpenMail Namespace