Click or drag to resize

ISendManager Interface

Methods for sending notifications by different protocols, including email and sms

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public interface ISendManager : ISendMail, 
	ISendSms

The ISendManager type exposes the following members.

Methods
 NameDescription
Public methodGetMailProviderByDefaultGet default MailProvider
(Inherited from ISendMail)
Public methodGetMailProviderByIdGet MailProvider by ID
(Inherited from ISendMail)
Public methodGetMailProviderByNameGet MailProvider by DisplayName
(Inherited from ISendMail)
Public methodGetSmsProviderByDefaultObsolete.
Get default SmsProvider. This method is not working anymore.
(Inherited from ISendSms)
Public methodGetSmsProviderByIdObsolete.
Get SmsProvider by ID. This method is not working anymore.
(Inherited from ISendSms)
Public methodGetSmsProviderByNameObsolete.
Get SmsProvider by Name. This method is not working anymore.
(Inherited from ISendSms)
Public methodMail(String, String, String) Sends a email via the default mail provider
(Inherited from ISendMail)
Public methodMail(MailProvider, String, String, String) Sends a email via the given mail provider
(Inherited from ISendMail)
Public methodSms(String, String)Obsolete.
Sends SMS via default provider. This method is not working anymore.
(Inherited from ISendSms)
Public methodSms(SmsProvider, String, String)Obsolete.
Sends SMS via the given provider. This method is not working anymore.
(Inherited from ISendSms)
Top
See Also