User Profile

Collapse

Profile Sidebar

Collapse
Lars54
Lars54
Last Activity: Jan 9 '07, 08:25 PM
Joined: Dec 31 '06
Location: Sweden
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Lars54
    replied to VB & Outlook
    Just to share some experince.

    I found the reason for the partially lock on Outlook using my code. The full routine should be:

    Public Sub Appointment()

    Set myNameSpace = Application.Get Namespace("MAPI ")
    Set myFolder = myNameSpace.Get DefaultFolder(9 )
    Set Myexplorer = myFolder.GetExp lorer
    Myexplorer.Disp lay

    Set myNameSpace = Nothing
    ...
    See more | Go to post

    Leave a comment:


  • Lars54
    started a topic VB & Outlook

    VB & Outlook

    Happy New Year

    I'm having an issue with my Outlook 2003, a VB 6 program written some years ago seems causing an issue after closing Outlook.

    I'm logging time data into Appointment folder so after opening App folder and then closing it it seems to work but I canät manually add any data.

    This is the code opening Appointment folder and then it is closed by normal Archive/close

    Public Sub Appointment()...
    See more | Go to post
No activity results to display
Show More
Working...