SMTPConn.UseWindowsAuthentication 属性

定义

获取或设置一个布尔值,该值指示是否使用 Windows 身份验证访问 SMTP 服务器。

public:
 property bool UseWindowsAuthentication { bool get(); void set(bool value); };
public bool UseWindowsAuthentication { get; set; }
member this.UseWindowsAuthentication : bool with get, set
Public Property UseWindowsAuthentication As Boolean

属性值

true 表示 Windows 身份验证用于对服务器的访问权限进行身份验证。 false 指示未使用 Windows 身份验证。

注解

使用 Microsoft Exchange 作为 SMTP 服务器时,可能需要将其设置为 UseWindowsAuthenticationtrue。 大多数 Exchange 服务器配置为不允许未经身份验证的 SMTP 连接。

适用于