Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » C# » email regex
  • Simplify Email Subject

    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 ...
    Posted to Construction Advice (Forum) by eds on March 30, 2008
  • Need a regular expression for validating email which should exclude /|\;,<> and spaces

    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 ...
    Posted to Construction Advice (Forum) by bvsuresh_reddy on March 19, 2008
  • Message-ID

    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: ...
    Posted to Construction Advice (Forum) by eds on March 2, 2008