MapiPropertyIsSigned Property |
Indicates whether the binary data is signed.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic virtual bool IsSigned { get; set; }
Public Overridable Property IsSigned As Boolean
Get
Set
public:
virtual property bool IsSigned {
bool get ();
void set (bool value);
}
abstract IsSigned : bool with get, set
override IsSigned : bool with get, set
Property Value
Type:
Boolean
See Also