This is fantastic Michael, thank you!
for those who will follow this topic:
Public Sub whatever(NewMail As Outlook.MailItem)
Dim Session As Outlook.NameSpace
Dim EntryID$, StoreID$
Dim Mail As Outlook.MailItem
EntryID = NewMail.EntryID
StoreID = NewMail.Parent.StoreID
Set...
Dear Michael, thank you for help!
I was not clear enough so I needed to change your script "not to lost the current cc list":
m.CC = m.CC + ";" + m.To
hope it's correct from the script point of view.
But I have one additional small question - when I'm testing this in my outlook it keeps...
Hi all,
I need help with the outlook rule. We have a group mailbox. The goal is to change all messages which are sent to this group by moving all the TO list to the CC list.
I know this has to be possible just don't know how to do it :( Anly help much appreciated!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.