<mx:Text selectable="false"> <mx:htmlText> <![CDATA[<a href='mailto:[имя]@[домен].com'>General</a>]]> </mx:htmlText> </mx:Text>
<mx:Label text="General" click="navigateToURL(new URLRequest('mailto:[имя]@[домен].com'))"/>