L
Lance McGonigal
Thanks in advance for your help and patients.
Is there any way to pass a folder hierarchy as a string? Example:
set a = application.getnamespace("mapi").folder("personal
folders.MySampleLevelA.MySampleLevelB")
I'm trying to create a function that will dump all the mail from a folder
based on a parameter I pass it.
Function DumpMail(vMyFolderOrSubFolder)
end function
Thanks again
Is there any way to pass a folder hierarchy as a string? Example:
set a = application.getnamespace("mapi").folder("personal
folders.MySampleLevelA.MySampleLevelB")
I'm trying to create a function that will dump all the mail from a folder
based on a parameter I pass it.
Function DumpMail(vMyFolderOrSubFolder)
end function
Thanks again