Allows resolving Email addresses within the Interaction Center system.

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

Syntax

C#
public class EmailResolver
Visual Basic
Public Class EmailResolver

Remarks

This class takes a string containing a full or partial Email address and the IC server resolves it into an array of EmailAddress objects.

To resolve an Email address string, pass it to the ResolveName(String) or ResolveNameAsync(String, AsyncCompletedEventHandler, Object) methods. When the asynchronous resolve name operation completes it invokes the completedCallback delegate. When the server has finished resolving the Email address it triggers the EmailResolved event. The resolved email addresses are returned in the EmailAddressesEventArgs object of this event.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Interactions..::..EmailResolver

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