Gets or sets the length of time in milliseconds before the operation times out.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Property Timeout As Integer Get Set |
C# |
---|
public int Timeout { get; set; } |
Field Value
The length of time, in milliseconds, until the operation times out. Default is 120 000 (120 seconds).Remarks
The internal timeout counter is reset every time a request is sent.
Minimal value is 1000. Setting this to a value lower than 1000 will set it to 1000.