|
Question : MAPI Session - locate default signature text.
|
|
I am using MS Access 2003 to send an email by creating a CDO 1.21 MAPI session. What i really would like to be able to do is find the default signature text for an email. Does anyone know how to find it?
Thanks
|
|
Answer : MAPI Session - locate default signature text.
|
|
The Outlook signature is just a simple text file, so you can grab the file and use it. They're stored here:
:\Documents and Settings\\Application Data\Microsoft\Signatures\
You'll see several versions of each, in HTM, RTF, and TXT format. As to which one is the Default ... that's an Outlook setting, and AFAIK there is no way to determine that.
The link below came from an Excel forum, but should work for you: http://www.rondebruin.nl/mail/folder3/signature.htm
This uses the File Scripting Object, which I typically avoid since it's often disabled by network admins, but this should give you the idea of what to do.
|
|
|
|