Author Topic: How can I get the Queue from an EventInvite? (WDE)  (Read 1960 times)

Offline Gabi

  • Jr. Member
  • **
  • Posts: 64
  • Karma: 0
How can I get the Queue from an EventInvite? (WDE)
« on: January 18, 2016, 03:12:48 PM »
Hello again. I need to get the queue out of a chat EventInvite (Genesyslab.Platform.Commons.Protocols.IMessage with Name="EventInvite"). I can see it in the string representation of the event (toString) as [b]attr_itx_queue[/b], but I can't find a way to obtain it through the .NET PSDK (other than parsing the result of toString(), which would be inelegant to say the least).

Do you know of a way to obtain the value of this attribute?

Thanks in advance.
« Last Edit: January 18, 2016, 05:34:25 PM by Gabi »