This is exactly what I need to do, however I have no VB programming
experience. Does anyone have the code to do this?
--
JPR
"vbaffled" wrote:
> I will try your suggestion. My VBA has just graduated from elementary school
> and counting is next on the curriculum ;-) .... Many thanks Michael
>
> "Michael Bauer" wrote:
>
> > Yes, that it is possible. You can loop through each item and count it.
> > For 1,000 items that will take a few seconds.
> >
> > Another way of course would be just reading the MapiFolder.Items.Count
> > property :-)
> >
> >
> > --
> > Viele Grüße
> > Michael Bauer
> >
> >
> > "vbaffled" <(E-Mail Removed)> wrote in message
> > news:F42C7125-96A8-4901-A932-(E-Mail Removed)...
> > > Hi there ... is it possible to count the number of email messages in
> > the
> > > Inbox (or any subfolder under the inbox) in OUtlook using VBA? Any
> > thoughts
> > > or comments would be greatly appreciated.
> >
> >
|