views:

10

answers:

0

Hi,

I'm able to find/determine the attachment is there or not in a mail using Exchange Web Service Binding using GetItem() method.

But using GetItem() method leads to costlier operation in terms of performance and not recommended in our project requirement.

I would require information that by passing ItemID alone without GetItem() method is there a way to find that the mail is simple mail(no attachment mail) or atachment mail using Exchange Web Services and its bindings WITHOUT using GetItem() method operation.

Please provide the code snippet for the same.

Regards, Venkat