Hi All I have a windows 2003 server IIS6 running 2GB of Ram a .Net web site accessing another windows 2003 server with SQL2000 on it, I get these warnings every 20 minutes or so, any ideas on what might be casueing it would be good.
Source W3WSVC
Event ID 1013
A process serving application...
Public Sub testing(ByVal strName As String)
Dim olApp As Outlook.Application = New Outlook.Application
Dim olNS As Outlook.NameSpace = olApp.GetNamespace("MAPI")
Try
olNS.Logon(strName, password, False, True)
Dim olInbox As Outlook.MAPIFolder =...
now its throwing an the following error
System.Runtime.InteropServices.COMException (0x80010105): The server threw an exception. at Microsoft.Office.Interop.Outlook.NameSpaceClass.Logon(Object Profile, Object Password, Object ShowDialog, Object NewSession) at TestWeb.WebForm1.testing(String...
As in Imports System.Reflection such as this?
I was wondering how does it know what exchange server to go to we have 7 email servers here, wouldnt i have to assign it to one or will it just find?
The error has changed to:-System.Runtime.InteropServices.COMException (0x84140111): The server is...
Hi peoples
I have used some of your code but an error occurs on the following line:-
olNS.Logon(UserName, Password, False, True)
System.Runtime.InteropServices.COMException (0x84170057): Could not complete the operation. One or more parameter values are not valid. at...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.