S
Sledge Hammer via OfficeKB.com
The code line written below emerges a "Select Folder" dialog. Such behavior
is untolerated whilst publishing forms programically.
REPRODUCE: export any Message (IPM.Note) or Post (IPM.Post) custom form to a .
oft file.
Within VBA editor execute the following command:
Application.CreateItemFromTemplate("c:\exported.oft", Application.Session.
GetDefaultFolder(olFolderInbox))
- replace c:\exported.oft with corresponding path and file name of your form
- second argument may point to any Outlook folder or can be omitted --
Select folder dialog pops up all the time.
Could you please help with this issue?..
Thank you in advance
is untolerated whilst publishing forms programically.
REPRODUCE: export any Message (IPM.Note) or Post (IPM.Post) custom form to a .
oft file.
Within VBA editor execute the following command:
Application.CreateItemFromTemplate("c:\exported.oft", Application.Session.
GetDefaultFolder(olFolderInbox))
- replace c:\exported.oft with corresponding path and file name of your form
- second argument may point to any Outlook folder or can be omitted --
Select folder dialog pops up all the time.
Could you please help with this issue?..
Thank you in advance