SMSMessage objects
Indicates the retry options if an SMS message is not delivered by the message router. Values are:
SMS_Option_Delivery_No_Retry! No attempt to resend the message will be made. When this option is not specified, the message is resent according to a short-term retry schedule.
The Options property takes a value of the SMSMsgOptions enumerated variable. This example sets the value of the property to SMS_Option_Delivery_No_Retry!:
g_smsMsg.Options = SMS_OPTION_DELIVERY_NO_RETRY!
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |