本文介绍了使用C#在MAPI中进行Outlook签名的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨CP专家,



我想在下面的代码中稍作修改





http://www.codeproject.com/KB/IP/SendFileToNET.aspx

[]



是否可以忽略msg.noteText = strBody;,并插入用户的默认Outlook签名?



我想要用户的签名,而不是某些消息或空白文本,之后他可以输入消息。但我想要附件,to,cc,bcc,这些都是以编程方式输入的。



如果有人能给我一些指导,这将是很好的帮助。



我正在使用。 NET3.5 C#。



提前致谢

解决方案

Hi CP Experts,

I want a little modification in the following code


http://www.codeproject.com/KB/IP/SendFileToNET.aspx
Programmatically adding attachments to emails in C# and VB.NET[^]

Is it possible to ignore "msg.noteText = strBody;", and insert user's default outlook signature instead?

Instead of some message OR blank text, I want user's signature and later he can type the message. But I want attachments, to , cc, bcc, subject to be entered programmatic.

It will be great help if anyone could give me some guide.

I'm using .NET3.5 C#.

Thanks in advance

解决方案


这篇关于使用C#在MAPI中进行Outlook签名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-29 11:59
查看更多