View Single Post
  #7  
Old September 7th 07, 10:54 AM posted to microsoft.public.outlook.program_vba
Seenu
external usenet poster
 
Posts: 5
Default Delete outlook calendar appointment item permanently.

hye Ken,

I got Redemption now.
can you tell which object to use for deleting that item.

Thanks in advance,
SrinivasanPrabakaran.

"Seenu" wrote:

Thanks Ken,
thats really nice of you.

SrinivasanPrabakaran


"Ken Slovak - [MVP - Outlook]" wrote:

You can hard delete an item to avoid the Deleted Items folder (like
Shift+Delete in the UI), but not with the Outlook object model. You need to
use a different API if you want to do that. Some API's that can be used for
that are CDO 1.21 or Extended MAPI (not supported for managed code and
Extended MAPI is C++ or Delphi code only) or a 3rd party library such as
Redemption (www.dimastr.com/redemption). I use Redemption for things like
that myself.

--
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


"Seenu" wrote in message
...
Hey Ken,
In the last post i told you what can be done.

The real requirement is to delete an appointment item with out firing the
delete event.
Can it be done ?
if so, how?
if not, why?

Thanks in advance,
SrinivasanPrabakaran.



Ads