Here is my code to send the email in Outlook 2013:
public void GenerateEmail(OutEmail outEmail) { var objOutlook = new
try below mentioned
mailItem.GetInspector.Activate(); var signature = mailItem.HTMLBody; mailItem.HTMLBody = EmailBody + signature;