|
| |
Deleting Directory Objects with DAPIWrite
The DAPIWrite function may also be used for deleting objects from MS
Exchange directory. In order to do it you need to specify DAPI_WRITE_DELETE
flag as its second parameter. You may use code examples with DAPIWrite function
described previously to create or modify directory objects. When we replace the
flag to DAPI_WRITE_DELETE, we should be able to use the same samples to delete
them.
|