Vinit Patel

Posts Tagged ‘read Multiple Files

  1. String[] files = Directory.GetFiles(“folderpath”);
  2. for (int index = 0; index < files.Length; index++)
  3. {
  4. string path = files[index];
  5. Stream msgStream = File.Open(path, FileMode.Open, FileAccess.Read);
  6. OutlookStorage.Message msg = new OutlookStorage.Message(msgStream);
  7. msgStream.Close();
  8. showList(msg);
  9. msg.Dispose();
  10. }

Calendar

April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Stats Of Blog

  • 7,719 hits

Cluster Map