D
djohnson
I just created some forms that use the code below to send them as
email. The IP document is also attached to the email and named
"Form1.xml". How would I go about changing the name?
var objEmail;
objEmail = Application.ActiveWindow.MailEnvelope;
objEmail.To = "(e-mail address removed)";
objEmail.CC = ""
objEmail.Subject = "Request Form";
objEmail.Visible = true;
Although this is a beginner level question I'm having trouble finding
the answer. Thank you.
email. The IP document is also attached to the email and named
"Form1.xml". How would I go about changing the name?
var objEmail;
objEmail = Application.ActiveWindow.MailEnvelope;
objEmail.To = "(e-mail address removed)";
objEmail.CC = ""
objEmail.Subject = "Request Form";
objEmail.Visible = true;
Although this is a beginner level question I'm having trouble finding
the answer. Thank you.