}}
    Show / Hide Table of Contents

    Enum DestinationStatus

    Enumerated constants that indicate the status of a message destination

    Namespace: Zenoph.Notify.Enums
    Assembly: Zenoph.Notify.dll
    Syntax
    [ComVisible(true)]
    [Guid("8E3F6F15-7112-4975-B512-C40B578651C6")]
    public enum DestinationStatus

    Fields

    Name Description
    DS_DELIVERED

    Enumerated constants that indicate the status of a message destination

    DS_EXPIRED

    Enumerated constants that indicate the status of a message destination

    DS_IGNORED_LOAD_MAX

    Enumerated constants that indicate the status of a message destination

    DS_PENDING_DELIV_REPT

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_CREDIT_HOLD

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_DESTINATION

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_DESTINATION_DUPLICATE

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_INSUFF_CREDIT

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_MESSAGE

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_MESSAGE_TYPE

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_MSGID_DUPLICATE

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_MSGID_INVALID

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_MSGID_LENGTH

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_NETWORK

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_NETWORK_IGNORED

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_OPERATOR

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_OPERATOR_SPAM

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_SCHEDULE

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_SENDER

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_SENDER_NUMERIC

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_SENDER_UNREGISTERED

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_SYSTEM

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_UNAV_CONN

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_VALUES_COUNT

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_VALUES_EMPTY

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_VALUES_EXISTS

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_VALUES_MISVAL

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_WAP_TITLE

    Enumerated constants that indicate the status of a message destination

    DS_REJECTED_WAP_URL

    Enumerated constants that indicate the status of a message destination

    DS_SCHEDULE_CANCELLED

    Enumerated constants that indicate the status of a message destination

    DS_SCHEDULE_DELETED

    Enumerated constants that indicate the status of a message destination

    DS_SUBMITTED

    Enumerated constants that indicate the status of a message destination

    DS_SUBMIT_ENROUTE

    Enumerated constants that indicate the status of a message destination

    DS_SUBMIT_PENDING_ACK

    Enumerated constants that indicate the status of a message destination

    DS_SUBMIT_PROCESSING

    Enumerated constants that indicate the status of a message destination

    DS_SUBMIT_QUEUED

    Enumerated constants that indicate the status of a message destination

    DS_SUBMIT_SCHEDULED

    Enumerated constants that indicate the status of a message destination

    DS_UNDELIVERED

    Enumerated constants that indicate the status of a message destination

    DS_UNKNOWN

    Enumerated constants that indicate the status of a message destination

    Back to top