| EmailHandlerSend Method (MailMessage, Boolean, Boolean, String, String, Int32, Boolean, String) |
Namespace:
Dynamicweb.Mailing
Assembly:
Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntax public static bool Send(
MailMessage mailMessage,
bool logging,
bool throwException,
string username,
string password,
int port,
bool useSsl,
string host
)
Public Shared Function Send (
mailMessage As MailMessage,
logging As Boolean,
throwException As Boolean,
username As String,
password As String,
port As Integer,
useSsl As Boolean,
host As String
) As Boolean
Parameters
- mailMessage
- Type: System.Net.MailMailMessage
- logging
- Type: SystemBoolean
- throwException
- Type: SystemBoolean
- username
- Type: SystemString
- password
- Type: SystemString
- port
- Type: SystemInt32
- useSsl
- Type: SystemBoolean
- host
- Type: SystemString
Return Value
Type:
BooleanSee Also