Assign Task using Redemption Object will not send automatically?

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top