MSFT_SIPESUserContactData
Specifies a contact for an Office Communications Server user.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.
Syntax
class MSFT_SIPESUserContactData
{
string ExternalURL;
uint32[] GroupID;
string Name;
[key] string SIPURI;
boolean Subscribed;
[key] string UserInstanceID;
};
Methods
This class does not define any methods.
Properties
The MSFT_SIPESUserContactData class has the following properties.
Remarks
This class gets and sets information at the following level: USERDCOM.
A contact is the representation of a SIP user in the context of presence updates; that is, it is the view of one SIP user by another user who has subscribed to the first user and requested availability information about it. A contact has zero or more contact groups to which it belongs. The settings for a contact group are represented by the MSFT_SIPESUserContactGroupData class.
To perform operations on this class, connect to the local WMI. In turn, WMI contacts the home server of the user and retrieves or updates the data for the instance of this class associated with the user. Office Communications Server must be running and available on the user's home server.
Note:
|
|---|
|
Using WMI to create instances of MSFT_SIPESUserContactData requires clients to sign off and sign on again to see the new contacts. |
Uniqueness is guaranteed by a combination of the GUID that represents the Active Directory user and the SIP URI.
Instances of this class support the following interface methods:
-
Provider::DeleteInstance();
-
Provider::PutInstance();
Where PutInstance() supports the following flag:
-
WBEM_FLAG_CREATE_OR_UPDATE
-
Requirements
Server: Installed on computers serving the following roles: Administrative Tools Server, Front End Server, and Proxy Server.
Namespace: Defined in \root\cimv2.
Note: