auto self Bcc for outgoing mails in office 2007

  • Thread starter Thread starter shailesh
  • Start date Start date
S

shailesh

Hi

I want to put Self BCC on each and every outgoing mails from my MS Outlook
2007

I have tried but didnt get it

kindly suggest me for same

Rg.
Shailesh
 
Hi Roady

Thanks for your quick reply on my questions

i have three accounts configured in my outlook 2007.
and i want to mark self BCC on each account respectivly.

below solution shows, it will mark single address which we define in VBA code.

now i am looking for all three account with individual BCC mark.

Rg.
Shailesh
 
now i am looking for all three account with individual BCC mark.

Why? Outlook already saves each item you send in the Sent Items folder. Why
do you want two copies of everything you send?
 
In that case you'll also have to determine the outgoing account first in the
VBA code and define a BCC string for each address. With Select Case you can
then decide which address to use for which account.

Ask on that forum if you have a question about the code sample there or ask
in outlook.program_vba
 
Back
Top