SprintFlunky
Programmer
I understand the need for the annoying message box that appears when you attempt to access certain fields when you programmatically send an email so I changed my application to build a new Mail Item and open it in Outlook. The user then sends it the normal way by clicking Send. Annoying, but it works.
On the receiving side, I have an application that monitors Outlook, grabs the email, and populates a SQLServer database.
All that works great. What I need to do is store the email Id from the person who sent email so I can send status updates back to the user. Any attempt to access the sender information initiates the “are you sure you want to allow this” message.
Any ideas on how to grab the senders address? I can place it as part of the text the user is sending to keep the receiving side from accessing that information, but the message appears even when they are the ones sending the email.
On the receiving side, I have an application that monitors Outlook, grabs the email, and populates a SQLServer database.
All that works great. What I need to do is store the email Id from the person who sent email so I can send status updates back to the user. Any attempt to access the sender information initiates the “are you sure you want to allow this” message.
Any ideas on how to grab the senders address? I can place it as part of the text the user is sending to keep the receiving side from accessing that information, but the message appears even when they are the ones sending the email.