Each value in this enumeration represents a property in StatusMessageDetails.

Namespace: ININ.IceLib.People
Assembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum StatusMessageProperty
Visual Basic
Public Enumeration StatusMessageProperty

Members

Member nameValueDescription
None0No property is defined.
Id1Represents the Id property.
MessageText2Represents the MessageText property.
IconFileName3Represents the IconFileName property.
GroupTag4Represents the GroupTag property.
CanHaveDate5Represents the CanHaveDate property.
CanHaveTime6Represents the CanHaveTime property.
IsDoNotDisturbStatus7Represents the IsDoNotDisturbStatus property.
IsSelectableStatus8Represents the IsSelectableStatus property.
IsPersistentStatus9Represents the IsPersistentStatus property.
IsForwardStatus10Represents the IsForwardStatus property.
IsAfterCallWorkStatus11Represents the IsAfterCallWorkStatus property.
IsAcdStatus12Represents the IsAcdStatus property.
IsAllowFollowUpStatus13Represents the IsAllowFollowUpStatus property.
SystemId14Represents the SystemId property.
Icon15Represents the Icon property.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also