Hello,

I have decided to go down the MAPI / CDO or Winsock route in my application. Sending emails is easy enough. However, I need to retrieve and display emails.

The slight twist in the tail is that I don't want to download / access all emails, just those from a certain sender's email address. Most users will have Outlook installed on the computer but i'd rather not rely on this unless I have to.

I'm not sure which technology to use and how to go about this as I don't want to download all messages and then iterate through them. I'd rather just request emails with specific properties.

Is this at all possible?

Jordan