T
Tony29
I have VBA code that loops through the attachments of an email item. For
each attachment that is clearly a document (eg. .doc, .xls, .pdf, etc) I want
to open that document in a separate window using it's native application.
The effect is just like the user double-clicking on the normal attachment
icon when reading an email in a normal email window.
I'm hoping this is not complicated by needing to know what application is
the native application and creating the relevant object ... etc.
In Access I can use ...
Application.FollowHyperlink stFile, , True
... but there doesn't seem to have be a similar meethod in Outlook
Tony
each attachment that is clearly a document (eg. .doc, .xls, .pdf, etc) I want
to open that document in a separate window using it's native application.
The effect is just like the user double-clicking on the normal attachment
icon when reading an email in a normal email window.
I'm hoping this is not complicated by needing to know what application is
the native application and creating the relevant object ... etc.
In Access I can use ...
Application.FollowHyperlink stFile, , True
... but there doesn't seem to have be a similar meethod in Outlook
Tony