 | IMailXMsg2Mime Property |
Gets or sets the 'X-Msg2Mime' value. It represents information if this email was created from MSG data.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxbool XMsg2Mime { get; set; }Property XMsg2Mime As Boolean
Get
Set
property bool XMsg2Mime {
bool get ();
void set (bool value);
}abstract XMsg2Mime : bool with get, set
Property Value
Boolean
See Also