ISelf.GetPublishableCustomAvailabilityStates Method
Returns the safearray of ICustomAvailabilityState objects based on the optional locale id.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT GetPublishableCustomAvailabilityStates
(
long localeId,
SAFEARRAY(VARIANT )** states
);
Parameters
- localeId
Type: Int32
A value of the long type. The default value is 0.
Return Value
A value of the SAFEARRAY(VARIANT )** (IEnumerable<object>, for a .NET application) type.