public bool AddMail(Email email, ref string msg) { bool check = false; check = _queue.Enqueue(email, ref msg); return(check); }