>> Mail message

  • Thread starter Jonathan Parminter
  • Start date
J

Jonathan Parminter

Hi, I have created a word template that is used as an
email template. When used to create a new document the
email address detail section is visible. When creating a
new document using code the email section is not visible.

I have tried the line...

Set docReminder = Documents.Add( _
Template:=TEMPLATE_PATH & "Contracter Report
Reminder.dot", _
DocumentType:=wdNewEmailMessage, _
Visible:=False)

But the document type wdNewEmailMessage causes a blank
email page. That is the contents of the template are
removed.

How do I show the email address section when creating a
document using code?

Any ideas or suggestions appreciated :)

Thanks
Jonathan
 
J

Jonathan Parminter

Hi, in case you are interested the solution is the line:

ActiveWindow.EnvelopeVisible = True

Thanks
Jonathan
 

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