PowerTCP Mail for .NET
MailMessage Class Properties


For a list of all members of this type, see MailMessage members.

Public Properties
 NameDescription
Public PropertyAttachments Get a generic List containing all the Attachments within this part and sub-parts. (Inherited from Dart.Mail.Multipart)
Public PropertyBcc Gets or sets the email address(es) of the "blind carbon-copy" recipient(s).  
Public PropertyBitEncoding Gets the bit encoding of the message (SevenBit, EightBit, or Binary only).  
Public PropertyCc Gets or sets the email address(es) of the "carbon-copy" recipient(s).  
Public PropertyContentType Gets or sets the "Content-Type" header field for the part. (Inherited from Dart.Mail.Part)
Public PropertyDate Gets and sets the "Date:" header field.  
Public PropertyFrom Gets or sets the email address of who the email is from.  
Public PropertyHeadersProvides a Part.Headers instance that lists all unique header fields. (Inherited from Dart.Mail.Part)
Public PropertyHtml Gets or sets the HTML text body. (Inherited from Dart.Mail.Multipart)
Public PropertyIsMime Gets or sets a value that controls the use of MIME encoding.  
Public PropertyIsSecureReturns false if SecureEncoding is SecureEncoding.None, otherwise true.  
Public PropertyLength Returns the approximate Length of the encoded part. (Inherited from Dart.Mail.Multipart)
Public PropertyPartsA Part list that contains all the parts in the Multipart. (Inherited from Dart.Mail.Multipart)
Public PropertyPriority Gets or sets the Priority of the message.  
Public PropertyReplyTo Gets or sets the email address(es) of where any reply should be sent.  
Public PropertyResources Get a generic List containing all the Resources within this part and sub-parts. (Inherited from Dart.Mail.Multipart)
Public PropertySecureEncoding Indicates the type of S/MIME encoding exposed by the header. Any "inner" encoding is unknown.  
Public PropertySender Gets or sets the email address of the sender of the email.  
Public PropertySubject Gets or sets the value of the "Subject" header field.  
Public PropertyTag Gets or sets an object that stores any user data. (Inherited from Dart.Mail.Part)
Public PropertyText Gets or sets the plain text body. (Inherited from Dart.Mail.Multipart)
Public PropertyTo Gets or sets the email address(es) of the primary recipient(s).  
Top
See Also

Reference

MailMessage Class
Dart.Mail Namespace


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