【发布时间】:2012-03-12 13:09:59
【问题描述】:
我想使用 PowerShell 在 Outlook 中创建一个电子邮件项目。
我见过SO topic here,但是,我不明白如何为给定的MailItem 设置ReceivedTime。
P.S.:我 written in MSDN 那个成员 ReceivedTime 是只读的。
【问题讨论】:
标签: .net powershell com outlook office-interop
我想使用 PowerShell 在 Outlook 中创建一个电子邮件项目。
我见过SO topic here,但是,我不明白如何为给定的MailItem 设置ReceivedTime。
P.S.:我 written in MSDN 那个成员 ReceivedTime 是只读的。
【问题讨论】:
标签: .net powershell com outlook office-interop
MailItem.ReceivedTime 通过Exchange Server 控制。您可以查看Redemption,它使用扩展 MAPI 与 MSG 项目进行交互(请参阅experts exchange reference)。
【讨论】: