“Mailto” URI handler
The ‘mailto:...’ scheme is loosely defined in RFC-1738
Check if the URI is a valid Mailto URI
This applies additional specific validation rules beyond the ones required by the generic URI syntax
| Return type: | bool |
|---|---|
| See : |
Set the email address
This is in fact equivalent to setPath() - but provides a more clear interface
| Parameters: | string – |
|---|---|
| Return type: | Mailto |
Get the email address
This is infact equivalent to getPath() - but provides a more clear interface
| Return type: | string |
|---|