Add a signature to an e - mail message
-
Hello I am wondering if anybody can please help me with the following; 1) How do I attach a signature to a outbound e - mail message using for instance the System.Web.Mail namespace? Should I use another namespace? There does not appear to be a member with which one can accomplish this in the above - mentioned namespace. Thanking you in advance ChristiaanS :(
ChristiaanS
-
Hello I am wondering if anybody can please help me with the following; 1) How do I attach a signature to a outbound e - mail message using for instance the System.Web.Mail namespace? Should I use another namespace? There does not appear to be a member with which one can accomplish this in the above - mentioned namespace. Thanking you in advance ChristiaanS :(
ChristiaanS
What do you mean by "add a signature"?? Are you talking about a digital signature that ID's the sender or are you talking about the signature that is at the bottom of an email message, like the signatures at the bottom of most post here on CP??
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Hello I am wondering if anybody can please help me with the following; 1) How do I attach a signature to a outbound e - mail message using for instance the System.Web.Mail namespace? Should I use another namespace? There does not appear to be a member with which one can accomplish this in the above - mentioned namespace. Thanking you in advance ChristiaanS :(
ChristiaanS
If you are talking about signatures that appear at the bottom of every emails (like salutations/advertisements), then that is just more stuff to include in the body of the email message.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios[^]
-
What do you mean by "add a signature"?? Are you talking about a digital signature that ID's the sender or are you talking about the signature that is at the bottom of an email message, like the signatures at the bottom of most post here on CP??
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008Hi Dave First of all; sorry for the ambiguous question i was very tired at the time. 1) By signature, I meant the signature that you find at the bottom of an e - mail message for instance. 2) I know also of the existence of the System.Net.Mail Namespace. I forgot to mention that. I can try running through the object - browser. I am sure that by the process of elimination I would find an object capable of doing what I need, but as stated previously; it`s a little quicker to ask someone in the know. Thanking you in advance ChristiaanS
ChristiaanS
-
Hi Dave First of all; sorry for the ambiguous question i was very tired at the time. 1) By signature, I meant the signature that you find at the bottom of an e - mail message for instance. 2) I know also of the existence of the System.Net.Mail Namespace. I forgot to mention that. I can try running through the object - browser. I am sure that by the process of elimination I would find an object capable of doing what I need, but as stated previously; it`s a little quicker to ask someone in the know. Thanking you in advance ChristiaanS
ChristiaanS
ChristiaanS wrote:
- By signature, I meant the signature that you find at the bottom of an e - mail message for instance.
Great. This makes it so much easier...
ChristiaanS wrote:
- ... I am sure that by the process of elimination I would find an object capable of doing what I need, but as stated previously;
Wrong. There's no such field in an email message. A signature is just a block of text that the email client automatically appends to the body of the message so you don't have to type the signature every time you write an email. You won't find what you're looking for in any email classes.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Hello I am wondering if anybody can please help me with the following; 1) How do I attach a signature to a outbound e - mail message using for instance the System.Web.Mail namespace? Should I use another namespace? There does not appear to be a member with which one can accomplish this in the above - mentioned namespace. Thanking you in advance ChristiaanS :(
ChristiaanS