View Single Post
  #2  
Old July 27th 09, 09:13 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Creating a Task with VBScript

Try an experiment and do the same code in the Outlook VBA project. Declare
the item as a ContactItem and get it from
Application.ActiveInspector.CurrentItem. Then run the code that creates a
new task and see if the adding to the Links collection works there.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"yannickestrada" wrote in message
...
Same error. I don“t know what is the problem, because the Item is like
Item.Contact.MyForm, that should work.

Thanks again.


Ads