IEmailServiceSendEmail Method (ICollectionMailAddress, ICollectionMailAddress, ICollectionMailAddress, 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.GenericICollectionMailAddress
emailAddressesCc
Type: System.Collections.GenericICollectionMailAddress
emailAddressesBcc
Type: System.Collections.GenericICollectionMailAddress
subject
Type: SystemString
body
Type: SystemString
See Also