www.gnostice.com 

OnEMail

Top  Previous  Next

Triggers just before sending e-mail. Provide a handler for this event to set the e-mail information which should then be used to mail the document. Set Continue to True to trigger the event continuously so that multiple mails can be sent. 

 

 

 

 

Syntax

 

 

[VC++]

__event OnEMail(LPDISPATCH FAR* EMailSettings, BOOL FAR* Continue, BOOL FAR* CancelEmail)

 

[C#]

public abstract new event eDocEngineX.IgtPDFEngineXEvents_OnEMailEventHandler OnEMail

 

[VB]

Event OnEMail(EMailSettings As gtEMailSettingsX, Continue As Boolean, CancelEmail As Boolean)

 

 

 

 

Parameters

 

 

EMailSettings

[in] Specifies the information about the e-mail.

 

 

Continue

[in] Specifies to continue the procedure.

 

 

CancelEmail

[out] Specifies to cancel the process of sending e-mail.

 

 

 

 

See Also

 

 

EMailSettings, gtEMailSettingsX