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.

For more information about using XML, see XML Document Object Model

  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 machine 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.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.