yuanhung
2024-02-05 876ccb53468872e1156a9f93d4cb72af7fb49c8e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
//------------------------------------------------------------------------------
// <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; }
    }
}