G
Guest
Hi,
I have created a custom Post based form and published it
to a public folder. I have written code that creates an
email and adds the current form as a refernence
attchement. The form is then saved to the public folder.
However, when the email is recieved and the user clicks on
the attachment, nothing happens. Can anyone help me with
this?
Here is the code :
set
Set myItem = Application.CreateItem(0)
myitem.Attachments.Add
Application.ActiveInspector.CurrentItem
myItem.Subject = "ECS needs to be updated"
myItem.Send
Thanks
Amit
I have created a custom Post based form and published it
to a public folder. I have written code that creates an
email and adds the current form as a refernence
attchement. The form is then saved to the public folder.
However, when the email is recieved and the user clicks on
the attachment, nothing happens. Can anyone help me with
this?
Here is the code :
set
Set myItem = Application.CreateItem(0)
myitem.Attachments.Add
Application.ActiveInspector.CurrentItem
myItem.Subject = "ECS needs to be updated"
myItem.Send
Thanks
Amit