How to send a taskassignement without triggering outlook-security

H

Hanspeter Gysel

When I try to assign a task to another person with the following code, I run
into an outlook security dialog, where I need to allow access to my mailbox.

objNewTask.Assign
objNewTask.Recipients.Add ("User")
objNewTask.Send

Is there a way doing this without the annoying security check?

Regards
Hanspeter Gysel
 
H

Hanspeter Gysel

I ported my macro to Redemption, but unfortunately it doesent work. I dont
get any security dialogs anymore thats great. The task creation is also
working. But the .assign on the SafeTaskItem seems not to work. No mail is
sent out to the recipient.

Regards
Hanspeter Gysel

Ken Slovak - said:
See http://64.78.15.8/outlook/esecup.htm#autosec

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm


Hanspeter Gysel said:
When I try to assign a task to another person with the following code, I run
into an outlook security dialog, where I need to allow access to my mailbox.

objNewTask.Assign
objNewTask.Recipients.Add ("User")
objNewTask.Send

Is there a way doing this without the annoying security check?

Regards
Hanspeter Gysel
 

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