<< Click to Display Table of Contents >> MailText |
[Windows platform only; not supported by the Community Edition]
Allows you to specify the e-mail text by code.
property string VPE.MailText
write; runtime only
Possible Values:
the message text
Remarks:
If VPE is using Extended MAPI (see MAPIType), you can also use HTML or RTF for the body text of e-mail messages. For HTML the message text must begin with “<html>” and for RTF the message text must begin with “{\rtf”.
The Community Edition does not support Extended MAPI.
Example:
Doc.MailText = "Dear customer of VPE," + chr$(13) + chr$(10) + "we have a new version released."