AccountDtoEmailAddress Property

Email Address applied to this business object.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public string EmailAddress { get; set; }

Property Value

String

Implements

IHasEmailAddressEmailAddress

Remarks

  • Valid state – This property must always be set; IsNullOrWhiteSpace(String) is not allowed!
    Once set, the email address must conform to the RFC-5322 specifications, .
  • Multi-tenancy Uniqueness – The email address must be unique within the entire environment, regardless of the CompanyDto it belongs to.
    This is to ensure that no two AccountDto's can have the same email address, which would make sign-ins ambiguous.

See Also