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
 
Tools-> Macro-> Visual Basic Editor...
Look under Project1 on the left side.
 
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
 
I can recomend you to try Message AutoFill, component of MAPILab Toolbox for
Outlook.
http://www.mapilab.com/outlook/toolbox/message_autofill.html

This component will allow you to automatically fill in the “Toâ€, “Fromâ€,
“CCâ€, “BCC†and “Subject†fields when you create a new message, reply or
forward the message.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top