Mode

Applies to

SMSProtocol objects

Description

Specifies whether an SMSSession object is opened in send or receive mode. Values are:

Usage


In scripts

The Mode property takes a value of the SMSMsgModes enumerated variable. This example sets the mode of an SMSProtocol object to send:

SMSProtocol mysmsprotocol
mysmsprotocol.Mode = SMSModeSend!