The - Favorites - folder in Outlook can be customized to have a different name and URL.
| 
       Property  | 
    
       Mandatory / Optional  | 
    
       Description  | 
| 
       action  | 
    
       Mandatory  | 
    
       Set to "insert" to change the default behavior Set to "delete" to revert to default behavior  | 
| 
       folderURL  | 
    
       Optional  | 
    
       Text for the URL of the website  | 
| 
       folderName  | 
    
       Optional  | 
    
       Text for the name of the folder  | 
<?xml version="1.0" encoding="UTF-8"?> <configuration> <outlook> <rootOnePlaceMailFolder action="insert" folderName="SharePoint Folders" folderURL="http://www.oneplacesolutions.com"/> </outlook> </configuration>
 
<?xml version="1.0" encoding="UTF-8"?> <configuration> <outlook> <rootOnePlaceMailFolder action="delete"/> </outlook> </configuration>
 
  The name of the Recovered Files folder defaults to - OnePlaceMail (Recovered Files) - This can be modified
| 
       Property  | 
    
       Mandatory / Optional  | 
    
       Description  | 
| 
       action  | 
    
       Mandatory  | 
    
       Set to "insert" to change the default behavior Set to "delete" to revert to default behavior  | 
| 
       folderName  | 
    
       Mandatory  | 
    
       Text for the name of the folder  | 
<?xml version="1.0" encoding="UTF-8"?> <configuration> <outlook> <recoveredFilesFolder action="insert" folderName="SharePoint Recovered Files"/> </outlook> </configuration>
 
<?xml version="1.0" encoding="UTF-8"?> <configuration> <outlook> <recoveredFilesFolder action="delete"/> </outlook> </configuration>