Description
-
Fires when VerifyDKIM method is called without parameters.
Return Type
-
None
Syntax
-
object.DKIMResult Owner,
User, Address, Response
The DKIMResult Method syntax has these parts:
object |
An expression
evaluating to an object of type
wodSmtpNotify. |
Owner |
Required. A wodSmtpServer
object. Reference to wodSmtpServerCom instance that
called this callback method. |
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
-
NOTE: This method is called only if you
implemented
IwodSmtpNotify
interface in your application, and
wodSmtpServer1.Notification
property has received reference to
instance of your implementation.
-
-
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.
|