Thanks Eric, this works a charm :-D.
I actually used the line...
System.Diagnostics.Process.Start(@"mailto:" + EmailAddressInput.Text);
....in the end where EmailAddressInput is a link label showing the email
address.
It was one of those things that you put in the specification thinking it
will be bread and butter stuff. (As it turned out to be). Took a bit of
finding a solution though.
Thanks again
"Eric Cadwell" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> System.Diagnostics.Process.Start(@"private.php?do=newpm&u=&subject=open
> default mail client");
> But this solution has a limit of 255 characters.
>
> HTH;
> Eric Cadwell
> http://www.origincontrols.com
>
>