Esteblish SLL connection from Windows Mobile application

  • Thread starter Thread starter Anton
  • Start date Start date
A

Anton

Hello everyone!

How to esteblish SLL connection and communicate with SMTP server within this
connection from Windows Mobile application?

Appreciate any suggestions...
 
Via Outlook Mobile? if so you just need to configure Outlook Mobile to run
on SSL 443. I think this can be done using the EMAIL2 CSP.
 
Thank you for the answer.
I need to send e-mail from my application internally without running any
other application using SSL connection.
Can I implement this using Outlook?
What is EMAIL2 CSP?
Can you provide me with a couple of lines of additional info or a link
Thank you very much
 
EMAIL2 is one of the Configuration Service Providers. You set the email
account properties via an XML document. The provider is described here:-
http://msdn.microsoft.com/en-us/library/aa455896.aspx

You can provision this xml document via a .cab or .cpf file or by calling
Microsoft.WindowsMobile.Configuration.ConfigurationManager.ProcessConfig
(DMProcessConfigXML in native code)

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
 
Back
Top