Change options with VBA

  • Thread starter Thread starter César
  • Start date Start date
C

César

Hello all.

I have made a macro to send a mail. In Tools - Options - I have by defect to
insert a signature when send a mail.

I am looking for the way that the macro deactivates this option before send
the mail and later returns it to activate.

Any suggestion?

Thanks in advance

Regards, Caesar.
 
The options for using or not using a signature aren't exposed in the Outlook
object model. The setting is stored in the Windows registry.
 
OK, Ken.

Thanks very much.

Regards, César.

Ken Slovak - said:
The options for using or not using a signature aren't exposed in the Outlook
object model. The setting is stored in the Windows registry.
 

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

Back
Top