S
Shaun
I have a form that I am using the redemption DLL for
various ares in the forms script. However I have a problem
using the safemailitem to send the form. The email gets
sent but it only arrives as a standard IPM.Note without
the form and its script. The form is published in my
personal folders and is published as not to send the form
definition.
I have basically amended the call to Item.Send from within
the script to the following:
Dim SafeItem
Set SafeItem = CreateObject("Redemption.SafeMailItem")
SafeItem.Item = Item
SafeItem.Recipients.Add WizardForm.txtAuthManager
SafeItem.Recipients.ResolveAll
MsgBox "Item Message Class = " & Item.MessageClass
MsgBox "SafeItem Message Class = " &
SafeItem.MessageClass
MsgBox "SafeItem Item Message Class = " &
SafeItem.Item.MessageClass
' Item.Send
SafeItem.Send
Any Ideas?
Thanks in Advance
Shaun
various ares in the forms script. However I have a problem
using the safemailitem to send the form. The email gets
sent but it only arrives as a standard IPM.Note without
the form and its script. The form is published in my
personal folders and is published as not to send the form
definition.
I have basically amended the call to Item.Send from within
the script to the following:
Dim SafeItem
Set SafeItem = CreateObject("Redemption.SafeMailItem")
SafeItem.Item = Item
SafeItem.Recipients.Add WizardForm.txtAuthManager
SafeItem.Recipients.ResolveAll
MsgBox "Item Message Class = " & Item.MessageClass
MsgBox "SafeItem Message Class = " &
SafeItem.MessageClass
MsgBox "SafeItem Item Message Class = " &
SafeItem.Item.MessageClass
' Item.Send
SafeItem.Send
Any Ideas?
Thanks in Advance
Shaun