VB Script message ommits signature

R

Rafael

When I create an email message using either VBA or VB Script, the user's
signature is omitted.

Is there a way to have Outlook include the default signature in the email
body?

Thanks,

Rafael
 
S

Sue Mosher [MVP]

Not easily. You'd need to know (a) what the default signature is (from the Windows registry), (b) what version and editor the user has, and (c) what format the message is, then jump through a bunch of hoops to add the right signature with the correct format.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Top