MicrosoftOfficeLiveBusinessContactManager Class

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

This class contains the public methods to interact with Contact Manager data. The Contact Manager Web service can be found in the /webbcm/_vti_bin directory of your Office Live Small Business account. For example, if the URL for your account is contosocom.officelive.com, this Web service would be available here: contosocom.officelive.com/webbcm/_vti_bin/webbcm.asmx.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebBCM.MicrosoftOfficeLiveBusinessContactManager

Namespace:  WebBCM
Assembly:  OfficeLive (in OfficeLive.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "Microsoft Office Live - Business Contact ManagerSoap",  _
    Namespace := "http://schemas.microsoft.com/officelive/soap/")> _
Public Class MicrosoftOfficeLiveBusinessContactManager _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As MicrosoftOfficeLiveBusinessContactManager
[WebServiceBindingAttribute(Name = "Microsoft Office Live - Business Contact ManagerSoap", 
    Namespace = "http://schemas.microsoft.com/officelive/soap/")]
public class MicrosoftOfficeLiveBusinessContactManager : SoapHttpClientProtocol

Examples

For interactive examples for all methods for this class, download the Contact Manager Web service examples tool from the MSDN Code Gallery.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

MicrosoftOfficeLiveBusinessContactManager Members

WebBCM Namespace