//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 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.
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
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<int> 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<int> IsDeleted { get; set; }
|
public Nullable<int> IsSatSvy { get; set; }
|
public Nullable<int> IsHaveRefMail { get; set; }
|
public Nullable<System.DateTime> AllowedDate { get; set; }
|
public Nullable<int> UniReply { get; set; }
|
public string CreatedUser { get; set; }
|
public Nullable<System.DateTime> CreatedDate { get; set; }
|
public Nullable<System.DateTime> LastMaintUser { get; set; }
|
public string LastMaintDate { get; set; }
|
public string IdentityCatalog { get; set; }
|
public string SatSvyKey { get; set; }
|
public Nullable<int> IsStatement { get; set; }
|
public Nullable<int> IsReAssign { get; set; }
|
public string StateCatalog { get; set; }
|
public string MajorDesc { get; set; }
|
}
|
}
|