Create repeating e-mail address

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.
 
O

OHM \( Terry Burns \)

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))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top