Click or drag to resize

PFSiteSettingsHubSendTestEmail Method

Sends a test email.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public string SendTestEmail(
	string mailHost,
	string recipient,
	string text
)

Parameters

mailHost
Type: SystemString
The mail host.
recipient
Type: SystemString
Target email address.
text
Type: SystemString
The sent text.

Return Value

Type: String
Message describing the result.
Exceptions
ExceptionCondition
AuthorizationExceptionCurrent user is not a site admin!
See Also