public static hasEmail : Boolean [read-only]
Returns true if the Flash Lite player can send e-mail messages with the GetURL ActionScript command.
Otherwise, this property returns false.
The following example traces the value of this read-only property:
trace(System.capabilities.hasEmail);