在vba中查找Outlook邮箱大小

问题描述 投票:-3回答:1

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

vba outlook
1个回答
0
投票

如果是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")
© www.soinside.com 2019 - 2024. All rights reserved.