How can I send email with VB.NET from Windows Mobile 2003

  • Thread starter Thread starter Wolfgang Schwarz
  • Start date Start date
W

Wolfgang Schwarz

Hello,

I have make prozedur to send emails from VB.NET 2003 - winforms-application.
I works well. But how can I do the same for an project for mobile devices ?

The reference for the system.web.dll could not be set in a project for
mobile device.

How can I send email with VB.NET from Windows Mobile 2003 ?

Thank you for response

regards

Wolfgang Schwarz

34582 Borken/Germany
 
Hi Wolfgang,
I have sent a VB sample to your email. We'll be happy to answer any
questions you might have. Thanks,
Keith Welch
Mooseworks Software
 
Hi Keith,

I have got the samples, thank you very much.
I will try it and tell you later

Wolfgang Schwarz
 
Keith,

in the Pocket 2002-Emulator I could start the demo. When I make a CAB-File
and install the sample on my Pocket-PC (MDA II http://www.t-mobile/mda) with
Pocket-PC 2003 following message appears: " ... a NullReferenceException at
Form1_Load+0xd..." and the application crashes.

Are the differents between Pocket 2002 and 2003 ?

Wolfgang
 
There are different unmanaged dlls for different platforms. The readme in
the installation directory describes this, and you will find a directory
named "Native" that contains the dlls for other platforms. We might want to
take this conversation out of the group, you can reply to the email I sent
you. Thanks,
Keith Welch
Mooseworks Software
 
Just to close the loop on this, we were able to get the email control to
work in Wolfgang's app. Just an unmanaged dll deployment problem.
Keith Welch
Mooseworks Software
 
Back
Top