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

Tests the system email feature

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

Syntax

C#
public static bool SystemTestEmail(
	string from,
	string to,
	string subject,
	string body
)
Visual Basic (Declaration)
Public Shared Function SystemTestEmail ( _
	from As String, _
	to As String, _
	subject As String, _
	body As String _
) As Boolean
Visual C++
public:
static bool SystemTestEmail(
	String^ from, 
	String^ to, 
	String^ subject, 
	String^ body
)

Parameters

from
Type: System..::.String
The from email address
to
Type: System..::.String
The to email address
subject
Type: System..::.String
body
Type: System..::.String

Return Value

true if successful, false otherwise

See Also