ProtocolType

Applies to

SMSProtocol objects

Description

Specifies which SMS protocol type an SMSSession object uses. Values are:

Usage


In scripts

The ProtocolType property takes a value of the SMSProtocolType enumerated variable. This example sets the protocol type of an SMSProtocol object to text:

SMSProtocol mysmsprotocol
mysmsprotocol.ProtocolType = SMS_MsgType_Text!