banner

UserInfo.get_SecondaryEmail method

Returns the end user's secondary e-mail address that is stored in the UserInfo object.

Syntax

sSecondaryEmail = window.external.UserInfo.get_SecondaryEmail();

Parameters None
Return Values String. The end user's secondary e-mail address that is stored in the UserInfo object.
Applies To window.external.UserInfo
Example
var strSecondaryEmail = window.external.UserInfo.get_SecondaryEmail();