I’m trying to add a task to a queue programatically. I found this example code: http://msdn.microsoft.com/en-us/library/gg328106.aspx, but it simply creates the queues instead of using existing ones. Is there an easy way to find the id of a queue?
Share
I figured it out. I found that one can use the Advanced Find tool to generate FetchXML. Using that I was able to query for my queue and then get the ID.
Here’s what I ended up using: