AutodiscoverServiceBase.Credentials

AutodiscoverServiceBase.Credentials property

Gets or sets the credentials used to authenticate with the Exchange Web Services. Setting the Credentials property automatically sets the UseDefaultCredentials to false.

public ICredentials Credentials { get; set; }

See Also