Open this page in the API Guide

IEmailService.SendEmail Method (ICollection<MailAddress>, ICollection<MailAddress>, ICollection<MailAddress>, String, String)

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
void SendEmail(
	ICollection<MailAddress>? emailAddressesTo,
	ICollection<MailAddress>? emailAddressesCc,
	ICollection<MailAddress>? emailAddressesBcc,
	string subject,
	string body
)

Parameters

emailAddressesTo
Type: System.Collections.Generic.ICollection<MailAddress>
emailAddressesCc
Type: System.Collections.Generic.ICollection<MailAddress>
emailAddressesBcc
Type: System.Collections.Generic.ICollection<MailAddress>
subject
Type: System.String
body
Type: System.String
See Also