MessageTrackingDeliveryStatusType
extends Enumeration
in package
Defines the status for a message.
Table of Contents
Constants
- DELIVERED = 'Delivered'
- Specifies that the message was delivered to all of the specified recipients.
- PENDING = 'Pending'
- Specifies that the message is waiting for approval from a moderator.
- READ = 'Read'
- Specifies that the message was delivered and read by the recipients.
- TRANSFERRED = 'Transferred'
- Specifies that the message was transferred to a server outside the search scope.
- UNSUCCESSFUL = 'Unsuccessful'
- Specifies that a message was not delivered.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
DELIVERED
Specifies that the message was delivered to all of the specified recipients.
public
string
DELIVERED
= 'Delivered'
Tags
PENDING
Specifies that the message is waiting for approval from a moderator.
public
string
PENDING
= 'Pending'
Tags
READ
Specifies that the message was delivered and read by the recipients.
public
string
READ
= 'Read'
Tags
TRANSFERRED
Specifies that the message was transferred to a server outside the search scope.
public
string
TRANSFERRED
= 'Transferred'
Tags
UNSUCCESSFUL
Specifies that a message was not delivered.
public
string
UNSUCCESSFUL
= 'Unsuccessful'
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.