Consulting

Results 1 to 4 of 4

Thread: Auto BCC

  1. #1

    Auto BCC

    Hi There,
    I have found some code online and coded a VBA macro to send a BCC when I send an email.
    Everything is working great but there are 2 accounts in Outlook.
    I only want the BCC to be sent from a particular account and not any of the others.
    How can I do that.
    I have tried using Account.DisplayName but it does not work.
    I do not think I am referencing things properly.
    Can someone help me with this please.

    Best Regards,


    Steve.

  2. #2
    VBAX Expert JP2112's Avatar
    Joined
    Oct 2008
    Location
    Astoria, NY
    Posts
    590
    Location
    What is your Outlook version?
    Regards,
    JP

    Read the FAQ
    Getting free help on the web
    My website
    Please use [vba][/vba] tags when posting code

  3. #3
    Hi JP,
    Thanks for the reply.

    I use Outlook 2007

    Thanks for your help.

    Best Regards,

    Steve.

  4. #4
    VBAX Expert JP2112's Avatar
    Joined
    Oct 2008
    Location
    Astoria, NY
    Posts
    590
    Location
    Check out the MailItem.SendUsingAccount Property. In your BCC code, you can set this property.
    Regards,
    JP

    Read the FAQ
    Getting free help on the web
    My website
    Please use [vba][/vba] tags when posting code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •