Share via


ServerSideSyncQueueSettings.WaitingOperationTimeout Property

Definition

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

Applies to