Click or drag to resize

MailUtilsSend Method (IRepository, ListMailAddress, MailAddress, MailAddress, String, String, Boolean)

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,
	bool isBodyHtml
)

Parameters

pRepository
Type: PDTec.IceNet.Core.ModelIRepository
arTo
Type: System.Collections.GenericListMailAddress
from
Type: System.Net.MailMailAddress
cc
Type: System.Net.MailMailAddress
subject
Type: SystemString
body
Type: SystemString
isBodyHtml
Type: SystemBoolean

Return Value

Type: Boolean
See Also