Consulting

Results 1 to 2 of 2

Thread: Need help to write vba code for outlook

  1. #1

    Need help to write vba code for outlook

    Hi ,

    I need to write a code to check outlook inbox and count the number of emails per category and send an email with the number of emails per category at a predefined time.

    Eg - Red category has 10 emails

    I tried to use obj.item.count but i don't know how to incorporate the for loop for the categories .

    Can someone please guide me ???

  2. #2
    Quote Originally Posted by pink2011
    Hi ,

    I need to write a code to check outlook inbox and count the number of emails per category and send an email with the number of emails per category at a predefined time say 6 pm daily

    Eg - Red category has 10 emails

    I tried to use obj.item.count but i don't know how to incorporate the for loop for the categories .

    Can someone please guide me ???

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •