ISelf.CreatePhone Method
Create a presence phone object.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT CreatePhone
(
CollaborationEndpointType phoneType,
BSTR phoneUri,
VARIANT_BOOL toBePublished,
VARIANT** phone
);
Parameters
- phoneType
Type: UCCollaborationLib.CollaborationEndpointType
A value of the CollaborationEndpointType type.
- phoneUri
Type: String
A value of the BSTR type.
- toBePublished
Type: Boolean
A value of the VARIANT_BOOL type. The default value is VARIANT_FALSE.
Return Value
A value of the VARIANT** (object, for a .NET application) type.