PowerTCP Mail for .NET
IsMime Property




Gets or sets a value that controls the use of MIME encoding.
Syntax
Public Property IsMime As Boolean
Dim instance As MailMessage
Dim value As Boolean
 
instance.IsMime = value
 
value = instance.IsMime
public bool IsMime {get; set;}
public: __property bool get_IsMime();
public: __property void set_IsMime( 
   bool value
);
public:
property bool IsMime {
   bool get();
   void set (    bool value);
}
Remarks

For a decoded message this value indicates whether a "MIME-Version" or "Content-Type" header field is present. Defaults to true for a new message ("MIME-Version" and "Content-Type" fields are included in the header). To encode to an RFC822 message using pre-MIME UUENCODE for encoding attachments, set to false (which removes the "MIME-Version" and "Content-Type" fields).

See Also

Reference

MailMessage Class
MailMessage Members


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