| EmailSendMail Method (String, String, String, String, String, String, Encoding) |
Creates and sends the e-mail message.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static bool SendMail(
string toName,
string toEmail,
string subject,
string fromName,
string fromEmail,
string body,
Encoding charSet
)
Public Shared Function SendMail (
toName As String,
toEmail As String,
subject As String,
fromName As String,
fromEmail As String,
body As String,
charSet As Encoding
) As Boolean
Parameters
- toName
- Type: SystemString
- toEmail
- Type: SystemString
- subject
- Type: SystemString
- fromName
- Type: SystemString
- fromEmail
- Type: SystemString
- body
- Type: SystemString
- charSet
- Type: System.TextEncoding
Return Value
Type:
BooleanBoolean statement.
Remarks See Also