Share via


MailAccount Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the MailAccount class.

Overload List

  Name Description
Public method MailAccount() Initializes a new instance of the MailAccount class.
Public method MailAccount(SqlMail, String) Initializes a new instance of the MailAccount class on the specified instance of SQL Server Database Mail subsystem and with the specified name.
Public method MailAccount(SqlMail, String, String) Initializes a new instance of the MailAccount class on the specified instance of SQL Server Database Mail subsystem and with the specified name and description.
Public method MailAccount(SqlMail, String, String, String, String) Initializes a new instance of the MailAccount class on the specified instance of SQL Server Database Mail subsystem and with the specified name, description, display name, and e-mail address.

Top