MsgLoadOptionsDecodeClearSignedContent Property |
Gets or sets a value indicating whether clear-signed message will be decoded.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool DecodeClearSignedContent { get; set; }
Public Property DecodeClearSignedContent As Boolean
Get
Set
public:
property bool DecodeClearSignedContent {
bool get ();
void set (bool value);
}
member DecodeClearSignedContent : bool with get, set
Property Value
Type:
Booleantrue if clear-signed message will be decoded; otherwise,
false.
See Also