Gets the queue name for the currently logged in user's "My Interactions" queue.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
string MyInteractionsQueueName { get; }
Visual Basic
ReadOnly Property MyInteractionsQueueName As String
	Get

Field Value

The queue name representing the "My Interactions" queue, or empty string if there is no currently logged in user.

See Also