Recent content by Mark75

  1. M

    Email Signature - how do i add it to this code?

    Got it working...found more info at http://www.rondebruin.nl/mail/folder3/signature.htm by googling your code. Thanks for all your help.
  2. M

    Email Signature - how do i add it to this code?

    ah ok, thanks for all your help I'll have a crack at it tonight and post back how it goes..
  3. M

    Email Signature - how do i add it to this code?

    Thanks for the quick response. I saw something similar to that, the issue is there may be a few different users so I want to avoid hard keying their username etc.. SigString = "C:\Documents and Settings\" & Environ("username") & _ "\Application Data\Microsoft\Signatures\Mysig.txt"
  4. M

    Email Signature - how do i add it to this code?

    Thanks for that but I didnt find what I was hoping for. Any other suggestions?
  5. M

    Email Signature - how do i add it to this code?

    Hello, I'm a bit of a novice programmer and really need some help with this. I've got the code below to work fine but when it creates the new mail message it doesn't add the signature. I've been searching but with no luck. Any ideas how I add the default outlook signature to the email message...
Back
Top Bottom