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.170 -- Release Build+d52ae7197b8b2924ea9e1e530d25301718816611
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