Click here to Skip to main content
15,899,825 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAnalize the body of the mail Pin
Ekans14-Jan-06 9:05
Ekans14-Jan-06 9:05 
AnswerRe: Analize the body of the mail Pin
Joshua Quick14-Jan-06 9:33
Joshua Quick14-Jan-06 9:33 
QuestionRe: Analize the body of the mail Pin
Ekans14-Jan-06 14:17
Ekans14-Jan-06 14:17 
AnswerRe: Analize the body of the mail Pin
Joshua Quick14-Jan-06 14:22
Joshua Quick14-Jan-06 14:22 
QuestionRe: Analize the body of the mail Pin
Ekans14-Jan-06 14:36
Ekans14-Jan-06 14:36 
AnswerRe: Analize the body of the mail Pin
Joshua Quick14-Jan-06 14:47
Joshua Quick14-Jan-06 14:47 
QuestionRe: Analize the body of the mail Pin
Ekans15-Jan-06 7:09
Ekans15-Jan-06 7:09 
AnswerRe: Analize the body of the mail Pin
Joshua Quick15-Jan-06 8:37
Joshua Quick15-Jan-06 8:37 
Okay. That would be a more efficient way of handling it.
(I was hoping I could get away with something simple. Smile | :) )

You should use Regular Expression to identify all of the URLs in the e-mail. Perhaps an expression like this.
^(((h|H?)(t|T?)(t|T?)(p|P?)(s|S?))\://)?(www.|[a-zA-Z0-9].)[a-zA-Z0-9\-\.]+\.[a-zA-Z]*$

Here's the article I took the above string from. It contains more details. There are plenty of other articles like this on this website.
http://www.codeproject.com/csharp/regex2.asp[^]

I hope this helps!
QuestionRe: Analize the body of the mail Pin
Ekans15-Jan-06 10:26
Ekans15-Jan-06 10:26 
AnswerRe: Analize the body of the mail Pin
Joshua Quick15-Jan-06 11:59
Joshua Quick15-Jan-06 11:59 
GeneralRe: Analize the body of the mail Pin
Ekans15-Jan-06 12:01
Ekans15-Jan-06 12:01 
QuestionRe: Analize the body of the mail Pin
Ekans18-Jan-06 17:03
Ekans18-Jan-06 17:03 
AnswerRe: Analize the body of the mail Pin
Joshua Quick18-Jan-06 17:10
Joshua Quick18-Jan-06 17:10 
QuestionRe: Analize the body of the mail Pin
Ekans18-Jan-06 17:15
Ekans18-Jan-06 17:15 
AnswerRe: Analize the body of the mail Pin
Joshua Quick18-Jan-06 17:37
Joshua Quick18-Jan-06 17:37 
QuestionRe: Analize the body of the mail Pin
Ekans18-Jan-06 17:47
Ekans18-Jan-06 17:47 
AnswerRe: Analize the body of the mail Pin
Joshua Quick18-Jan-06 18:16
Joshua Quick18-Jan-06 18:16 
AnswerRe: Analize the body of the mail Pin
Ekans19-Jan-06 10:47
Ekans19-Jan-06 10:47 
QuestionHow to use FolderBrowserDialog? Pin
Zenly14-Jan-06 8:40
Zenly14-Jan-06 8:40 
AnswerRe: How to use FolderBrowserDialog? Pin
Joshua Quick14-Jan-06 9:23
Joshua Quick14-Jan-06 9:23 
GeneralRe: How to use FolderBrowserDialog? Pin
Zenly14-Jan-06 11:31
Zenly14-Jan-06 11:31 
AnswerRe: How to use FolderBrowserDialog? Pin
Dave Kreskowiak14-Jan-06 15:42
mveDave Kreskowiak14-Jan-06 15:42 
GeneralRe: How to use FolderBrowserDialog? Pin
Zenly21-Jan-06 18:53
Zenly21-Jan-06 18:53 
QuestionMagic Library Menu Control-Help Pin
bgc-waterman14-Jan-06 8:38
bgc-waterman14-Jan-06 8:38 
AnswerRe: Magic Library Menu Control-Help Pin
Robert Rohde14-Jan-06 22:06
Robert Rohde14-Jan-06 22:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.