You use instr()+1 to locate the startposition of the next character in the string after @.
The Mid(string,start,stop) function takes the the result of instr() in the 2. parameter and since you don't give a stop parameter it will give you the rest of the string.
Putting it all together...