SubscriberStatus

The SubscriberStatus object specifies the status of a subscriber.

You can continue to send emails to a subscriber with a Bounced status until the subscriber changes to a Held status.

If a subscriber is being retrieved from a list, a Deleted status indicates that they have been deleted from the list. If a subscriber is being retrieved from the system and not a particular list, a Deleted status indicates that they have been deleted from the system.

NameData TypeDescription
ActiveEnumerationIndicates a subscriber can be sent emails. Allow a TriggeredSendDefinition to receive and send TriggeredSends.
BouncedEnumerationSpecifies if email to a subscriber has returned with a bounce notification.
DeletedEnumerationSubscriberStatus: The subscriber has been deleted. TriggeredSendStatusEnum: SendDefinitionStatusEnum:
HeldEnumerationSpecifies if a subscriber has a status of held. The triggered send is held if three or more sequential message attempts bounced and the first and last sequential bounces were more than 14 days apart.
UnsubscribedEnumerationIndicates a subscriber has unsubscribed from a list.