Table of Contents

TTMSFNCCloudSMSRequest Class

Represents the outcome of a single send-message request, holding the provider status, any error message and the parsed response items.

API unit family: TMSFNCCloudSMS Inherits from: TCollectionItem

Syntax

TTMSFNCCloudSMSRequest = class(TCollectionItem)

Properties

Name Description
DataBoolean General-purpose Boolean value associated with the request.
DataInteger General-purpose integer value associated with the request.
DataObject General-purpose object reference associated with the request.
DataPointer General-purpose pointer value associated with the request.
DataString General-purpose string value associated with the request.
ErrorMessage Error message returned by the provider, empty when the request succeeded.
ID Read-only caller-supplied identifier passed when the message was sent, used to correlate the request with its result.
Items Values parsed from the provider response for this request.
Status Provider-reported delivery status of the message.