You can use the Items.Restrict method to filter by date range -- see
http://www.outlookcode.com/article.aspx?id=30 -- and add criteria for the sender. The resulting Items collection will have a Count property.
"Amiable" <achaudhary311@hotmail.com> wrote in message news:eZASzpuyIHA.2184@TK2MSFTNGP02.phx.gbl...
> Hi,
>
> I want to find out the number of emails sent by a particular user between
> specific dates and then find sum group by user name.
> Can anyone help me?
>
> A
>
>