Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class EMailAddress : Carrier
public EMailAddress()
public virtual string Address { get; set; }
public virtual int AssociateId { get; set; }
public virtual int ContactId { get; set; }
public virtual string ContactName { get; set; }
public virtual int[] DuplicatePersonIds { get; set; }
public virtual int EmailId { get; set; }
public virtual string Name { get; set; }
public virtual int PersonId { get; set; }
public virtual string PersonName { get; set; }
Was this page helpful?