{.Microsoft.Office.Interop.Outlook.AppointmentItem mitem =项目为Microsoft.Office.Interop.Outlook .AppointmentItem; 字符串主题= mitem.Subject; DateTime开始= mitem.Start; DateTime结束= mitem.End; >字符串位置= mitem.Location; 字符串entryId = mitem.EntryID; //发件人的电子邮件ID不可用//string senderEmail = mitem.sender; } } oNS.Logoff(); /> 但是无论如何阅读约会或已发送的文件夹电子邮件,我都无法获得发件人的电子邮件ID. 有人对此问题有解决方案吗?推荐答案为什么在Visual Basic论坛上提出C#问题?尝试C#论坛.Why ask a C# question on the Visual Basic forum ? Try the C# forum . 这篇关于无法从C#中的Outlook日历获取发件人的emailId的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 07-06 20:04