![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I can use VBA enough to get myself in trouble. Can someone help me
automatically add my own email address to the BCC field and mark a message I send with a follow-up flag? I would rather it be something I can choose after I star an email because I may not always want to do this. I do, however, want to save myself some work when I want to do this. One macro (that I'll assign to a button) to do both tasks would be great. Thanks. |
Ads |
#2
|
|||
|
|||
![]() Shawn, if the e-mai is open this adds the BCC: Public Sub MyMacro() Dim Mail as Outlook.MailItem Set Mail=Application.ActiveInspector.CurrentItem Mail.BCC = "your address here" End sub The Mail object also has some Flag* properties. Please see them in the object browser (f2), you might the click f1 for help. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook The most effective way to assign Outlook categories: http://www.shareit.com/product.html?...4&languageid=1 (German: http://www.VBOffice.net/product.html?pub=6) Am Thu, 8 Mar 2007 15:31:39 -0700 schrieb Shawn Shuler: I can use VBA enough to get myself in trouble. Can someone help me automatically add my own email address to the BCC field and mark a message I send with a follow-up flag? I would rather it be something I can choose after I star an email because I may not always want to do this. I do, however, want to save myself some work when I want to do this. One macro (that I'll assign to a button) to do both tasks would be great. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Auto-BCC in Outlook 2007 using VB code ? Devs please help! | [email protected] | Outlook and VBA | 1 | May 27th 11 08:09 AM |
Auto BCC in Outlook 2007 ? | [email protected] | Outlook and VBA | 7 | January 13th 07 08:28 AM |
auto bcc software recommendations | Eddie | Outlook - Installation | 4 | November 29th 06 07:20 PM |
Auto BCC to a fixed address | Proboscis | Outlook and VBA | 2 | July 19th 06 08:36 AM |
Auto bcc or forward sent items with specified paramaters | tollyboi | Outlook - General Queries | 1 | January 10th 06 12:03 PM |