Adding buttons showing standard Outlook icons to a Ribbon is pretty straightforward. Set the button's property OfficeImageId to a known ID (e.g. "EncryptMessage") and you're done. For a complete list of possible values see Office 2010 Add-In: Icons Gallery.
Now my question is, can i archieve the same thing in a Form Region? I mean, adding for example a PictureBox showing that standard Office icon? Obviously there is no OfficeImageId property, but perhaps someone knows a workaround.