Click here to Skip to main content
15,898,675 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi !
I am working on a project in VB.NET 2010.
I have to send email using outlook on runtime.
The email body should be consisted of four portions .....

i. Header Text which will be fetched from a string variable.
ii. Main Message which will be in a table format and the data will come from a datagridview.
iii. Footer Text which will be fetched from a string variable.
iv. Outlook Default formated signatures.

Can anyone help me !!!!!

Thanks !

Regards:
Posted

1 solution

Start from this article in MS knowledge base for VBA and here for vbnet.
 
Share this answer
 
v2

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