Outlook 2000 automation

otopilototopilot Member Posts: 2
edited 2001-07-27 in Navision Financials
Hello,

Does anyone know where I can find documentation about the way to code in Navision 3.0 to establish a communication with Outlook 2000 or XP. I'm able to make new task or appointment but I'm working in the dark. Does Navision provide some helpfull documentation about Outlook automation ?
The aim is to check the calendar of someone and to return a free/busy response in Navision

Than You

Comments

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Check out http://msdn.microsoft.com and type "outlook automation" in the search field.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • mfabianmfabian Member Posts: 187
    Information about the internal structure and functionality of a COM object is always provided by the creator of the OCX (Microsoft in this case).

    The file you are looking for is called VBAOUTL9.CHM. You should find it in C:\Program Files\Microsoft Office\Office\1033

    In this help file open the book
    "Microsoft Outlook Visual Basic Reference",
    chapter: "Microsoft Outlook Objects". I think this is the entry point you are looking for.

    Same applies by the way for ...
    Excel: VBAXL9.CHM
    Word: VBAWRD9.CHM

    Regards

    Marcus
    With best regards from Switzerland

    Marcus Fabian
Sign In or Register to comment.