Q4320060: Can I force the SMS and MMS toolkit to use TEXT mode to send SMS messages instead of PDU mode ?
Yes this is possible. You can set this in two ways:
- Using the registry. This way, the setting applies for any instance of the object created:
- Start the registry editor ( REGEDIT.EXE )
- Open the following key: HKLM\SOFTWARE\SMS and MMS Toolkit\
- Create a new string "AdvancedSettings" with Value: "ForceTextMode=1"
- Using the "AdvancedSettings" property of the object, using this way, the setting only applies for the current instance of the object:
- Set the value of the "AdvancedSettings" property to "ForceTextMode=1"
(viewed: 2097)