MailMessageCheckSignature Method (String) |
Checks the signature of the specified eml file.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public static bool CheckSignature(
string fileName
)
Public Shared Function CheckSignature (
fileName As String
) As Boolean
public:
static bool CheckSignature(
String^ fileName
)
static member CheckSignature :
fileName : string -> bool
Parameters
- fileName
- Type: SystemString
A file name (eml).
Return Value
Type:
BooleanTrue if signature is valid; otherwise,
false.
Exceptions See Also