Flash Lite 2.x and 3.0 ActionScript Language Reference

hasEmail (capabilities.hasEmail property)

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.

Example

The following example traces the value of this read-only property:

 trace(System.capabilities.hasEmail);