MsgConvertMsgAsDraft Property
Gets or sets whether the resulting .MSG message should be saved as "Draft" (editable) or "Sent" (read-only).

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool MsgAsDraft { get; set; }

Property Value

Type: Boolean
The default value is false.
Remarks
This property makes sense only for EML-to-MSG conversion. MSG-to-EML conversion is not affected.
See Also