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.12102.1426

Syntax

C#
bool CheckDKIMSignature()
Visual Basic
Function CheckDKIMSignature As Boolean
Visual C++
bool CheckDKIMSignature()

Return Value

True if signature was valid, falseFalsefalsefalse (False in Visual Basic) otherwise.

See Also