N
n_s_simpson
Hi guys
I've nearly finished the program I'm working on. However please can
someone please tell me how I add multiple file attachments if I'm using
the following code to send email:
With iMsg
Set .Configuration = iConf
..To = "(e-mail address removed)"
..CC = ""
..Bcc = ""
..From = """Nick Simpson"" <[email protected]>"
..Subject = "Whatever"
..TextBody = "The usual"
..AddAttachment "" <<< I ASSUME IT'S HERE THAT NEEDS
ALTERING
'.AddAttachment filetoopen(2)
..Send
I've nearly finished the program I'm working on. However please can
someone please tell me how I add multiple file attachments if I'm using
the following code to send email:
With iMsg
Set .Configuration = iConf
..To = "(e-mail address removed)"
..CC = ""
..Bcc = ""
..From = """Nick Simpson"" <[email protected]>"
..Subject = "Whatever"
..TextBody = "The usual"
..AddAttachment "" <<< I ASSUME IT'S HERE THAT NEEDS
ALTERING
'.AddAttachment filetoopen(2)
..Send