Re: Difference between wodSmtp1.SendMessage and w (General questions)

by wodDamir, (5391 days ago) @ nightwalker83

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]

locked

Complete thread: