> a) Outlook version? There are bugs with the Close method in both current versions.
>
[quoted text clipped - 19 lines]
> >
> > Thanks
You'd need to put this statement in the Item_CustomAction event handler:
Item.Close 0
BUT there is a bug that you may need to call Microsoft to get a hotfix for before you can use that. See http://www.outlookcode.com/article.aspx?id=55, under Post-SP2 Problems.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> Hi Sue,
>
[quoted text clipped - 27 lines]
>> >
>> > Thanks
DavidW - 26 Sep 2007 15:42 GMT
Thanks Sue, I'll test that out.
David
> You'd need to put this statement in the Item_CustomAction event handler:
>
[quoted text clipped - 33 lines]
> >> >
> >> > Thanks