Outlook 2010 - VBA - Set bcc in ItemSend
问题 Program: Outlook 2010 OS: Win8 VBA Skill: Novice Notes: This works perfectly if I remove the following option Private Sub Application Item_Send '[3] If Item.SendUsingAccount = "Account Name here" Then If I do not remove it (keeping my BCC exception) the email on startup Private Sub Application _Startup runs however it BCCs only the email listed in item [3] = "special@domain.com". When part [3] is removed both run as coded. 1) 1 email on startup, BCCing all accounts listed to check the Macro,