Need help in coding outlook

  • Thread starter Thread starter Gunawan
  • Start date Start date
G

Gunawan

Hi,
For Each oMailItem In oInbox.Items
Debug.Print oMailItem.SenderName
Next

The above codes are part of my code.
The issue is when the inbox item is not mail item the code will be error.
When the inbox item is a report item (delivery failure notification) the
code will be error.

How to fixed that?

Regards,
Gunawan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top