Example #1
0
        public MapiMigration()
        {
            string message = MapiMigration.checkPrereqs();

            if (message == "")
            // try
            {
                MapiWrapper = new Exchange.MapiWrapper();
            }
            else
            // catch(Exception )
            {
                //Log.err("Exception in CSMigrationWrapper construcor", message);
                // throw new Exception(message);

                throw new Exception(message);
            }
        }
        public MapiMigration()
        {
            string message = MapiMigration.checkPrereqs();
            if (message == "")
               // try
            {

                MapiWrapper = new Exchange.MapiWrapper();
            }
               else
               // catch(Exception )
            {
                //Log.err("Exception in CSMigrationWrapper construcor", message);
               // throw new Exception(message);

                throw new Exception(message);
            }
        }