Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在代码中,我想获取回复状态,用于显示“您在...上回复此消息”的一个 Outlook。
我尝试查看所有 MailItem 属性,但找不到任何类似的东西。
在此先感谢,尼科
string SchemaTransportHeader = @"http://schemas.microsoft.com/mapi/proptag/0x10820040"; string repliedOn = oMailItem.PropertyAccessor.GetProperty(SchemaTransportHeader).ToString();
如果它没有被回复或它拥有的 DateTime,它将返回空。