ServerSideSyncEmailSettings.MessageIDCacheCapacity Property
Applies To: Dynamics CRM 2015
Gets or sets the capacity of the message ID cache for server-side synchronization.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public int MessageIDCacheCapacity { get; set; }
public:
[DataMemberAttribute]
property int MessageIDCacheCapacity {
int get();
void set(int value);
}
[<DataMemberAttribute>]
member MessageIDCacheCapacity : int with get, set
<DataMemberAttribute>
Public Property MessageIDCacheCapacity As Integer
Property Value
Type: System.Int32
Type: Int32
The cache capacity.
See Also
ServerSideSyncEmailSettings Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright