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