Server.MailProfile Property
SQL Server 2012
Gets or sets the mail profile of the server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration <SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _ Public Property MailProfile As String Get Set 'Usage Dim instance As Server Dim value As String value = instance.MailProfile instance.MailProfile = value
