| IMailCheckDKIMSignature Method |
Verifies the DKIM (DomainKeys Identified Mail) digital signature on this message. Queries DNS server to get the public key.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax bool CheckDKIMSignature()
Function CheckDKIMSignature As Boolean
bool CheckDKIMSignature()
abstract CheckDKIMSignature : unit -> bool
Return Value
Type:
BooleanTrue if signature was valid,
otherwise.
See Also