6. December 2016
Rich
Tech Guides
30. November 2016
Rich
Tech Guides
If you have access to another's mailbox and you delete an email, by default the deleted email will go to your own deleted items folder, not the deleted items folder of the mailbox your accessing. To get around this there is a hotfix from Microsoft for every version of Outlook. See the link below.

https://support.microsoft.com/en-gb/kb/202517
26. October 2016
Rich
Tech Guides
Note If you're running Outlook 2013 or a later version, you don't have to install any hotfix.
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey:
HKEY_CURRENT_USER\Software\Microsoft\Office\x.0\Outlook\Preferences
Note The x.0 placeholder represents your version of Office (16.0 = Office 2016, 15.0 = Office 2013, 14.0 = Office 2010).
- On the Editmenu, point to New, and then click DWORD Value.
- Type DelegateSentItemsStyle, and then press Enter.
- Right-click DelegateSentItemsStyle, and then click Modify.
- In the Value databox, type 1, and then click OK.
- Exit Registry Editor.
13. September 2016
Rich
Tech Guides
How do I rebuild the search index in Microsoft Outlook?
If Outlook is not searching all of your email correctly, you can rebuild the Outlook search index to fix this:
This will cause Outlook to rebuild its entire search index. This can take a long time to complete but you can continue to use Outlook and it will do this in the background.
21. January 2016
Rich
Tech Guides
This is an issue to do with the default application of file types.

1. Set the default email application as Outlook.
Go to the Control Panel > Programs> Defualt Programs > Set your default Programs > Select Outlook > Select " Set as Default Program"

2. Set Internet Explorer as the default application as your browser.
Set this in the same screen as above.
3. Set the following reg key -
HKEY_CURRENT_USER\Software\Classes\.html. Verify that the Default value of this key is htmlfile.Run > "regedit" > navigate to the location in the registry > Modify the registry value to "htmlfile".
You could do this in an elevated CMD prompt as:
REG ADD HKEY_CURRENT_USER\Software\Classes\.htm /ve /d htmlfile /f
