|
Mail(String) Constructor
|
Initializes a new instance of the
Mail class.
Namespace: GSF.Net.SmtpAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic Mail(
string from
)
Public Sub New (
from As String
)
public:
Mail(
String^ from
)
new :
from : string -> Mail
GSF.Net.Smtp.Mail = function(from);
View SourceParameters
- from String
- The e-mail address of the Mail message sender.
See Also