Click or drag to resize

MailUtils.Send Method (IRepository, List<MailAddress>, MailAddress, MailAddress, String, String)

Namespace:  PDTec.IceNet.Domain.Subscription
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static bool Send(
	IRepository pRepository,
	List<MailAddress> arTo,
	MailAddress from,
	MailAddress cc,
	string subject,
	string body
)

Parameters

pRepository
Type: PDTec.IceNet.Core.Model.IRepository
arTo
Type: System.Collections.Generic.List<MailAddress>
from
Type: System.Net.Mail.MailAddress
cc
Type: System.Net.Mail.MailAddress
subject
Type: System.String
body
Type: System.String

Return Value

Type: Boolean
See Also