Hi,
I am building a Pocket PC application in which I require to compose an
email and send it too through the same application. (emails also have
attachments)
Are there any libraries/support available in Pocket PC 2003 to help me
compose and send emails. I looked at the MAPI avaiable through the Pocket PC
2003 SDK...but was unable to find a way to solve my problem.

Help/suggestions welcome

Best Wishes,
-Aayush

Re: Sending emails by Magnus

Magnus
Mon Oct 04 02:13:08 CDT 2004

You can use the SMTP protocol. A very simple way of sending e-mails directly
to an e-mail server (SMTP server).
I prefer that way instead of using MAPI since Outlook XP has raised the
security level when using MAPI and pops messageboxes whenever an application
is using MAPI to send e-mails through Outlook.

There are a few good examples of how to use SMTP on bothe
www.codeproject.com and www.codeguru.com

/Magnus

"Aayush Puri" <AayushPuri@discussions.microsoft.com> wrote in message
news:D6DB2907-129E-4380-B66B-3C8E77E25CD9@microsoft.com...
> Hi,
> I am building a Pocket PC application in which I require to compose an
> email and send it too through the same application. (emails also have
> attachments)
> Are there any libraries/support available in Pocket PC 2003 to help me
> compose and send emails. I looked at the MAPI avaiable through the Pocket
> PC
> 2003 SDK...but was unable to find a way to solve my problem.
>
> Help/suggestions welcome
>
> Best Wishes,
> -Aayush