Change options with VBA

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.
 
K

Ken Slovak - [MVP - Outlook]

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.
 
C

César

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.
 
Top