How can i create a shortcut file to a sharepoint document library so that i can email it to people

Posted by Paul on Stack Overflow See other posts from Stack Overflow or by Paul
Published on 2010-05-17T13:45:05Z Indexed on 2010/05/17 16:41 UTC
Read the original article Hit count: 148

Filed under:
|
|
|

I need to create a shortcut file that links to a sharepoint document library and then send that in an email (don't worry about outlook blocking lnk files). I have had a look at how to how to create a standard shortcut file in C# but this fails when you give it a server address (\\\)

Does anyone have an idea on how to do this.

Also would be supper to know how i can convert the link into and SPFile object so that i can also attached it to a list item once i have created it.

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about c#