.NET Outlook 默认文件夹免费 space(配额信息)

.NET Outlook Default folder free space (Quota Information)

有什么方法可以通过 Microsoft.Office.Interop 免费 space 留在默认邮箱中阅读吗?

(与 Outlook 左下角显示的信息相同 - 如下所示)

您可以尝试使用 Store.PropertyAccessor.GetProperty() 读取以下属性:

  1. PR_QUOTA_RECEIVE(DASL 名称http://schemas.microsoft.com/mapi/proptag/0x341C0003
  2. PR_PROHIBIT_RECEIVE_QUOTA(DASL 名称http://schemas.microsoft.com/mapi/proptag/0x666A0003
  3. PR_QUOTA_SEND(DASL 名称http://schemas.microsoft.com/mapi/proptag/0x341B0003
  4. PR_PROHIBIT_SEND_QUOTA(DASL 名称http://schemas.microsoft.com/mapi/proptag/0x666E0003
  5. PR_QUOTA_WARNING(DASL 名称http://schemas.microsoft.com/mapi/proptag/0x341A0003
  6. PR_STORAGE_QUOTA_LIMIT(DASL 名称:http://schemas.microsoft.com/mapi/proptag/0x3FF50003
  7. PR_MESSAGE_SIZE_EXTENDED(DASL 名称http://schemas.microsoft.com/mapi/proptag/0x0E080014