A
Anil Dhingra
Hi,
I am writing a vb batch that will send fax using CDO 1.21.
I have to make sure that all these faxes goes through a
particular mail box. I am not the owner of that mail box
but I have permission to that mail box. This is how my
profileinfo looks like
strprofile= "EHUD" & vblf & "GCS Foreign" 'mail box name
But when I try to logon to that mail box using
objsession.logon strprofile, ShowDialog:=False
I am getting this error
"MAPI_E_FAILONEPROVIDER(8004011D)". I am not able to
figure why I am getting this error. Any help will be
appreciated.
Thanks,
Anil
I am writing a vb batch that will send fax using CDO 1.21.
I have to make sure that all these faxes goes through a
particular mail box. I am not the owner of that mail box
but I have permission to that mail box. This is how my
profileinfo looks like
strprofile= "EHUD" & vblf & "GCS Foreign" 'mail box name
But when I try to logon to that mail box using
objsession.logon strprofile, ShowDialog:=False
I am getting this error
"MAPI_E_FAILONEPROVIDER(8004011D)". I am not able to
figure why I am getting this error. Any help will be
appreciated.
Thanks,
Anil