The result sent back from the server when a Voicemail was played to the user.

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

Syntax

C#
public class VoiceMessageServerPlayResult
Visual Basic
Public Class VoiceMessageServerPlayResult

Remarks

The VoiceMessageServerPlayResult contains information about the VoicemailMessage and VoicemailAttachment that was played to the user, as well as the ResultCode that specifies the server's return code, and ResultText that specifies an error or success message generated by the server.

Note
Compare the ResultCode value to PlaybackAbortedResultCode to evaluate if the user explicitly stopped the playback.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.UnifiedMessaging..::..VoiceMessageServerPlayResult

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