ServerSideSyncEmailSettings.MessageIDCacheRetentionTime 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.
Gets or sets the time, in minutes, that the email message ID is retained in the cache.
public:
property int MessageIDCacheRetentionTime { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int MessageIDCacheRetentionTime { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MessageIDCacheRetentionTime : int with get, set
Public Property MessageIDCacheRetentionTime As Integer
Property Value
The maximum time, in minutes.
- Attributes