ServerSideSyncQueueSettings.ActivityQueueSelectInterval 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 how frequently to poll the organization database activity pointer table to check for any new outgoing emails that have to be sent.
public:
property int ActivityQueueSelectInterval { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int ActivityQueueSelectInterval { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ActivityQueueSelectInterval : int with get, set
Public Property ActivityQueueSelectInterval As Integer
Property Value
The polling interval, in seconds.
- Attributes