CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2008
    Posts
    2

    PST Folder & Contents into a tree view

    Hello everyone, I have been breaking my head trying to get or import a .pst's contents (specifically just folders) into a tree view. Anyone have any ideas that can help. Thanks!

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: PST Folder & Contents into a tree view

    What is a .pst ¿
    Is it a folder or type of file ¿
    Anyways, this FAQ might help :
    http://www.codeguru.com/forum/showthread.php?t=417770

  3. #3
    Join Date
    Jun 2008
    Posts
    2

    Re: PST Folder & Contents into a tree view

    .pst file is an outlook personal folders file.

  4. #4
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: PST Folder & Contents into a tree view

    Okay, So what part of this are you stuck on ???

    #) Reading the PST file..

    #) Decoding the File..

    #) Placing it into the Treeview ..

    Gremmy...
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  5. #5
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: PST Folder & Contents into a tree view

    Quote Originally Posted by cauzeneffeckt
    .pst file is an outlook personal folders file.
    Didn't know that. No I do

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured