Thank you Jamesd0142,
but i have no vb.net .
Anywhere, I found for my solution.
The correct coding :
.....
.AddAttachment Path:\Filename
....
have a nice day
User Profile
Collapse
-
Send email with an attachment by smtp
What is a exact option for Attachement on the sending mail with smtp.
I got an error : can't assign to read-only property
....
strPdffile = "H:\ARCTest \" & Pdffile
....
With iMsg
.Configuration = iCfg
'.Subject = "Example Subject"
.Subject = "FPB - CAD"
.To = "hng@faisalpriv atebank.com"
.BCC = "mng@faisalpriv atebank.com"... -
Thank you . It works now.
I understood , i need to select the Microsoft cdo windows2000 on the reference.
thank again....Leave a comment:
-
Hi
Yes.
1) I ran REGSVR32.DLL
2) how you define the reference the dll from project ? by define one function ?
thank you...Leave a comment:
-
Error user-defined type not defined with cdosys32.dll
Hi experts,
I try to send a mail with attachment using cdosys.dll.
Dim iCfg As CDO.Configurati on
Dim iMsg As CDO.Message
Set iCfg = New CDO.Configurati on
...
the compile got error user-defined type not defined on New CDO.Configurati on
I got the module cdosys32.dll in ma system Windows.system3 2
What wrong which I encountered ? or missed ?
...
No activity results to display
Show More
Leave a comment: