[This is preliminary documentation and is subject to change.]

Sends the email via OfficeClip templates

Namespace:  OfficeClip.DBLayer.Template
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
protected string SendEmail(
	bool isHtml,
	string html,
	string text,
	string toEmail,
	string fromEmail,
	string subject,
	string priority,
	ArrayList attachments
)
Visual Basic (Declaration)
Protected Function SendEmail ( _
	isHtml As Boolean, _
	html As String, _
	text As String, _
	toEmail As String, _
	fromEmail As String, _
	subject As String, _
	priority As String, _
	attachments As ArrayList _
) As String
Visual C++
protected:
String^ SendEmail(
	bool isHtml, 
	String^ html, 
	String^ text, 
	String^ toEmail, 
	String^ fromEmail, 
	String^ subject, 
	String^ priority, 
	ArrayList^ attachments
)

Parameters

isHtml
Type: System..::.Boolean
html
Type: System..::.String
text
Type: System..::.String
toEmail
Type: System..::.String
fromEmail
Type: System..::.String
subject
Type: System..::.String
priority
Type: System..::.String
attachments
Type: System.Collections..::.ArrayList

Return Value

See Also