dennis22
Programmer
- Oct 8, 2002
- 32
Hi! I have downloaded a form that sends email with attachment. It works just fine!
But is there a way to attach multiple files using MAPI.SESSION?
OleMsg.AttachmentPathname = cFileAttach
where: cFileAttach = "C:\Mytable.DBF"
This works just fine!
But when I try this;
OleMsg.AttachmentPathname = cFileAttach1
OleMsg.AttachmentPathname = cFileAttach2
OleMsg.AttachmentPathname = cFileAttach3
where: cFileAttach1 = "C:\Mytable.DBF"
cFileAttach2 = "C:\Mytable.CDX"
cFileAttach3 = "C:\Mytable.FPT"
I only receive C:\MyTable.Fpt?
Is there a way to add multiple attacments using MAPI?
I hope someone can help me with this problem.
Thanks! Thanks! and Thanks!
But is there a way to attach multiple files using MAPI.SESSION?
OleMsg.AttachmentPathname = cFileAttach
where: cFileAttach = "C:\Mytable.DBF"
This works just fine!
But when I try this;
OleMsg.AttachmentPathname = cFileAttach1
OleMsg.AttachmentPathname = cFileAttach2
OleMsg.AttachmentPathname = cFileAttach3
where: cFileAttach1 = "C:\Mytable.DBF"
cFileAttach2 = "C:\Mytable.CDX"
cFileAttach3 = "C:\Mytable.FPT"
I only receive C:\MyTable.Fpt?
Is there a way to add multiple attacments using MAPI?
I hope someone can help me with this problem.
Thanks! Thanks! and Thanks!