Class OfficeUCEventArgs
- Assembly
- IpPbxCDSClientLib.dll
Event arguments for changed rich presence status
public class OfficeUCEventArgs : CallbackEventArgs
- Inheritance
-
OfficeUCEventArgs
- Inherited Members
Constructors
OfficeUCEventArgs()
Initializes a new instance of the InternalNumberEventArgs class
public OfficeUCEventArgs()
Properties
ChatUserId
public string ChatUserId { get; }
Property Value
ForwardToNumber
public bool ForwardToNumber { get; }
Property Value
ForwardToVoiceMail
public bool ForwardToVoiceMail { get; }
Property Value
ForwardingNumber
public string ForwardingNumber { get; }
Property Value
FreeText
public string FreeText { get; }
Property Value
PhonebookStatus
public int PhonebookStatus { get; }
Property Value
ServerName
public string ServerName { get; }
Property Value
SiteID
public int SiteID { get; }
Property Value
UserID
public int UserID { get; }
Property Value
UserName
public string UserName { get; }
Property Value
Methods
ToString()
public override string ToString()