SharePoint SPListItem.ContentType.Name - "Message" vs "Discussion" ?
- by Christopher
I am writing a C# code to find all of our SharePoint Sites that have emails contained in the Email List page. It appears that some of our email messages are SPListItem.ContentType.Name = "Message" and some of our email messages are SPListItem.ContentType.Name = "Discussion"
Aside from the confusion, this is forcing my to cycle through mylist.Folders and mylist.Items in two separate loops, so that I don't miss any of the emails.
Is this normal? Any idea why this could be happening? There are threads that contains messages of both types.