示例#1
0
        //public static Save()
        //{
        //}


        public static PopConfig Create()
        {
            if (_popConfig == null)
            {
                _popConfig = new PopConfig();
            }
            return(_popConfig);
        }
示例#2
0
        public static List <MailMessageEx> Receive()
        {
            PopSetting ps = PopConfig.Create().PopSetting;

            return(Receive(ps.Server, ps.Port, ps.UseSSL, ps.UserName, ps.Password));
        }