简体   繁体   中英

Finding outlook mailbox size in vba

如何在 vba 中找到 Outlook 邮箱的大小。

如果是 Exchange 邮箱,请阅读PR_MESSAGE_SIZE_EXTENDED MAPI 属性(DASL 名称http://schemas.microsoft.com/mapi/proptag/0x0E080014

mailboxSize = Store.PropertyAccessor.GetProperty("http://schemas.microsoft.com/mapi/proptag/0x0E080014")

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM