CRMRichClientSync Class
The CRMRichClientSync class contains methods that you can use to prepare data for synchronization with Microsoft CRM Sales for Outlook. See also Synchronization with Microsoft CRM Sales for Outlook.
There are no properties for this class.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
CRMRichClientSync
[Visual Basic .NET]
Public Class CRMRichClientSync
Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMRichClientSync : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMRichClientSync: public System.Web.Services.Protocols.SoapHttpClientProtocol
The CRMRichClientSync class exposes the following methods.
Method | Description |
CreateSubscription | Creates a subscription. A subscription allows a user on a specific computer to go offline by using the Outlook client. |
EndSync | Ends an offline synchronization operation. |
GetDatabaseInfo | Gets the database information for Microsoft SQL Server replication. |
PrepareSync | Prepares an offline synchronization operation. This method creates a list of objects that a specific user can see (which correspond to the user's privileges) and that is downloaded later in the synchronization cycle. |
ReinitializeSubscription | Re-initializes a subscription. |
RemoveSubscription | Removes a subscription. |
Requirements
Namespace: Microsoft.Crm.Platform.Proxy
Assembly: Microsoft.Crm.Platform.Proxy.dll
See Also