Click or drag to resize

ISendMail Interface

Methods for sending emails through several providers The default provider is currently the first provider found in the repository.

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

The ISendMail type exposes the following members.

Methods
 NameDescription
Public methodGetMailProviderByDefaultGet default MailProvider
Public methodGetMailProviderByIdGet MailProvider by ID
Public methodGetMailProviderByNameGet MailProvider by DisplayName
Public methodMail(String, String, String) Sends a email via the default mail provider
Public methodMail(MailProvider, String, String, String) Sends a email via the given mail provider
Top
See Also