【问题标题】:How to Get the Attachment Type in an Outlook email using C#如何使用 C# 获取 Outlook 电子邮件中的附件类型 【发布时间】:2014-11-03 14:12:52 【问题描述】: 我想将任何 Outlook 电子邮件的附件及其类型(.text、.png、.jpeg)保存到我的本地系统中 我如何知道 C# 中的附件类型 关于, 毗湿奴 【问题讨论】: 标签: c# outlook 【解决方案1】: 读取 Attachment.FileName 属性并提取扩展名。 【讨论】: