ExchangeServiceBase.Timeout property

Gets or sets the timeout that is used when sending HTTP requests and when receiving HTTP responses, in milliseconds.

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

'Declaration
Public Property Timeout As Integer
	Get
	Set
'Usage
Dim instance As ExchangeServiceBase
Dim value As Integer

value = instance.Timeout

instance.Timeout = value

Property value

Type: System.Int32
The time for HTTP requests and responses, in milliseconds.

The default value of the Timeout property is 100000.

Show: