Create repeating e-mail address

  • Thread starter Thread starter Old Red One
  • Start date Start date
O

Old Red One

Is it possible - and if so how is it done - to create a repeating e-mail
address. It would be used to fill in requests for the address at various
web sites and elsewhere.
 
In explorer Tools | Options | Content | AutoComplete

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 
Back
Top