If your device is Windows Mobile 5.0, then you can use the EmailMessage
class in Microsoft.WindowsMobile.PocketOutlook assembly. For an example see
Exercise 4 in this article:-
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/m
ed202_msdn_intro_new_wm5_managed_apis.asp
For older devices you'll need to use a third-party wrapper library.
Peter

Signature
Peter Foot
Windows Embedded MVP
www.peterfoot.net | www.inthehand.com
> hi,
>
> what is the best way to send mail (by populating the outbox folder of an
> existing mail account, NOT using SMTP) in CF, vb.net/c# ?
>
> Marcantonio