IEmailServiceSendTestEmail Method |
Uses the application's configured email settings to send a test email.
Namespace: Dundas.BI.ServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid SendTestEmail(
MailAddress? toAddress
)
Sub SendTestEmail (
toAddress As MailAddress
)
void SendTestEmail(
MailAddress^ toAddress
)
abstract SendTestEmail :
toAddress : MailAddress -> unit Parameters
- toAddress MailAddress
-
The email address to which the test email will be sent, or if it should be sent to
the email address associated with the caller.
Exceptions
See Also