....
This commit is contained in:
@@ -67,7 +67,7 @@ namespace FCM0000
|
||||
{
|
||||
this.richTextBoxEx1.Rtf = dr.body;
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch
|
||||
{
|
||||
this.richTextBoxEx1.Text = dr.body;
|
||||
}
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user