UPTBLE

适用于:Outlook 2013 | Outlook 2016

用于在上传 表状态期间上传文件夹内容的扩展信息。

快速信息

struct UPTBLE 
{ 
    UINTiEntMod; 
    UINTcEntMod; 
    UINTiEntRead; 
    UINTcEntRead; 
    UINTiEntDel; 
    UINTcEntDel; 
};

Members

iEntMod

[out]用于跟踪新项或修改项的 cEntMod 数量的上传的索引。

cEntMod

[out]文件夹中的新项或修改的项目数。

iEntRead

[out]用于跟踪上传 cEntRead 读取项数的索引。

cEntRead

[out]文件夹中的读取项目数。

iEntDel

[out]用于跟踪 cEntDel 已删除项数的上传的索引。

cEntDel

[out]文件夹中已删除的项目数。

另请参阅