Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 281 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 281 Bytes
            // 파일에 아래의 특수문자가 들어가면 오류남.
            var pattern = "[|^\\?\"<>:]+";
            message.TempPath = MSGTempPath + "\\" + Regex.Replace(message.Subject, pattern,"") + ".html";

            추가할것 언젠가