Assign Task using Redemption Object will not send automatically?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using Outlook 2002 SP-2,

I'm trying to automatically assign a task to someone else using the
Redemption object to by-pass the security warnings.

Code:
Set SafeTask = CreateObject("Redemption.SafeTasfItem")
SafeTask.Item = Item
SafeTask.Assign
SafeTask.Recipients.Add("User")
SafeTask.Send

However when the item is sent, it appears in the Users Outbox and does not
go. I have tried 2 methods to then send it from the Outbox using
Redemption.MAPIUtils and

Set Btn = Application.ActiveExplorer.CommandBars.FindControl(1,5488)
Btn.Execute

Neither work. And if I manually press the Send/receive button in the Outbox
the tasks are not sent?

Any ideas how I can send these tasks?
 
Back
Top