WebBCM Namespace

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.

The namespace for the Contact Manager Web service.

Classes

  Class Description
Public class Activity The object associated with an activity listed under a contact, a company, an opportunity, or a product in Contact Manager. Activities such as phone logs and business notes can be added manually by the end user. Activities are automatically added by Store Manager and e-mail marketing transactions. To see all activity types, see ActivityType.
Public class Company The object associated with a company listed in Contact Manager.
Public class Contact The object associated with a business contact listed in Contact Manager.
Public class ContactBasic The object associated with a business contact listed in Contact Manager. The ContactBasic object limits the scope of information available to speed a query of business contacts.
Public class ContactGroup Any business contact can be a member of any contact group. In order to send a contact an e-mail marketing item, the contact must be in a contact group.
Public class Field The field object is used to interact with fields associated with a Contact Manager object that are not defined as parameters for the Contact Manager Web service method acting on the object. Fields are used in conjunction with the AllFields parameter.
Public class MicrosoftOfficeLiveBusinessContactManager 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.

Enumerations

  Enumeration Description
Public enumeration ActivityType The type associated with an Activity object.
Public enumeration ParentListType ParentListType is a parameter for the Contact Manager Web Service method GetActivities(ParentListType, Int32, SortType, Int32). This parameter allows you to filter your request by the type of parent to which the activities are assigned.
Public enumeration SortType SortType is a parameter for the Contact Manager Web Service method GetActivities(SortType, Int32). This parameter allows you to sort the results of your request.