Settings.MailProfile Property

Gets or sets the mail profile for the instance of SQL Server.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MailProfile As String 
    Get 
    Set
'Usage
Dim instance As Settings 
Dim value As String 

value = instance.MailProfile

instance.MailProfile = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string MailProfile { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ MailProfile {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MailProfile : string with get, set
function get MailProfile () : String 
function set MailProfile (value : String)

Property Value

Type: System.String
A String value that specifies the name of the mail profile for the instance of SQL Server.

Remarks

The mail profile enables SQL Server Agent to send and receive e-mails.

Examples

Configuring SQL Server in SMO

See Also

Reference

Settings Class

Microsoft.SqlServer.Management.Smo Namespace