| MsgConverterIsMessage Property |
Gets the value indicating if the MSG file type represents a message, and if
CreateMessage can be used.
Namespace:
Limilabs.Mail.MSG
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool IsMessage { get; }
Public ReadOnly Property IsMessage As Boolean
Get
public:
property bool IsMessage {
bool get ();
}
member IsMessage : bool with get
Property Value
Type:
BooleanSee Also