AfterMail Event - .NET

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the .NET Control >

AfterMail Event - .NET

Previous pageReturn to chapter overviewNext page

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

 

See also:

E-Mail Functions