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)
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.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