Dart.Mail Namespace : ForwardFormat Enumeration |
Public Enum ForwardFormat Inherits System.Enum
Dim instance As ForwardFormat
public enum ForwardFormat : System.Enum
__value public enum ForwardFormat : public System.Enum
public enum class ForwardFormat : public System.Enum
Member | Description |
---|---|
Alternative | A "multipart/alternative" message is created, with the original message's parts cloned, included as the second part (as a Multipart). This format is used by Apple Mail, among others. |
Attachment | A "multipart/mixed" message is created, with the original message included as the second part (as an Attachment). No content is cloned. |
Redirect | The original MailMessage is cloned with a new Textpart inserted as the first part, containing the comment. If MailMessage.ReplyTo is null, it is set to the original MailMessage.From, so any reply made to the redirected message will be sent to the originator. |
Standard | The original message is copied, with its parts cloned. The comment is prepended to Multipart.Text and Multipart.Html. This format is used by Microsoft LiveMail, among others. |
System.Object
System.ValueType
System.Enum
Dart.Mail.ForwardFormat