Click or drag to resize

UtilsSendEmail Method (String, String, String, String, String, Boolean)

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public static bool SendEmail(
	string[] receipts,
	string[] cc,
	string[] bcc,
	string subject,
	string body,
	bool html
)

Parameters

receipts
Type: SystemString
cc
Type: SystemString
bcc
Type: SystemString
subject
Type: SystemString
body
Type: SystemString
html
Type: SystemBoolean

Return Value

Type: Boolean
See Also