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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -