aspNetEmail

ForwardReplyEmail Members

ForwardReplyEmail overview

Public Instance Constructors

ForwardReplyEmailOverloaded. Initializes a new instance of the ForwardReplyEmail class.

Public Instance Properties

ConvertToPlainTextConverts the email to plain text only.
FormattedMessage The EmailMessage that can be sent, and is built upon the OriginalMessage.
LinePrefixThe line prefix used when forwarding/replying plain text.
OriginalMessageThe Original EmailMessage object. The EmailMessage that will be sent.
OriginalMessageBoundaryThe boundary separating the text of the OriginalMessage.
RemoveAttachmentsRemoves any attachments from the OriginalMessage.
RemoveEmbeddedObjectsRemoves any embedded objects/images from the OriginalMessage
SendAsAttachmentSends the OriginalMessage as an Attachment.
SubjectPrefixThe prefix used when sending an email.

Public Instance Methods

BodyTextOverloaded. 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.
LoadBinaryOverloaded. Loads the OriginalMessage, to be sent, from a binary array.
LoadFileOverloaded. Loads the OriginalMessage, to be sent, from a file.
LoadStreamOverloaded. Loads the OriginalMessage, to be sent, from a stream.
LoadStringOverloaded. Loads the OriginalMessage, to be sent, from a string of contents.
RenderRenders and converts the OriginalMessage into the FormattedMessage property.
SignatureTextOverloaded. Signature used when sending the message.
ToEmailMessageReturns 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

ForwardReplyEmail Class | aspNetEmail Namespace