SendEmailSend Method

Send the email.

Definition

Namespace: Aliquo.Core.Tools
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public bool Send(
	ref Exception exception
)

Parameters

exception  Exception
Exception instance.

Return Value

Boolean
if the email has been sent ; otherwise, .

See Also