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

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

by nightwalker83, Friday, August 06, 2010, 02:34 (5222 days ago) @ woddrazen

I am now trying the simple send attachments I receive an object required error on the attach line.

If frmAttachments.LstFiles.ListCount <> 0 Then
For a = 0 To frmAttachments.LstFiles.ListCount - 1
attach = frmAttachments.LstFiles.List(a)
Next a

I just tried it with simple message attachment but it can't or won't handle more than one attachment at a time. I even tried combining the message.attach with simple attach but that didn't work either.


Complete thread: