| IBulkMessageStatistics Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Messaging.Dto
The IBulkMessageStatistics type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| Int64 | BulkMessageId |
Id of the bulk message
| |
| Int32 | TotalMessagesCreated |
Total number of messages created
| |
| Int32 | TotalMessagesDelivered |
Total number of messages delivered
| |
| Int32 | TotalMessagesFailed |
Total number of messages failed
| |
| Int32 | TotalMessagesSent |
Total number of messages sent
|