<< Click to Display Table of Contents >> AfterMail Event - .NET |
[Not supported by VpeWebControl]
Is sent, after the user clicked the eMail-button in the preview (or pushed the corresponding key) and the e-mail has already been sent.
EventHandler VPE.AfterMail (
object sender,
System.EventArgs e
)
object sender
the VPE document object that fired the event
System.EventArgs e
event data, see .NET documentation
Remarks:
When handling this event, your application can acquire the error status of the mail by reading the property LastError.