SMTPConn.UseWindowsAuthentication Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a Boolean indicating whether to access the SMTP server using Windows Authentication.
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
Property Value
true indicates that Windows Authentication is used to authenticate access to the server. false indicates that Windows Authentication is not used.
Remarks
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.