CRMCustomerAddress Class

The CRMCustomerAddress class contains methods that you can use to manage customer addresses for an organization.

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
                  CRMCustomerAddress
[Visual Basic .NET]
Public Class CRMCustomerAddress
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMCustomerAddress : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMCustomerAddress: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMCustomerAddress class exposes the following methods.

Method Description
Create Creates a customer address.
CreateAndRetrieve Creates a customer address and then retrieves it.
Delete Deletes a customer address.
Retrieve Retrieves a customer address.
RetrieveByObject Retrieves all addresses that are associated with an object (account or contact).
Update Updates a customer address.
UpdateAndRetrieve Updates a customer address and then retrieves it.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.