Notes on using MailEnableHook:
-
Before conversion, verify the following:
-
Config.IsInstalled == true (If not, cannot perform conversion)
-
Config.IsTabDelimited == true (If not, cannot perform conversion)
-
Config.IsEncrypted == false (If so, display the message contained in
"Encrypted.txt" to the user)
-
Perform an initial data load to ensure there is information to convert
-
PostOffice[] postoffices = PostOffice.GetAll(); // postoffices should contain
at least one item