I have two mailbox accounts in Outlook 2010.
- Primary: Bob@something.com
- Secondary: help@something.com
Every time I receive new mail to help@something.com I get the envelope of new mail.
I want to receive the envelope only for Bob@something.com
I cancelled the option to receive envelopes in Outlook.
I created a rule in Outlook 2010 under the account of Bob@something.com
I have the option to run a script but its empty.
I need to write VBA code that can do it:
If (mail was send to Bob@something.com) Then
show Envelope
End If
I know that I can just add the folder of help@something.com instead of its account but it is not possible in my environment (cloud users).
I searched on the web and didn't find anything like this. For example, I did not find what code line can turn the envelope on in Windows.