Attaching a doc on an email

boes

Newcomer
Joined
Jun 21, 2002
Messages
17
Location
Belgium
Today I had this problem with Attaching a doc to my email in code.
How can I do this in VB.NET? Does Anyone have an example of making an email in outlook through VBNET-code?
 
You don't send mail in .NET using Outlook. Take a look at the System.Web.Mail namespace instead.

[mshelp]ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfSystemWebMail.htm[/mshelp]
 
Back
Top