Gemstone Common Library
C#
VB
C++
JavaScript
Show/Hide TOC
Mail
Send Method
Send the
Mail
message with
Attachments
to the
ToRecipients
,
CcRecipients
and
BccRecipients
using the specified
SmtpServer
.
Definition
Namespace:
Gemstone.Net.Smtp
Assembly:
Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.166 -- Release Build+d3cb24a90fe44346300dfbb17444d7b350f42d79
C#
Copy
View Source
Request Example
public
void
Send
()
VB
Copy
View Source
Request Example
Public
Sub
Send
C++
Copy
View Source
Request Example
public
:
void
Send
()
JavaScript
Copy
View Source
Request Example
function
Send
();
See Also
Reference
Mail Class
Send Overload
Gemstone.Net.Smtp Namespace
In This Article
Definition
See Also