Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Read from .dbx-file

Read from .dbx-file

Scheduled Pinned Locked Moved C#
questionhelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    larbo204
    wrote on last edited by
    #1

    I want get info from the Outlook Express inbox folder which is an .dbx-file. The problem is that some characters seem to be randomly converted to strange characters. Is it binary, unicode or what? How do I convert the .dbx file to plain text, like an .txt file. /larbo204 www.nymax.nu

    H 1 Reply Last reply
    0
    • L larbo204

      I want get info from the Outlook Express inbox folder which is an .dbx-file. The problem is that some characters seem to be randomly converted to strange characters. Is it binary, unicode or what? How do I convert the .dbx file to plain text, like an .txt file. /larbo204 www.nymax.nu

      H Offline
      H Offline
      Heath Stewart
      wrote on last edited by
      #2

      Yes it's binary. To store all that data in text would be terribly inefficient and impractical, do to look-up times and handling different text encodings. The structure of the .dbx file is not public knowledge and can change at any time. If you want to export your mail then use the built-in export functionality from the File menu in OE, which has nothing to do with C# and is outside the scope of this forum. This posting is provided "AS IS" with no warranties, and confers no rights. Software Design Engineer Developer Division Sustained Engineering Microsoft [My Articles] [My Blog]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups