Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:microsoft_office:outlook:auto_bcc [2015/09/23 12:53] – created billh | docs:microsoft_office:outlook:auto_bcc [2015/12/29 13:03] (current) – billh | ||
---|---|---|---|
Line 2: | Line 2: | ||
This is to have Outlook automatically BCC you or the person of your choice on all emails you send. | This is to have Outlook automatically BCC you or the person of your choice on all emails you send. | ||
* http:// | * http:// | ||
+ | * either self sign a certificate of your own or change the trust center security settings | ||
+ | * (recommended) to self sign a certificate, | ||
+ | * on windows 7 mine was located at C:\Program Files (x86)\Microsoft Office\Office15\SELFCERT.EXE | ||
+ | * to change trust center security settings - open outlook, go to File --> Options --> Trust Center --> Trust Center Settings --> Macro Settings, click Notifications for all macros; restart outlook | ||
* press Alt-F11 | * press Alt-F11 | ||
* open Project1 --> Microsoft Outlook Objects --> ThisOutlookSession, | * open Project1 --> Microsoft Outlook Objects --> ThisOutlookSession, | ||
Line 32: | Line 36: | ||
End Sub | End Sub | ||
</ | </ | ||
+ | * change the email address to your own and save | ||
+ | * close and re-open outlook, click to trust all |