BUTTON FOR MAIL TEMPLATE

  • Thread starter Thread starter news
  • Start date Start date
N

news

Hallo,

Can anyone help me.
I work in Outlook with an user defined form.
I am using word as email editor.
Now I want to create a button that opens a user defined mail-template with
attachements.
I can open a word template and push adress data in the template.
Can anyone tell me how to open a user defined mail template, putting in the
email adress automatically.

Thank you for ideas
E. Zenker
 
To create a new instance of a custom form programmatically, use the Add
method on the target folder's Items collection. If it's a message form, you
can use the Drafts folder as the target. Once you have the new item
instantiated as an object, you can set To and other properties, then display
it.
 
Back
Top