EnableText method: NotificationManager class
Syntax
EnableText(default)
Description
Use the EnableText method to enable text notifications. It will reset the default value too.
Parameters
| Parameter | Description |
|---|---|
|
default |
Specifies whether text notifications is available to users as default.. |
Returns
A Boolean value. True if text notifications is the default; False otherwise.
Example
&objNotif.EnableText(True);
Related Topics