IsEmailEnabled

Description

Tests whether the current user has e-mail enabled or not.

Syntax

VBScript


app_builder = session.IsEmailEnabled 

Perl


$session->IsEmailEnabled(); 
Identifier
Description
session
The Session object that represents the current database-access session.
Return value
Returns a Boolean True if the user has enabled email; False otherwise.