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.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
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