J
Jeff
I have a com-addin that fails when a user opens a .msg file directly when outlook is not running. The Addin starts up but fails when I try to bind an object variable to new outlook.application ex
dim m_objOutlook as outlook.applicatio
if m_objOutlook is nothing then set m_objOutlook = new outlook.applicatio
Does anyone have any suggestions on a possible solution
Thanks
Jeff.
dim m_objOutlook as outlook.applicatio
if m_objOutlook is nothing then set m_objOutlook = new outlook.applicatio
Does anyone have any suggestions on a possible solution
Thanks
Jeff.