MailItem.GetInspector.WordEditor returns Nothing
问题 I'm composing an email using VB.Net which is opened in Outlook 2013 . I need to the contents to be displayed in its default font which is set by the user. Now i need to get the default font and set to the email. When i tried it returns null at one place. //Code: Private m_valDefaultFontSpec As DefaultFont Sub GetDefaultFontSpec(Optional blnGetReplyFont As Boolean = False) Dim objDoc As Document Dim rng As Range Dim objDummy As MailItem On Error Resume Next ' Create a "dummy" mail object, Set