ServerSideSyncQueueSettings.WaitingOperationTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the maximum time allowed for any call to the email server to complete. If a response isn’t received from the email server within this time period, the request is aborted. This setting applies to both Exchange and POP3/SMTP.
public:
property int WaitingOperationTimeout { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int WaitingOperationTimeout { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.WaitingOperationTimeout : int with get, set
Public Property WaitingOperationTimeout As Integer
Property Value
The waiting operation timeout.
- Attributes