Tagged Questions
1
vote
0answers
111 views
SPListItem: get associated eml file
I have a discussion board set up with an email drop folder. Once an .eml file is copied into the drop folder, it would disappear and the new discussion/message would be added to my discussion board. ...
0
votes
1answer
634 views
get discussion message url
I have an own UI for discussion messages. The issue is the Url of the actual SPListItem doesn't help:
SPListItem message = //get message
var url = message.Url; //returns "/Lists/forum/hello/2.000"
...