banner

UserInfo.set_PrimaryEmail method

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

Syntax

window.external.UserInfo.set_PrimaryEmail(sPrimaryEmail);

Parameters sPrimaryEmail

String. The value of the end user's primary e-mail address that is stored in the UserInfo object.

Return Values None
Applies To window.external.UserInfo
Example
window.external.UserInfo.set_PrimaryEmail("pat@fabrikam.com");