If sounds like you just want:
@(UIManager.Member == null ? "" : UIManager.Member.Email)
Note the locations of the brackets is critical; with razor, @(....) defines an explicit range to the code – hence anything outside the brackets is treated as markup (not code).