Click or drag to resize

PFSiteSendMail Method (String, ListPFUser, IHtmlString, Boolean, PFMailInvitation)

Sends an email to multiple Packflow users.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void SendMail(
	string subject,
	List<PFUser> users,
	IHtmlString body,
	bool async = true,
	PFMailInvitation invitation = null
)

Parameters

subject
Type: SystemString
users
Type: System.Collections.GenericListPFUser
body
Type: System.WebIHtmlString
async (Optional)
Type: SystemBoolean
invitation (Optional)
Type: Packflow.CorePFMailInvitation
See Also