PDA

View Full Version : Outlook 10 a little help needed



buster_gonad
05-31-2014, 08:31 AM
Hi,

I would like some help on 2 little projects I have

firstly I would like to be able to count the sent items of a shared email box on a network

Secondly I have a rule that moves a particular email from my sent items to the shard email box sent items. I would like to put this rule on a button to run from the quick access tool bar

I would appreciate any help in this matter

thanking you all in advance

buster

westconn1
06-03-2014, 05:22 AM
for the second try



Sub RunRuleDeleteSpam()

Application.Session.DefaultStore.GetRules.Item("Delete Spam").Execute

End Sub
posted by ken slovak at http://www.outlookforums.com/threads...to-run-a-rule/ (http://www.outlookforums.com/threads/39338-create-a-macro-in-outlook-to-run-a-rule/)