Table of Contents

TTMSFNCWebPushNotificationClaims.Subject Property

Contact information identifying the message sender to the push service.

API unit family: TMS.TMSFNCWebPushSender Declaring type: TTMSFNCWebPushNotificationClaims Type: string

Syntax

property Subject: string;

Remarks

Must begin with mailto: or https:; any other value raises an exception.

Exceptions

Exception Description
EWebPush Raised when the value does not start with mailto: or https:.