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