I'm building an XBAP application to sit within an iFrame, which plays media files. I have a button that I want to be able to click once and compose an email with the media files attached. All the code I have written for handling the MAPI has been testing in standard C# application and works, but in most cases won't in the XBAP.
For i have tried to the following:
- Written a C# class for handling the MAPI dll
- Written a C++ DLL for calling MAPI, and embedded it into the XBAP (extracted when used)so that it can be used when opened.
as i said, none of these method work.
Any suggestions would be greatly appreciated.