I have the following code but whe it gets to the read the email text is shows a message. Is there anyway that I can bypass that message?
'Reset the olitems object otherwise new incoming mails and moving mails get missed
Set OlItems = myfolder.Items
For Each OlMail In OlItems
Text = OlMail.Body ====> Display Outlook Message
Message says: "Program is trying to access your email addressess......
Guidance will be appreciated to bypass this warning.
Luis
'Reset the olitems object otherwise new incoming mails and moving mails get missed
Set OlItems = myfolder.Items
For Each OlMail In OlItems
Text = OlMail.Body ====> Display Outlook Message
Message says: "Program is trying to access your email addressess......
Guidance will be appreciated to bypass this warning.
Luis