G
Guest
Hi All,
When I read new mail from my INBOX, I use the below code:
Set InputFolder =
Application.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox)
If InputFolder.Items(intCount).UnRead = True Then
I want to read INBOX mails from my other Mail Accounts like
"MailBox-RateCountry" & "MailBox-Finance Accounts" . In this case how can i
set InputFolder like above code....
Thanks in advance for your reply.
When I read new mail from my INBOX, I use the below code:
Set InputFolder =
Application.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox)
If InputFolder.Items(intCount).UnRead = True Then
I want to read INBOX mails from my other Mail Accounts like
"MailBox-RateCountry" & "MailBox-Finance Accounts" . In this case how can i
set InputFolder like above code....
Thanks in advance for your reply.