User.FixPersonalFolder Method (String)
Fixes the specified personal folder.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public void FixPersonalFolder(
string path
)
public:
void FixPersonalFolder(
String^ path
)
Public Sub FixPersonalFolder (
path As String
)
Parameters
path
Type: System.StringThe path of the folder to fix.
See Also
User Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top