AutodiscoverServiceBase.UseDefaultCredentials

AutodiscoverServiceBase.UseDefaultCredentials property

Gets or sets a value indicating whether the credentials of the user currently logged into Windows should be used to authenticate with the Exchange Web Services. Setting UseDefaultCredentials to true automatically sets the Credentials property to null.

public bool UseDefaultCredentials { get; set; }

See Also