The error speaks for itself really; you have a non-shared member, and you are trying to access it without using an object reference.
You must create an instance of frmEmail, then you can use the non-shared members on that instance.