hxp
2025-05-14 1c7953e6a67be9b0044175393796e8bafdf45ed2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// A3 63 Óʼþ״̬±ä¸ü #tagMCMailStateChange
 
struct    tagMCMailState
{
    char        GUID[36];    //ÓʼþGUID
    BYTE        MailState;    //Óʼþ״̬£º 0-δ֪£»1-δ¶Á£»2-ÒѶÁ£»3-ÒÑÁ죻4-ÒÑɾ
};
 
struct    tagMCMailStateChange
{
    tagHead        Head;
    WORD        Count;
    tagMCMailState    MailList[Count];    //ÓʼþÁбí
};