Windows Vista Forums

No default signature on emails send via vbscript

  1. #1


    steve.flegg Guest

    No default signature on emails send via vbscript

    I have a script that connects to the running instance of Outlook and
    sends an email using code below

    Set objOutlook = GetObject(,"Outlook.Application")
    'Create new Outlook Email message object
    Set objOutlookMsg = objOutlook.CreateItem(0)
    ...
    ...
    objOutlookMsg.Send

    When this sends the message it does not append the default signature.

    Any ideas on how I can get this to append the signature?



    Regards
    Steve

      My System SpecsSystem Spec

  2. #2


    Jeff C Guest

    RE: No default signature on emails send via vbscript


    --
    Jeff C
    Live Well .. Be Happy In All You Do


    "steve.flegg@xxxxxx" wrote:

    > I have a script that connects to the running instance of Outlook and
    > sends an email using code below
    >
    > Set objOutlook = GetObject(,"Outlook.Application")
    > 'Create new Outlook Email message object
    > Set objOutlookMsg = objOutlook.CreateItem(0)
    > ...
    > ...
    > objOutlookMsg.Send
    >
    > When this sends the message it does not append the default signature.
    >
    > Any ideas on how I can get this to append the signature?
    Signatures in Outlook are tricky. Signature files reside in c:\documents
    and settings\"user"\application data\microsoft\signatures

    Your default mail settings must be set to include the signature file and you
    may find more info at OutlookCode.com




    >
    > Regards
    > Steve
    >

      My System SpecsSystem Spec

  3. #3


    steve.flegg Guest

    Re: No default signature on emails send via vbscript

    On 3 Jun, 09:09, Jeff C <Je...@xxxxxx> wrote:

    > --
    > Jeff C
    > Live Well .. Be Happy In All You Do
    >
    > "steve.fl...@xxxxxx" wrote:

    > > I have a script that connects to the running instance of Outlook and
    > > sends an email using code below
    >

    > > Set objOutlook = GetObject(,"Outlook.Application")
    > > 'Create new Outlook Email message object
    > > Set objOutlookMsg = objOutlook.CreateItem(0)
    > > ...
    > > ...
    > > objOutlookMsg.Send
    >

    > > When this sends the message it does not append the default signature.
    >

    > > Any ideas on how I can get this to append the signature?
    >
    > Signatures in Outlook are tricky. *Signature files reside in c:\documents
    > and settings\"user"\application data\microsoft\signatures
    >
    > Your default mail settings must be set to include the signature file and you
    > may find more info at OutlookCode.com
    >
    >
    >
    >
    >

    > > Regards
    > > Steve- Hide quoted text -
    >
    > - Show quoted text -
    Thanks I will take a look at that site

      My System SpecsSystem Spec

No default signature on emails send via vbscript

Similar Threads
Thread Thread Starter Forum Replies Last Post
WLM Desktop stopped adding signature to emails LeftyNorth Live Mail 2 01 May 2009
vbscript to cahnge default printer setting from color to b&w freddy VB Script 1 13 Apr 2009
Windows Mail does not send messages with digital signature Frederico Augustos Vista mail 12 24 Nov 2008
Unable to send Mail Using vbscript Mark VB Script 6 17 Nov 2008
Signature on emails Lisa Vista mail 2 28 Jun 2007