As we have the viewmodels to create a new mail or to read existing one, I assume there is an option to automatically open the mail by id in the Reply or Reply To all Mode. These 2 are obvious:
viewmodel=IMailComposeViewModelFactory
viewmodel=ReadMessageItem
My question: Is there one for reply like
viewmodel=ReplyMessageItem(itemID)
Or is there any other way of doing so?