Click to See Complete Forum and Search --> : how to find email id in rich edit view


Vikas Gupta
May 17th, 1999, 02:36 AM
Hi ,

I tried to use EM_AUTOURLDETECT message handler...It works
fine. It detects all URLS strings starting from

http:
file:
mailto:
ftp:
https:
gopher:
nntp:
prospero:
telnet:
news:
wais:

But my problem is most of email ids and url's are not starting
from these key words...i want to detect just email id's...
like xxx@ggg.jjj not like mailto://xxx@ggg.jjj

There is some possiblity of using EM_LINK message....

Is anyone know how to use that message to detect email id's
in RichEdit View.

Thanks,
VK