<< Click to Display Table of Contents >> VpeSetMailSubject |
[Windows platform only; not supported by the Community Edition]
Allows you to specify the e-mail subject by code.
void VpeSetMailSubject(
VpeHandle hDoc,
LPCSTR subject
)
VpeHandle hDoc
Document Handle
LPCSTR subject
the subject of the message
Example:
VpeSetMailSubject(hDoc, "New VPE v3.0")