+1  A: 

You can use tag property inside the CommandBarButton

Avram
This isn't the "best" possible way I was hoping for, but it works. I'm setting the Tag property to the EntryId of the mail item then in the click handler I'm getting that item back from the Application.Session. Thanks.
Adam