Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Signature for Outlook

Status
Not open for further replies.

masterzenfoo

IS-IT--Management
May 17, 2007
5
0
0
GB
before I start my company is to tight to buy some software to append a signature to outgoing email and due to design of our Exchange infrastructure the SMTP transport event sink method doesn't work.

Anyway I have used the VBScript method to append a signature to users Outlook client using the Microsoft Word method.

Problem is people who have Microsoft Word 2000 on there machines the script will fail (I have attached part of the code that errors)

Its down to EmailSignatureEntry object not being visible in MS Word 2000.

Does anyone know a way round this?

Thanks for your help in advance

code
Set objDoc = objWord.Documents.Add()
Set objSelection = objWord.Selection

Set objEmailOptions = objWord.EmailOptions
Set objSignatureObject = objEmailOptions.EmailSignature

Set objSignatureEntries = objSignatureObject.EmailSignatureEntries
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top