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

    Outlook MSG file data question

    Dim objOutlook As Outlook.Application Dim objOutlookMsg As Outlook.MailItem Set objOutlook = New Outlook.Application Set objOutlookMsg = objOutlook.CreateItemFromTemplate(<FilePath>) You can access all of the properties of the .msg file from the objOutlookMsg object.
  2. Meric1

    Open a Msg File from Access

    Dim objOutlook As Outlook.Application Dim objOutlookMsg As Outlook.MailItem Set objOutlook = New Outlook.Application Set objOutlookMsg = objOutlook.CreateItemFromTemplate (<FilePath>) You can access all features of the message from this objOutlookMsg object. If you try to access...

Part and Inventory Search

Back
Top