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