Click or drag to resize

ISendSmsSms(String, String) Method

Note: This API is now obsolete.

Sends SMS via default provider. This method is not working anymore.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[ObsoleteAttribute("The SMS feature has been removed.", false)]
bool Sms(
	string numberReceiver,
	string message
)

Parameters

numberReceiver  String
message  String

Return Value

Boolean
true when SMS was sent successfully; false otherwise
See Also