Click or drag to resize

EmailSendEmail Method (String, String, String, String, String, Boolean, String, String, String, MailAttachment, String)

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,
	string fromDept,
	string fromEmail,
	string signature,
	MailAttachment attachment,
	out string error
)

Parameters

receipts
Type: SystemString
cc
Type: SystemString
bcc
Type: SystemString
subject
Type: SystemString
body
Type: SystemString
html
Type: SystemBoolean
fromDept
Type: SystemString
fromEmail
Type: SystemString
signature
Type: SystemString
attachment
Type: Scilligence.MolEngine.CompanionMailAttachment
error
Type: SystemString

Return Value

Type: Boolean
See Also