Gordon
Gordon

Reputation: 1651

Automatically insert email signature into Outlook Meeting Invite

I have been searching the web for a way to do this but no such luck. My goal is to save a meeting agenda template into an email signature which would be inserted into every meeting invite created by me.

Looking for some clues on how to do this?

Upvotes: 7

Views: 13351

Answers (2)

Lance
Lance

Reputation: 3932

Outlook 2010 and newer include the form designer.

File -> Options -> Customize Ribbon, then, in the Right Side pane, click to turn on the Developer Tab.

From there you can design Meeting Request template to your specification.

Then, to use it, you will select:

New -> Meeting Request Using -> (Your Custom Template) from the Outlook Home tab.

Upvotes: 5

Eugene Astafiev
Eugene Astafiev

Reputation: 49435

You can handle the ItemSend event of the Application class where you can check out the message class of the outcoming Outlook item and change the message body if required.

Think you will find the Getting Started with VBA in Outlook 2010 article helpful.

Upvotes: 2

Related Questions