Skip to main content

Class RecipientStatistics

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for RecipientStatistics. Class representing a RecipientStatistics carrier used for counting attributes on selection members.

Inheritance

objectCarrierRecipientStatistics

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

RecipientStatistics()

Default constructor - defaults any enum props to 0.

Properties

NoAddresses

Number of members with an invalid address.

Property Value

int

NoFaxOrEmails

Number of members with no fax or email address.

Property Value

int

Total

Total number of members.

Property Value

int

ValidEmailAddresses

Number of members with a valid email address.

Property Value

int

ValidFaxNumbers

Number of members with a valid fax number.

Property Value

int

ValidPostalAddresses

Number of members with a valid postal address.

Property Value

int