ForwardEmail overview
Public Instance Constructors
ForwardEmail | Overloaded. Initializes a new instance of the ForwardEmail class. |
Public Instance Properties
ConvertToPlainText (inherited from ForwardReplyEmail) | Converts the email to plain text only. |
FormattedMessage (inherited from ForwardReplyEmail) |
The EmailMessage that can be sent, and is built upon the
OriginalMessage.
|
LinePrefix (inherited from ForwardReplyEmail) | The line prefix used when forwarding/replying plain text. |
OriginalMessage (inherited from ForwardReplyEmail) | The Original EmailMessage object. The EmailMessage that will be sent. |
OriginalMessageBoundary (inherited from ForwardReplyEmail) | The boundary separating the text of the OriginalMessage. |
RemoveAttachments (inherited from ForwardReplyEmail) | Removes any attachments from the OriginalMessage. |
RemoveEmbeddedObjects (inherited from ForwardReplyEmail) | Removes any embedded objects/images from the OriginalMessage |
SendAsAttachment (inherited from ForwardReplyEmail) | Sends the OriginalMessage as an Attachment. |
SubjectPrefix (inherited from ForwardReplyEmail) | The prefix used when sending an email. |
Public Instance Methods
BodyText (inherited from ForwardReplyEmail) | Overloaded. The body text used in the ForwardReplyEmail |
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. |
LoadBinary (inherited from ForwardReplyEmail) | Overloaded. Loads the OriginalMessage, to be sent, from a binary array. |
LoadFile (inherited from ForwardReplyEmail) | Overloaded. Loads the OriginalMessage, to be sent, from a file. |
LoadStream (inherited from ForwardReplyEmail) | Overloaded. Loads the OriginalMessage, to be sent, from a stream. |
LoadString (inherited from ForwardReplyEmail) | Overloaded. Loads the OriginalMessage, to be sent, from a string of contents. |
Render (inherited from ForwardReplyEmail) | Renders and converts the OriginalMessage into the FormattedMessage property. |
SignatureText (inherited from ForwardReplyEmail) | Overloaded. Signature used when sending the message. |
ToEmailMessage (inherited from ForwardReplyEmail) | Returns the EmailMessage that can be used for sending. |
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
ForwardEmail Class | aspNetEmail Namespace