Download OutlookEmailAddressExtract.zip version 1.0.0.0, last updated 26/09/2012 (27.15 KB)

Download
  • md5: 8ff6f5d3e6a03b2efeb65db5b2735ea5
using System;

namespace OutlookEmailAddressExtract
{
  [Flags]
  internal enum Options
  {
    None = 0,
    Sender = 1,
    Recipient = 2,
    SubFolders = 4,
    FilterByDomain = 8
  }
}

Donate

Donate