M
Marco
Hello,
I have used two controls on a form: MapiSession and
MapiMessages to read the inbox of Outlook. On my computer
it works fine but when I installed the application on a
different machine the controls don't work anymore. It seems
like Access does not recoginizes the controls.
I am using this code:
With MAPISession
.DownLoadMail = False
.LogonUI = True
.SignOn
.NewSession = True
MAPIMessages.SessionID = .SessionID
SessionIdTxt = .SessionID
End With
Both controls originate from the
Mapi32.ocx. The machine on which the application
doesn't work has this ocx file. Is there something which
has to be configured on his machine ?
Regards,
Marco
I have used two controls on a form: MapiSession and
MapiMessages to read the inbox of Outlook. On my computer
it works fine but when I installed the application on a
different machine the controls don't work anymore. It seems
like Access does not recoginizes the controls.
I am using this code:
With MAPISession
.DownLoadMail = False
.LogonUI = True
.SignOn
.NewSession = True
MAPIMessages.SessionID = .SessionID
SessionIdTxt = .SessionID
End With
Both controls originate from the
Mapi32.ocx. The machine on which the application
doesn't work has this ocx file. Is there something which
has to be configured on his machine ?
Regards,
Marco