using System.Collections.Generic; namespace MoleMole { public class MailAttachment { public List itemList = new List(); } }