Freigeben über


SMTPConn.UseWindowsAuthentication-Eigenschaft

Gets or sets a Boolean indicating whether to access the SMTP server using Windows Authentication.

Namespace:  Microsoft.SqlServer.Dts.ManagedConnections
Assembly:  Microsoft.SqlServer.ManagedConnections (in Microsoft.SqlServer.ManagedConnections.dll)

Syntax

'Declaration
Public Property UseWindowsAuthentication As Boolean 
    Get 
    Set
'Usage
Dim instance As SMTPConn 
Dim value As Boolean 

value = instance.UseWindowsAuthentication

instance.UseWindowsAuthentication = value
public bool UseWindowsAuthentication { get; set; }
public:
property bool UseWindowsAuthentication {
    bool get ();
    void set (bool value);
}
member UseWindowsAuthentication : bool with get, set
function get UseWindowsAuthentication () : boolean 
function set UseWindowsAuthentication (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true indicates that Windows Authentication is used to authenticate access to the server. false indicates that Windows Authentication is not used.

Hinweise

When using Microsoft Exchange as the SMTP server, you may need to set the UseWindowsAuthentication to true. Most Exchange servers are configured to not allow unauthenticated SMTP connections.

Siehe auch

Verweis

SMTPConn Klasse

Microsoft.SqlServer.Dts.ManagedConnections-Namespace