This commit is contained in:
chi
2022-02-01 00:28:56 +09:00
parent 66f1ff0cbb
commit 4a43b30973
88 changed files with 1503 additions and 22144 deletions

View File

@@ -67,7 +67,7 @@ namespace FCM0000
{
this.richTextBoxEx1.Rtf = dr.body;
}
catch (Exception ex)
catch
{
this.richTextBoxEx1.Text = dr.body;
}

View File

@@ -23,7 +23,7 @@ namespace FCM0000.Mail
}
int cntp = 0;
int cnte = 0;
// int cnte = 0;
int cntb = 0;
List<string> okfolder;
List<string> nofolder;
@@ -49,7 +49,7 @@ namespace FCM0000.Mail
}
if (FCOMMON.Util.MsgQ("진짜?") != DialogResult.Yes) return;
int cnt = 0;
// int cnt = 0;
var fd = new FolderBrowserDialog();
fd.SelectedPath = this.textBox3.Text;
if (fd.ShowDialog() != DialogResult.OK) return;
@@ -58,7 +58,7 @@ namespace FCM0000.Mail
cntp = 0;
cntb = 0;
cnte = 0;
// cnte = 0;
Outlook.Application oApp = new Outlook.Application();
var oNS = oApp.GetNamespace("mapi");