VBA userform for creating ne e-mail

R

Raymond

Hi

I want to know if it's possible to force a user to use a userform that
I want to create in VBA?

And if it's possible where I must declare the code to show my
userform?

Greetings raymond
 
K

Ken Slovak - [MVP - Outlook]

An email can only be an IPM.Note item or a custom version of that
message class. You can kill the new Inspector that is shown when a
user creates a new email, show your VBA form and then create a
MailItem object and populate it from the information in your form.
You'd have to handle the Inspectors.NewInspector event to do what you
want.
 

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