Execute SendMail accordingly to properties set by dbMail in Non-StandAlone mode.
Version: EP, Gold
Namespace:
TornadoVersion: EP, Gold
Assembly: Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)
Syntax
| C# |
|---|
public void ASPdbSendMail() |
| Visual Basic (Declaration) |
|---|
Public Sub ASPdbSendMail |
Return Value
Mydb.ASPdbSendMail(false)
Remarks
The only meaningful parameter is ture in which the method is executed in a Non-StandAlone mode sharing all the properties in the same unit.
See Example - Send the entire grid as the Email body to see how a grid is generated using ASPdbNet with the [Grid]]
result sent to [[Email]] and then ASPdbSendMail send mail using [[Email]] as mail body.