Provides data for the NewVoicemail, VoicemailDeleted, and VoicemailUpdated events.

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

Collapse imageSyntax

C#
public class VoicemailEventArgs : EventArgs
Visual Basic
Public Class VoicemailEventArgs _
	Inherits EventArgs

Collapse imageRemarks

Handle the NewVoicemail event to be informed when a new voicemail has been added to the Voicemails list.
Handle the VoicemailDeleted event to be informed when an existing voicemail has been removed from the Voicemails list.
Handle the VoicemailUpdated event to be informed when an existing voicemail in the Voicemails list has been changed.

Collapse imageInheritance Hierarchy

System..::..Object
  System..::..EventArgs
    ININ.IceLib.UnifiedMessaging..::..VoicemailEventArgs

Collapse imageVersion 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.

Collapse imageSee Also