"Bill Youngman" <byou...@impacthealth.com> wrote in message news:ugLc$SmUBHA.1680@tkmsftngp07...
interesting, because I have the same problem.
but is it also possible, to post it directly into the folder (without being
an attachment)?
thanks & ciao
jürgen.
"Alan Perkins" <al...@perkins55.freeserve.co.uk> schrieb im Newsbeitrag
news:O#CKIfnUBHA.1384@tkmsftngp05...
' This is just part of an Outlook 2000/2002 VBA macro
Set objFolder = Application.ActiveExplorer.CurrentFolder
Set colItems = objFolder.Items
Set objDocument = colItems.Add ("IPM.Document.Word.Document.8")
' strFilePath is a string variable that holds the path/filename information
objDocument.Attachments.Add strFilePath
objDocument.Subject = "A Word Document"
' Must set the message class explicitly for Word documents
objDocument.MessageClass = "IPM.Document.Word.Document.8"
objDocument.Save
objDocument.Display
set objDocument = Nothing
"Jürgen Häußner" <juergen....@t-online.de> wrote in message
news:9qad7a$lhu$05$1...@news.t-online.com...
"neo [mvp - outlook]" <n...@mvps.org> schrieb im Newsbeitrag
news:#9QOHbDVBHA.2060@tkmsftngp07...
"neo [mvp - outlook]" <n...@mvps.org> wrote in message
news:#9QOHbDVBHA.2060@tkmsftngp07...