| EmailHandlerSendTestMail Method |
Namespace:
Dynamicweb.Mailing
Assembly:
Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntax public static ApplicationResponse<string> SendTestMail(
string username,
string password,
string hostname,
int port,
bool useSsl
)
Public Shared Function SendTestMail (
username As String,
password As String,
hostname As String,
port As Integer,
useSsl As Boolean
) As ApplicationResponse(Of String)
Parameters
- username
- Type: SystemString
- password
- Type: SystemString
- hostname
- Type: SystemString
- port
- Type: SystemInt32
- useSsl
- Type: SystemBoolean
Return Value
Type:
ApplicationResponseStringSee Also