Click or drag to resize

PFSiteSendPlainTextMail Method (String, ListPFUser, String, 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 SendPlainTextMail(
	string subject,
	List<PFUser> users,
	string body,
	bool async = true,
	PFMailInvitation invitation = null
)

Parameters

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