Description
-
Fires when VerifyDKIM method is called without parameters.
Syntax
-
Private Sub
object_DKIMResult(Message,
ErrorCode, ErrorText)
The DKIMResult Event syntax has these parts:
object |
A wodSmtpServer
object. |
Message |
A
SmtpMessage object.
Request to the user who wants to get expanded form of
an address. |
ErrorCode |
A Long value. Code that identifies the error which occured. |
ErrorText |
A String value.
Error description. |
Remarks
-
-
DKIMResult event is triggered in case
VerifyDKIM
signature was called without parameters (public key). In that case
wodSmtpServer will try to fetch
public key from the server.
Since this action could take some time, this event is triggered
instead of blocking wodSmtpServer
while VerifyDKIM
method is being executed.
|