المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Sending an image file via email



C# Programming
09-13-2009, 12:31 AM
Hi

I was wondering whether anyone could give me some hints on incorporating email functionality in my application.
I'm using WPF to create 3D models, I then have an option where the user can save an image file of the model. Now I want to include functionality where the user can email this specific picture. Is there a way to just open the default email client, but not just open it, create a new message and attach this image file automatically?

Thanks in advance