Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the SMTPConn class, initializing the SMPT server name.
Namespace: Microsoft.SqlServer.Dts.ManagedConnections
Assembly: Microsoft.SqlServer.ManagedConnections (in microsoft.sqlserver.managedconnections.dll)
Syntax
'Declaration
Public Sub New ( _
    strSmtpServer As String _
)
public SMTPConn (
    string strSmtpServer
)
public:
SMTPConn (
    String^ strSmtpServer
)
public SMTPConn (
    String strSmtpServer
)
public function SMTPConn (
    strSmtpServer : String
)
Parameters
- strSmtpServer
 A String that contains the SMTP server name.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
SMTPConn Class
SMTPConn Members
Microsoft.SqlServer.Dts.ManagedConnections Namespace