ISendSmsSms(String, String) Method |  |
Note: This API is now obsolete.
Sends SMS via default provider. This method is not working anymore.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax[ObsoleteAttribute("The SMS feature has been removed.", false)]
bool Sms(
string numberReceiver,
string message
)Parameters
- numberReceiver String
- message String
Return Value
Booleantrue when SMS was sent successfully; false otherwise
See Also