Click or drag to resize

AddUserProfileEmail Property

Gets the email assigned to a user

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string Email { get; set; }

Property Value

String
Remarks
Gets the email assigned to a user. This value represents an Email ID of the user. The maximum length for this value is 100 characters.

Note  Note
Setup:
Manager > Employees > Information Tab
Caution note  Caution
Integrity checks are not performed on this value. If you create an email assigned to a user such as "test@test.com" then this same email can be assigned to another user.
Example
userName@domain.com
See Also