MailEnvelope Object

R

rodchar

hey all,
// Set a reference to MailEnvelope object.
MailEnvelope myEnvelope =
thisApplication.ActiveWindow.MailEnvelope;

myEnvelope.To = "(e-mail address removed)";
myEnvelope.CC = "(e-mail address removed)";
myEnvelope.BCC = "(e-mail address removed)";
myEnvelope.Subject = "Open this form";

can someone please show me how to take a field that was filled out by the
user and make it appear in the subject line?

thanks,
rodchar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top