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 RecipientStatistics : Carrier
public RecipientStatistics()
public virtual int NoAddresses { get; set; }
public virtual int NoFaxOrEmails { get; set; }
public virtual int Total { get; set; }
public virtual int ValidEmailAddresses { get; set; }
public virtual int ValidFaxNumbers { get; set; }
public virtual int ValidPostalAddresses { get; set; }
Was this page helpful?