ISelf.PublishContactInformation Method
Publish presence items to be set for self user.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT PublishContactInformation
(
SAFEARRAY(PublishableContactInformationType) publishableContactInformationTypes,
SAFEARRAY(VARIANT) publishablePresenceItemValues,
IUnknown* selfCallback,
VARIANT state,
IAsynchronousOperation** asyncOperation
);
Parameters
- publishableContactInformationTypes
Type: IEnumerable<Object>
A value of the SAFEARRAY(PublishableContactInformationType) type.
- publishablePresenceItemValues
Type: IEnumerable<Object>
A value of the SAFEARRAY(VARIANT) type.
- selfCallback
Type: Object
A value of the IUnknown type. The default value is NULL.
- state
Type: Object
A value of the VARIANT type.
Return Value
A value of the IAsynchronousOperation** (IAsynchronousOperation, for a .NET application) type.