RE: [development-axapta] Re: Simple email vaidation

2005-05-05 Thread Mayle, Michael
Hi Andrew, Thanks, but I actually have a library of regular expressions, it's just that Axapta does not use quite the same syntax. It uses :n instead of \w and many other differences which made my attempt at translation fall flat. I was just seeing if anyone else solved this problem before. T

RE: [development-axapta] Re: Simple email vaidation

2005-05-06 Thread Malcolm Burtt
PROTECTED] On Behalf Of Mayle, Michael   Sent: 05 May 2005 13:58   To: development-axapta@yahoogroups.com   Subject: RE: [development-axapta] Re: Simple email vaidation       Hi Andrew,     Thanks, but I actually have a library of regular expressions, it's

RE: [development-axapta] Re: Simple email vaidation

2005-05-06 Thread Mayle, Michael
: RE: [development-axapta] Re: Simple email vaidation You could also consider the SysMailer.validate() method although its approach to validation (DNS lookup, etc) might be more than you wanted to do especially if you want the results really quickly.   -Original Message-   From