abort AttachmentRead

S

semedao

Hi,
I want to abort read of attachment inside the
AttachmentRead event , is it possible?

for ex: (C#)

void my_AttachmentReadHandler(Microsoft.Office.Interop.Outlook.Attachment
Attachment){

make some process....

-> put some flag to avoid the opening of the file

}
 
Top