ExchangeServiceBase.PreAuthenticate property

Gets or sets a value that indicates whether HTTP pre-authentication should be performed.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

'Declaration
Public Property PreAuthenticate As Boolean
	Get
	Set
'Usage
Dim instance As ExchangeServiceBase
Dim value As Boolean

value = instance.PreAuthenticate

instance.PreAuthenticate = value

Property value

Type: System.Boolean
true if HTTP pre-authentication should be performed; otherwise, false.
Show: