SmtpNetworkElement.TargetName Property

Definition

Gets or sets the Service Provider Name (SPN) to use for authentication when using extended protection to connect to an SMTP mail server.

public:
 property System::String ^ TargetName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("targetName")]
public string TargetName { get; set; }
[<System.Configuration.ConfigurationProperty("targetName")>]
member this.TargetName : string with get, set
Public Property TargetName As String

Property Value

A string that represents the SPN to use for authentication when using extended protection to connect to an SMTP mail server.

Attributes

Remarks

The TargetName property allows an application to get or set the SPN to use for authentication when integrated Windows authentication with extended protection. If the TargetName property is not set, the default value for this SPN is of the form "SMTPSVC/<host>" where <host> is the hostname of the SMTP mail server.

The default value for this network element in the SMTP configuration file can also be changed by manually editing the machine or application configuration files directly.

Applies to

See also