I am in the estimating phase of a project, and one requirement is that my application will create draft emails (with attachments) in MS-Outlook, which the user can then review and send. The app is written in WPF.
The clients will have either Outlook 2003 or Outlook 2007. The files that need to be attached will already exist on the file system when the drafts are generated.
I have done some initial research, but would like to get some opinions from people who have first-hand experience.
Questions:
- What tool would you use to accomplish this?
- Will there need to be separate code for Outlook 2003 vs. 2007?
- In general, using whatever tools are recommended, is this a relatively straightforward problem to solve?
Thanks for any insight.