PowerTCP Mail for .NET
ForwardFormat Enumeration




The supported formats used for forwarding an existing message.
Syntax
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 
Members
MemberDescription
AlternativeA "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.
AttachmentA "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.

StandardThe 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Mail.ForwardFormat

See Also

Reference

Dart.Mail Namespace


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic