In the last two posts (Part 1, Part 2) I've been going over some of the API calls to the Exchange Web Services, and so far we have retrieved an Item, but not any of the attachments held therein... So, lets go get that attachment! We have an ItemType, which lets us know we have attachments, and now will even let us pull some basic properties but not to save... so, how do we save? What we're (well, *I'm*) going to do is get the Item, then if it has attachments, save the attachments to my temp directory, ......