Values.VolumeStatisticsSourceAn object that contains information about the amount of email that was delivered to recipients.
type nonrec t = {inboxRawCount : Volume.t option;The total number of emails that arrived in recipients' inboxes.
*)spamRawCount : Volume.t option;The total number of emails that arrived in recipients' spam or junk mail folders.
*)projectedInbox : Volume.t option;An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
*)projectedSpam : Volume.t option;An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.
*)}