Compartilhar via


MailProfile.AddAccount Method

Associates a mail account with the referenced mail profile.

Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Sub AddAccount ( _
    accountName As String, _
    sequenceNumber As Integer _
)
public void AddAccount (
    string accountName,
    int sequenceNumber
)
public:
void AddAccount (
    String^ accountName, 
    int sequenceNumber
)
public void AddAccount (
    String accountName, 
    int sequenceNumber
)
public function AddAccount (
    accountName : String, 
    sequenceNumber : int
)

Parameters

  • accountName
    A String value that specifies the name of the mail account.
  • sequenceNumber
    An Int32 value that specifies the sequence number of the mail account for the referenced profile.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Example

How to: Create a Database Mail Account by Using Visual Basic .NET

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

MailProfile Class
MailProfile Members
Microsoft.SqlServer.Management.Smo.Mail Namespace

Other Resources

Using Database Mail
Database Mail