How to send a taskassignement without triggering outlook-security

  • Thread starter Thread starter Hanspeter Gysel
  • Start date Start date
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
 
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
 
Back
Top