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 ContactOrPersonFromEmail : Carrier
public ContactOrPersonFromEmail()
public virtual string ContactCategory { get; set; }
public virtual string ContactDepartment { get; set; }
public virtual int ContactId { get; set; }
public virtual string ContactName { get; set; }
public virtual string EmailAddress { get; set; }
public virtual string FullName { get; set; }
public virtual int PersonId { get; set; }
public virtual string SortName { get; set; }
Was this page helpful?