MailProfile.RemoveAccount Method
Removes the association between a mail account and the referenced mail profile.
Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public Sub RemoveAccount ( _
accountName As String _
)
'Kullanım
Dim instance As MailProfile
Dim accountName As String
instance.RemoveAccount(accountName)
public void RemoveAccount(
string accountName
)
public:
void RemoveAccount(
String^ accountName
)
member RemoveAccount :
accountName:string -> unit
public function RemoveAccount(
accountName : String
)
Parameters
- accountName
Type: System.String
A String value that specifies the name of the mail account.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo.Mail Namespace