View Single Post
  #5  
Old August 15th 06, 02:04 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default MailItem Attachments Inconsistency

Dim oNS As Outlook.NameSpace
Dim oInbox As Outlook.MAPIFolder
Dim oExpl As Outlook.Explorer

Set oNS = oOL.GetNameSpace("MAPI")
oNS.Logon

Set oInbox = oNS.GetDefaultFolder(olFolderInbox)
Set oExpl = oInbox.GetExplorer
oExpl.Display

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Geoff" wrote in message
...
If the user hasn't started Outlook, is there a way of making Outlook
visible
after CreateObject("Outlook.Application")?

TIA.
Geoff




Ads