MailMessageIsEncrypted Property |
Gets a value indicating whether the message is encrypted.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public virtual bool IsEncrypted { get; }
Public Overridable ReadOnly Property IsEncrypted As Boolean
Get
public:
virtual property bool IsEncrypted {
bool get ();
}
abstract IsEncrypted : bool with get
override IsEncrypted : bool with get
Property Value
Type:
BooleanSee Also