UseWindowsAuthentication 属性

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

命名空间:  Microsoft.SqlServer.Dts.ManagedConnections
程序集:  Microsoft.SqlServer.ManagedConnections(在 Microsoft.SqlServer.ManagedConnections.dll 中)

语法

声明
Public Property UseWindowsAuthentication As Boolean
    Get
    Set
用法
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)

属性值

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

注释

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.