You can replace references to MacroView, MacroView DMF and SharePoint in the MacroView DMF user interface with names that reflect your organization or solution.
Rebranding the solution
Configuration filename: custom.xaml
Resource library location: Extensions/Language
Sample File (extract):
<!--SharePoint Platform Name (Default = SharePoint)-->
<s:String x:Key="_DMF_PlatformLabel">MacroView Project</s:String>
<s:String x:Key="_DMF_OpenDMFExplorer">Open MacroView Project Explorer</s:String>
<s:String x:Key="_DMF__labelOutlookSharePointTreeViewLocation">MacroView Project TreeView Location</s:String>
<s:String x:Key="_DMF__MenuOpenFromSharePoint">Open from MacroView Project</s:String>
<s:String x:Key="_DMF__MenuSaveFromSharePoint">Save As to MacroView Project</s:String>
<s:String x:Key="_DMF__SaveAsToSharePoint">Save As to MacroView Project</s:String>
<s:String x:Key="_DMF__DeleteEmailsOnSaveToSharePoint">Delete emails on save to MacroView Project</s:String>
<s:String x:Key="_DMF__RightClickMessageToSharePoint">Save Message to MacroView Project</s:String>
<s:String x:Key="_DMF__SaveToSharePoint">Save to MacroView Project</s:String>
Open the custom.xam file in a text editor and search and replace the require text being careful not to change the tags at either end of each reference.
Note: Changes to this file are not applied until the next time each user logs out and back in.
See also