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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jjogie

    Logging in to Exchange Server 2000

    Option Explicit Private Const LOGON32_PROVIDER_DEFAULT = 0 Private Const LOGON32_LOGON_BATCH = 4 Private Const LOGON32_LOGON_INTERACTIVE = 2 Private Const LOGON32_LOGON_SERVICE = 5 ' Check Windows API for correct function calls Private Declare Function RevertToSelfa Lib "advapi32.dll&quot...
  2. jjogie

    Logging in to Exchange Server 2000

    I am trying to log-in to Exchange 2000 using a script written in ASP or by making a COM object with VB. I do not want to use Oulook Web Access. Does anyone know where I can find the methods to do this. I have tried searching the documentation but I cannot seem to find the information that I need.
  3. jjogie

    Passing an Array from ASP to VB Component

    I am trying to pass an array of strings from my ASP page to my VB component. I get a Type mismatch error. The syntax seems to be right. Is this a bug or am I doing something wrong with my syntax. I am trying to pass my array by reference.

Part and Inventory Search

Back
Top