| IMailXMsg2Mime Property |
Gets or sets the 'X-Msg2Mime' value. It represents information if this email was created from MSG data.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax bool 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
Type:
BooleanSee Also