visual studio 2010 - How to access MailItem from UserControl? -
hey guys, have usercontrol within default email compose form, want mailitem of window.
is there easy way this?
since composing email, must in outlook inspector. have code this:
inspector inspector = window inspector; mailitem mailitem = inspector.currentitem mailitem;
Comments
Post a Comment