VBA userform for creating ne e-mail

  • Thread starter Thread starter Raymond
  • Start date Start date
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
 
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.
 
Back
Top