Can you explain exactly what you mean by "validate email account". Do you
want to check that an email address is valid, or do something with the email
account settings on the device?
Peter

Signature
Peter Foot
Device Application Development MVP
www.peterfoot.net | www.inthehand.com
Hi Peter,
Thank you for replying.
What I want to do is to check whether the email address existe or not .
for example, just like desktop outlook, when we add a new email account,
there is an test button to talk with server to check if it is an valid email
address.
Thanks in advanced!
> Can you explain exactly what you mean by "validate email account". Do you
> want to check that an email address is valid, or do something with the email
[quoted text clipped - 9 lines]
> >
> > Thanks
Neil Cowburn - 30 Mar 2007 11:53 GMT
Look up the RFC for SMTP (RFC0821) and check out the VRFY verb. Note that
not all SMTP servers implement this.

Signature
Neil Cowburn
Principal Partner
OpenNETCF Consulting, LLC.
Managed Code in the Embedded World
http://www.opennetcf.com/
http://www.smartdeviceframework.com/
> Hi Peter,
>
[quoted text clipped - 22 lines]
>> >
>> > Thanks