When email is sent via Outlook Web Access, that is using HTTP, not SMTP. Since the RFC for HTTP doesn't dictate formatting, the data from that email is NOT structured with a proper SMTP header. It is simply bundled in the mass of data. As such, we can NOT get the recipient and subject from this kind of email because there is no SMTP header.