Click or drag to resize
BulkMessageStatus Enumeration

[This is preliminary documentation and is subject to change.]

Status enum used to indicate the current status of a bulk message

Namespace: Netadmin.Management.Messaging.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public enum BulkMessageStatus
Members
  Member nameValueDescription
NotStarted1 The sending has not yet started
Started3 The generation of messages has started
Finished5 All messages has been generated for this bulk message
See Also