C
cpiguet
Thanks MaxN, that did the trick for me too!
MaxN said:Hi,
If you want to move just file(s) from Outlook folder (IMAP files, for
example) you can do next thing:
1) Close outlook
2) Move Outlook folder to, let's say, disk D:\Emails\IMAP
3) Open cmd with Run As Administrator
4)mklink /d C:\Users\yourusername\AppData\Local\Microsoft\Outlook
D:\Emails\IMAP\Outlook
It will create Outlook "folder" in
C:\Users\yourusername\AppData\Local\Microsoft\ and you will see all files
from "original" Outlook folder, but all of them are located on disk D...