Class NSRecipientStatistics
Carrier object for RecipientStatistics.
Constructors
NSRecipientStatistics()
Initializes a new instance of the NSRecipientStatistics class.
Declaration
NSRecipientStatistics Methods
GetNoAddresses()
Number of members with an invalid address.
Declaration
Integer GetNoAddresses() Returns
| Type | Description |
| Integer |
GetNoFaxOrEmails()
Number of members with no fax or email address.
Declaration
Integer GetNoFaxOrEmails() Returns
| Type | Description |
| Integer |
GetValidEmailAddresses()
Number of members with a valid email address.
Declaration
Integer GetValidEmailAddresses() Returns
| Type | Description |
| Integer |
GetValidFaxNumbers()
Number of members with a valid fax number.
Declaration
Integer GetValidFaxNumbers() Returns
| Type | Description |
| Integer |
GetValidPostalAddresses()
Number of members with a valid postal address.
Declaration
Integer GetValidPostalAddresses() Returns
| Type | Description |
| Integer |
SetNoAddresses(Integer)
Number of members with an invalid address.
Declaration
Void SetNoAddresses(Integer num) Parameters
| Type | Name | Description |
| Integer | num |
Returns
| Type | Description |
| Void |
SetNoFaxOrEmails(Integer)
Number of members with no fax or email address.
Declaration
Void SetNoFaxOrEmails(Integer num) Parameters
| Type | Name | Description |
| Integer | num |
Returns
| Type | Description |
| Void |
SetTotal(Integer)
Total number of members.
Declaration
Void SetTotal(Integer num) Parameters
| Type | Name | Description |
| Integer | num |
Returns
| Type | Description |
| Void |
SetValidEmailAddresses(Integer)
Number of members with a valid email address.
Declaration
Void SetValidEmailAddresses(Integer num) Parameters
| Type | Name | Description |
| Integer | num |
Returns
| Type | Description |
| Void |