Send an email synchronously or asynchronously

(NOTE: when sending asynchronously from a web page the page directive Async="true" should be used)

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public Function Send ( _
	sendAsynchronously As Boolean _
) As Boolean
C#
public bool Send(
	bool sendAsynchronously
)
Visual C++
public:
bool Send(
	bool sendAsynchronously
)
JavaScript
function send(sendAsynchronously);

Parameters

sendAsynchronously
Type: System..::.Boolean

Return Value

true if message was sent successfully

See Also