Click here to Skip to main content
15,867,141 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
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
Posted
Updated 30-Jul-16 8:39am
v2
Comments
Member 4137901 7-Nov-11 9:26am    
Did you manage to get that to work? I have the same problem

1 solution

This is not possible: https://support.microsoft.com/en-us/kb/2544665
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900