Windows Scripting
  Home arrow Windows Scripting arrow Page 3 - Generating Outlook Signatures Based on Act...
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
ASP Web Hosting  
ASP.NET Web Hosting 
Mobile Linux 
App Generation ROI 
Windows Web Hosting
 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
WINDOWS SCRIPTING

Generating Outlook Signatures Based on Active Directory Information
By: Luke Niland
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 2
    2008-06-23

    Table of Contents:
  • Generating Outlook Signatures Based on Active Directory Information
  • Checking for Existing Signature File
  • Creating the signature
  • Finishing the Signature File

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Generating Outlook Signatures Based on Active Directory Information - Creating the signature


    (Page 3 of 4 )

     

    Hopefully, you now have an idea of what you want to put into your signature file. Armed with this information, we can now start to create the file. The first thing you need to do is create the file itself; we can do this using a simple CreateTextFile command:


    Set CreateSigFile = FileSysObj.CreateTextFile (SigFile, 8, False)


    This will give us our file and a handle to it. Now we can start to write some information into it.


    Before writing the code to build the file, it might be worth it to first look at the signature HTML document in a WYSIWYG editor. Once you are happy with the way it looks, you can copy and paste the HTML code into your script.


    First of all, we will write the opening HTML code into the file:


    CreateSigFile.WriteLine "<!DOCTYPE HTML PUBLIC " & """-//W3C//DTD HTML 4.0 Transitional//EN""" & ">"

    CreateSigFile.WriteLine "<HTML><HEAD><TITLE>Outlook Signature</TITLE>"

    CreateSigFile.WriteLine "<META http-equiv=Content-Type content=" & """text/html; charset=windows-1252""" & ">"

    CreateSigFile.WriteLine "<META content=" & """MSHTML 6.00.2900.3059""" & " name=GENERATOR></HEAD>"

    CreateSigFile.WriteLine "<BODY>"

    CreateSigFile.WriteLine "<HR>"


    Now that we have that, the next step is to start using information we have about the user, which is held in the active directory object we opened. To get at this information, we just use UserObj.AttributeName. So if we want to print the user's company, we call UserObj.Company.

    As mentioned before, you get to see all the attributes using the ADSIEdit application. So, here is the object in action:


    CreateSigFile.WriteLine "<DIV align=left><STRONG><FONT face=Arial color=#000000>" & UserObj.displayName & "</strong></FONT></DIV>"

    If UserObj.description <> "" then CreateSigFile.WriteLine "<DIV align=left><FONT face=Arial size=2 color=#000000><strong>" & UserObj.description & "</strong></FONT></DIV>"

    CreateSigFile.WriteLine "<DIV align=left><FONT face=Arial size=2></FONT><BR></DIV>"

    CreateSigFile.WriteLine "<DIV align=left><FONT face=Arial size=2 color=#000000><strong>" & UserObj.company & "</strong></FONT></DIV>"


    As you can see, we are getting the user's Display name (not their login name), description, and company. Before writing the description out, we first check to see if there is one. If not, we try to write one out or we would just end up with a blank line.

    More Windows Scripting Articles
    More By Luke Niland


       · Thanks for a useful article. I may implement this on a web page so that Users can...
       · The line:-SigFolder = StrAppData & "MicrosoftSignatures"should, of course,...
       · Hi - sorry this may seem obvious but I haven't used VB for years (C# used by last...
       · Hi Lucy,The example her is just a vb script, and as far as i'm aware you wont be...
       · Hi "I would make it automatically set the default Auto signature though."I...
     

    WINDOWS SCRIPTING ARTICLES

    - Working With Arrays in VBScript
    - Compressed Folders in WSH
    - Using .NET Interops in VBScript
    - Nilpo`s Scripting Secrets, Vol I
    - Database operations using Silverlight 2.0 WC...
    - Modifying XML Files in WSH
    - Reading XML Files in WSH
    - Visual Basic 2005 XML Programming Using XML ...
    - Creating an XML Document in WSH
    - Introducing Two-Way Data Binding using Silve...
    - Silverlight 2.0 Application Development with...
    - Burning Multisession CDs with IMAPI2 in WSH
    - Creating a Silverlight 2.0 Application that ...
    - Burning CDs with the IMAPI2 Control
    - Burning CDs in Windows XP with WSH

     
    Best Practices for Windows Vista Migration Presentation
    Dell and Microsoft recently held a series of face-to-face seminars entitled, &qu....

     
    Creating a Culture for Code Reuse
    If you oversee development teams you know that like it or not proprietary and ex....

     
    Keys to Web Application Acceleration: Advances in Delivery Systems
    Accelerate Web apps by up to 5x. Ensure significantly faster access to the Web a....

     
    Optimizing Application Monitoring
    Tired of finding out from your customers that you're offline? This white paper e....

     
    Solaris to Solaris Migration -- Migrating applications from Sun SPARC to Dell PowerEdge R900
    This comprehensive Migration Guide reviews the approach that Principled Technolo....

     




    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
    Stay green...Green IT