VpeSetMailSubject

<< Click to Display Table of Contents >>

Navigation:  E-Mail Functions >

VpeSetMailSubject

Previous pageReturn to chapter overviewNext page

[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")