ISendMailMail(String, String, String) Method |  |
Sends a email via the default mail provider
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxbool Mail(
string receivers,
string subject,
string message
)
Parameters
- receivers String
- subject String
- message String
Return Value
Booleantrue when email was sent successfully; false otherwise
See Also