<< Click to Display Table of Contents >> VPE_AFTER_MAIL |
[Windows platform 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.
VPE_AFTER_MAIL
WPARAM wParam
LPARAM lParam
Parameters:
wParam
the status of the e-mail action, one of the VERR_xyz error codes
lParam
contains the document-handle, so you can determine which document has sent the message
Remarks:
Your application should return zero if it processes this message.