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
'Deklaracja
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.
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.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also
Reference
MailProfile Class
MailProfile Members
Microsoft.SqlServer.Management.Smo.Mail Namespace