|
|
Browse by Tags
All Tags » C# » email regex
-
Hi All,
1. Language/Platform: C# 3.5, Windows
2. Email Threading
3. I'm trying to simplify the subject of an email using regex. I want to remove all "reply" and "forward" indicators and get down to the base subject text so i can either put the subject into a hash table or a DB and see how many emails of this subject ...
-
Hi I need a regular expression for email validation, it should excldue the email addresses with the following special characters.
\|/,;<> and spaces.
The rule for validating the email is : Email address must contain a single @, one or more periods, and any standard characters with the exception of spaces and the ...
-
Language: C#
Ultimate Goal: parse all the constituent parts of an email that is saved down to text
I would like to load the email data into a DB so I can perform various actions against that dataset. I have columns in the DB for Message-ID, Subject, Body, From, etc. The form of several of the items in the email is "Message-ID: ...
|
|
|