Hi, I am writing an application that uses email notification. The Code that i have for the MAPI Session is:
With MAPISession1
.DownLoadMail = False
.LogonUI = False
.NewSession = False
.Password = ""
.UserName = "HRCAP"
.SignOn
End With
The Client Machines all use Either MS Outlook 97 or MS Outlook Express 5.0 or higher. I am getting a Logon error on Win98SE machines as well as WIN2K Pro's. The User Name "HRCAP" was place in the the clients mail Profiles. I tried with out this and with out the .Password & .UserName , but i still get get an error. Can some one please help?
Jason
With MAPISession1
.DownLoadMail = False
.LogonUI = False
.NewSession = False
.Password = ""
.UserName = "HRCAP"
.SignOn
End With
The Client Machines all use Either MS Outlook 97 or MS Outlook Express 5.0 or higher. I am getting a Logon error on Win98SE machines as well as WIN2K Pro's. The User Name "HRCAP" was place in the the clients mail Profiles. I tried with out this and with out the .Password & .UserName , but i still get get an error. Can some one please help?
Jason