Network drive label
2 answers
You can use WMI to do this - not sure about the exact query (it has been for a while), but here's an example of how to get free space on a network drive:
http://en.csharp-online.net/Network_Drive_Free_Space
I think that replacing "name" with "VolumeName" in this example will give you what you need.
The WMI link is here just in case:
http://msdn.microsoft.com/en-us/library/aa394173(VS.85).aspx
+1
source to share