Class UserMessageCountEventArgs
- Assembly
- IpPbxCDSClientLib.dll
Event arguments for changed message counts
public class UserMessageCountEventArgs : CallbackEventArgs
- Inheritance
-
UserMessageCountEventArgs
- Inherited Members
Constructors
UserMessageCountEventArgs()
Initializes a new instance of the UserMessageCountEventArgs class
public UserMessageCountEventArgs()
Properties
MessageCount
Gets the the changed message count
public TMessageCount MessageCount { get; }
Property Value
- TMessageCount
Methods
ToString()
public override string ToString()