Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DOTNETLEGEND

  1. DOTNETLEGEND

    Event ID 1013 and Event ID 1025 every 20 minutes

    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...
  2. DOTNETLEGEND

    Getting Outlook Email with VB.NET

    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 =...
  3. DOTNETLEGEND

    Getting Outlook Email with VB.NET

    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...
  4. DOTNETLEGEND

    Getting Outlook Email with VB.NET

    yeah ms outlook 2002 is on the machine
  5. DOTNETLEGEND

    Getting Outlook Email with VB.NET

    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...
  6. DOTNETLEGEND

    Getting Outlook Email with VB.NET

    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...

Part and Inventory Search

Back
Top