MsgConvertMsgAsDraft Property |
Gets or sets whether the resulting .MSG message should be saved as "Draft" (editable) or "Sent" (read-only).
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool MsgAsDraft { get; set; }
Public Property MsgAsDraft As Boolean
Get
Set
Property Value
Type:
BooleanThe default value is
false.
Remarks This property makes sense only for EML-to-MSG conversion. MSG-to-EML conversion is not affected.
See Also