Re: Difference between wodSmtp1.SendMessage and w (General questions)
Hi,
The code you provided doesn't call any method at all. Please try something like:
[code]For a = 0 To frmAttachments.LstFiles.ListCount - 1
attach = wodSmtp1.Message.Attach(frmAttachments.LstFiles.List(a))
Next a
[/code]