Код: Выделить всё
public class Email
{
[AutoIncrement]
public long ID { get; set; }
public DateTime Date { get; set; }
public string From { get; set; }
public string Subject { get; set; }
nText =>
public string Body { get; set; }
}
мне нужно более 8000 символов для данных
Подробнее здесь: https://stackoverflow.com/questions/112 ... ck-ormlite