C# 和 Lotus Notes 附件图标
我正在使用 C#,需要附加一个 lnk(快捷方式/链接)文件并将其通过电子邮件发送到 Lotus Notes 帐户。问题是图标默认为通用图像,并且不显示 Windows 资源管理器中带有箭头的文件夹。 txt 文件图标确实按预期显示。我想在收到图标后控制该图标的外观。这可以通过 C# 完成吗?还是 Notes 服务器有问题?
I am using C# and need to attach a lnk (shortcut/link) file and email it to a lotus notes account. The problem is the icon defaults to a generic image and does not show the folder with the arrow as seen in Windows Explorer. A txt file icon does display as expected. I would like to control the appearance of that icon after it has been received. Can this be done through C# or is the Notes server the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您是在问如何在图标到达收件人的邮件后控制图标的外观。
我确实记得(从我们在工作中使用 Notes 开始),该图标特定于发送者,而不是收件人(即,如果我向您发送 Word 文档并且我安装了 Word 97,并且如果您安装了 2003,您将看到 Word 97 文档图标)。但这似乎是因为我(发送者)使用 Notes 作为发送客户端这一事实。然而,我认为您可能无法做您想做的事情,因为人们会假设您正在发送常规 SMTP 电子邮件。假设您通过 Notes 服务器的 SMTP 接口发送电子邮件,我不相信您能够控制链接在收件人一侧的显示方式。
I think you are asking how to control the appearance of the icon once it arrives in the recipient's mail.
I do remember (from when we were on Notes here at work) that the icon was specific to the sender as opposed to the recipient (i.e. if I send you a Word document and I have Word 97 installed and you have 2003 installed, you'll see the Word 97 doc icon). But this appeared to be a function of the fact that I, the sender, was using Notes as the sending client. However, I think you may not be able to do what you want to do as one would assume you are sending regular SMTP e-mail. Assuming you are sending e-mail through the Notes server's SMTP interface, I don't believe you'll be able to control how the link appears on the recipient's side.