Hey,
Firstly you should find element on the page and only then set value, at the moment it seems back to front.
We should find element by some search criteria:
he = instance.GetTabByAddress("page").GetDocumentByAddress("0").FindElementByTag("form", 0).FindChildByName("Email"); //first search...