IHasEmailAddressEmailAddress Property

Email Address applied to this business object.

Definition

Namespace: MobileTrack.Common.Interfaces
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
string EmailAddress { get; set; }

Property Value

String

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