Hi,

I have configured Outlook to get read receipts , whenever the recepient read the mail.

Through VB code I am reading all the mails.

Set objOutlook = New Outlook.Application
Set objNameSpace = objOutlook.GetNamespace("MAPI")
Set objMessages = objNameSpace.Folders.Item("Personal Folders").Folders.Item("Inbox").Items 'get the fax mailbox-inbox items