I had used MFMailComposeViewController to send an email in a xamarin iOS application. Have found that MailKit can be used to email purpose when developing a cross platform application.
My query is, how do we have to use the MailKit in our existing xamarin application, needed the steps to use MailKit in an existing application.