Dart.Mail Namespace > MailMessage Class : IsMime Property |
Public Property IsMime As Boolean
Dim instance As MailMessage Dim value As Boolean instance.IsMime = value value = instance.IsMime
public bool IsMime {get; set;}
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).