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.3.0.1000)
Syntaxvoid SendEmail(
	ICollection<MailAddress>? emailAddressesTo,
	ICollection<MailAddress>? emailAddressesCc,
	ICollection<MailAddress>? emailAddressesBcc,
	string subject,
	string body
)
Sub SendEmail ( 
	emailAddressesTo As ICollection(Of MailAddress),
	emailAddressesCc As ICollection(Of MailAddress),
	emailAddressesBcc As ICollection(Of MailAddress),
	subject As String,
	body As String
)
void SendEmail(
	ICollection<MailAddress^>^ emailAddressesTo, 
	ICollection<MailAddress^>^ emailAddressesCc, 
	ICollection<MailAddress^>^ emailAddressesBcc, 
	String^ subject, 
	String^ body
)
abstract SendEmail : 
        emailAddressesTo : ICollection<MailAddress> * 
        emailAddressesCc : ICollection<MailAddress> * 
        emailAddressesBcc : ICollection<MailAddress> * 
        subject : string * 
        body : string -> unit 
Parameters
- emailAddressesTo
 - Type: System.Collections.GenericICollectionMailAddress
 - emailAddressesCc
 - Type: System.Collections.GenericICollectionMailAddress
 - emailAddressesBcc
 - Type: System.Collections.GenericICollectionMailAddress
 - subject
 - Type: SystemString
 - body
 - Type: SystemString
 
See Also