Esteblish SLL connection from Windows Mobile application

A

Anton

Hello everyone!

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

Appreciate any suggestions...
 
S

Simon Hart [MVP]

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.
 
A

Anton

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
 
P

Peter Foot

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top