//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace MailQuery { using System; using System.Collections.Generic; public partial class NewMail { public int OID { get; set; } public string MsgID { get; set; } public string MsgNo { get; set; } public Nullable MID { get; set; } public string MailorAcct { get; set; } public string MailorDomain { get; set; } public string MsgSubject { get; set; } public string MsgContent { get; set; } public string AttachID { get; set; } public string MsgAttr1 { get; set; } public string MsgAttr2 { get; set; } public string MsgAttr3 { get; set; } public string MsgAttr4 { get; set; } public string MsgAttr5 { get; set; } public Nullable IsDeleted { get; set; } public Nullable IsSatSvy { get; set; } public Nullable IsHaveRefMail { get; set; } public Nullable AllowedDate { get; set; } public Nullable UniReply { get; set; } public string CreatedUser { get; set; } public Nullable CreatedDate { get; set; } public Nullable LastMaintUser { get; set; } public string LastMaintDate { get; set; } public string IdentityCatalog { get; set; } public string SatSvyKey { get; set; } public Nullable IsStatement { get; set; } public Nullable IsReAssign { get; set; } public string StateCatalog { get; set; } public string MajorDesc { get; set; } } }