MailMessageDomainKeysVerifyAsync Method

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Task<DomainKeysVerifyResult> DomainKeysVerifyAsync()

Return Value

Type: TaskDomainKeysVerifyResult
A task that represents the asynchronous operation. The value of TResult parameter is the result of the verification.
Exceptions
ExceptionCondition
MailBeeExceptionAn error occurred and ThrowExceptions is true.
See Also