Question : Outlook 2010 NK2 file

I am trying to migrate an NK2 file from Outlook 2007 to 2010, I have placed the file in the roaming  appdata folder and have given it the same name as the Email profile. However it does not work. Does office 2010 store the file in a different place or use a different system.

Answer : Outlook 2010 NK2 file

1:
2:
3:
4:
5:
Dim s As String = "Hello-World.HowAreYou"
        Dim i1 As Integer = s.IndexOf("-")
        Dim extractedString = s.Remove(0, i1 + 1)
        Dim i2 As Integer = extractedString.IndexOf(".")
        extractedString = extractedString.Remove(i2)
Random Solutions  
 
programming4us programming4us