Re: Difference between wodSmtp1.SendMessage and w - WeOnlyDo Discussion board

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

by wodDamir, Friday, August 06, 2010, 09:22 (5222 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]


Complete thread: