Search results

  1. D

    Rule to copy CC list to TO list

    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...
  2. D

    Rule to copy CC list to TO list

    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...
  3. D

    Rule to copy CC list to TO list

    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!
Top