MailAccount Constructor
Initializes a new instance of the MailAccount class.
Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public Sub New
'Kullanım
Dim instance As New MailAccount()
public MailAccount()
public:
MailAccount()
new : unit -> MailAccount
public function MailAccount()
Remarks
The default constructor initializes any fields to their default values.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo.Mail Namespace