trevorwilliams2
Programmer
I have code that stores / files selected outlook 2003 emails.
It reads .SenderName .Subject, etc.. and stores this data in my application.
I have been asked to embed the Outlook View Control into my app and create the same functionallity as listed above.
I have been unable to get at the properties of the select email in my Outlook View Control.
The best I have been able to achieve is: Me.ViewCtl1.Selection(1) which returns the title odf the selected email.
Cabn this be done?
If so, can anybody point me in the right direction?
Thanks!
It reads .SenderName .Subject, etc.. and stores this data in my application.
I have been asked to embed the Outlook View Control into my app and create the same functionallity as listed above.
I have been unable to get at the properties of the select email in my Outlook View Control.
The best I have been able to achieve is: Me.ViewCtl1.Selection(1) which returns the title odf the selected email.
Cabn this be done?
If so, can anybody point me in the right direction?
Thanks!