Is there any way I can add the "You replied to this message on XXX" title (the current outlook one has a nice exclamation mark too!) easily to my own form region?

Perhaps define a placeholder in the form region and fill it somehow? I'm using C++.

Thanks,

Nili

link|improve this question

50% accept rate
feedback

1 Answer

Look in the XXXFactory class (XXX = your region name), in the FormRegionInitializing event handler. There you have access to e.OutlookItem which you could cast to a MailItem to get the date sent. Then set the mainifest's FormRegionName as you like.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.