Avoid "Are you sure" dialogs

D

David Lewis

Is there any way to avoid the "Are You Sure" dialogs that
appear when you try ot programmatically delete or replace
something.

For example, OrganizerMoveItem and OrganizerDeleteItem
prompt the user with such a dialog. But given that I'm
programming things, I'd rather not require the user to
intervene.

Thanks. --David.
 
G

Gérard Ducouret

Hello David,

Have a look at the DisplayAlerts Property.

HTH,

Gérard Ducouret
 
Top