MessageEncrypted Property
Whether or not the current message is encrypted.
Syntax
__property bool MessageEncrypted = {read=FMessageEncrypted, write=FSetMessageEncrypted};
Default Value
false
Remarks
This property indicates whether or not the current message is encrypted. This property will return true if the current message appears to be encrypted, according to the value of MessageHeaders.
This property is read-only.
Data Type
Boolean