Hello,
I am trying to access the currently selected email in an imap account in Outlook XP, but the ActiveInspector object always seems to be equal to 'Nothing'. e.g.
Set myOlApp = CreateObject("Outlook.Application"
Set myinspector = myOlApp.ActiveInspector
MsgBox TypeName(myinspector)
Returns "Nothing".
Does anyone know what's going on?
C:\DOS:>
C:\DOS:>RUN
RUN DOS RUN!!
I am trying to access the currently selected email in an imap account in Outlook XP, but the ActiveInspector object always seems to be equal to 'Nothing'. e.g.
Set myOlApp = CreateObject("Outlook.Application"
Set myinspector = myOlApp.ActiveInspector
MsgBox TypeName(myinspector)
Returns "Nothing".
Does anyone know what's going on?
C:\DOS:>
C:\DOS:>RUN
RUN DOS RUN!!