tags:

views:

16

answers:

1

My requirement when user selects a particular mail and clicks the menu item it will display the particular mail details (To, cc, bcc, subject, Body, attachments…) in custom form.

A: 

In this case the asp.net application will need to access the MAPI interface to talk to the exchange server to get this information.

Preet Sangha