View Single Post
  #2  
Old October 24th 07, 05:31 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Email signature using Outlook COM object model

It certainly is possible to add a signature to an email message. If Word is the editor, it's also easy to remove it, because it's exposed as a Bookmark object. See http://www.outlookcode.com/codedetail.aspx?id=615. If Word is not the email editor, the signature is not distinguished in any way from the rest of the text.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Jeff" wrote in message oups.com...
Can someone confirm that the Outlook 2003 COM object model does not
provide a way to programmatically get, modify, or remove the signature
line of an email?

Furthermore, it doesn't look like Redemption RDO supports manipulating
the signature line either (http://www.google.com/search?q=signature
+site%3Ahttp%3A%2F%2Fwww.dimastr.com%2Fredemption
%2F&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-
USfficial&client=firefox-a).

I've noticed that a SafeMailItem will contain the signature line as
long as I don't modify the Body property. Has anyone else noticed
that?

Thanks,
Jeff

Ads