Assuming your device is Windows Mobile 5.0 or later you can use the
Microsoft.WindowsMobile.PocketOutlook.EmailMessage class. e.g.
EmailMessage em = new EmailMessage();
em.Subject = "subject";
em.To.Add(new Recipient("Name", "(e-mail address removed)"));
em.Attachments.Add(new Attachment("filename"));
em.Send();
Peter
--
Peter Foot
Microsoft Device Application Development MVP
peterfoot.net | appamundi.com | inthehand.com
APPA Mundi Ltd - software solutions for a mobile world
In The Hand Ltd - .NET Components for Mobility