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