my app has share charm. It is used to share files and rich text. I have set Title
(TextBlock) and Description
(RichEditBox) properties and used SetStorageItems()
& SetRtf()
methods to share files of class DataPackage
, but while using mail app in share charm the Title
should be fill as subject and the Description
should be set as body of email but it is not working, please help me.
If I use only SetText()
then it sets automatically.
PS : Here the sample for sharing source content