AfterMail Event - Java

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the Java Control >

AfterMail Event - Java

Previous pageReturn to chapter overviewNext page

[GUI version only]

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.

public void AfterMail(

EventObject e

)

EventObject e

the event object, see Java 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