| UserProfileAlertEmail Property |  | 
                Gets the alert email assigned to a user 
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic string AlertEmail { get; set; }function get_AlertEmail();
function set_AlertEmail(value);
Property Value
String Remarks
Remarks
                Gets the alert email assigned to a user. This value represents an alert email assigned to a user  which is used to send different type of alerts generated from the system. The alert email can be the same or different from the users
                main 
Email address.  The maximum length for this value is 100 characters.
                
|  Note | 
|---|
| Setup: Manager > Employees > Information Tab
 
 | 
 Example
ExampleuserName@Domain.com
 See Also
See Also