E
Eric
I'm sure this has been done to death but after upgrading
Office 2000 to SP3. I get this address book access
security warning when my VBA macros run - what a pain!!
Set onMapi = Application.GetNamespace("MAPI")
Set ofMyfolders = onMapi.GetDefaultFolder(olFolderInbox)
Set ofCMTbox = ofMyfolders.Folders("NOV")
*** a call like below then triggers the Warning BOX
ofCMTbox.Items(ifor).SenderName
is there any documentation on these "Safe... Item"
and redemption methods/properties?
Regards,
Eric
Office 2000 to SP3. I get this address book access
security warning when my VBA macros run - what a pain!!
Set onMapi = Application.GetNamespace("MAPI")
Set ofMyfolders = onMapi.GetDefaultFolder(olFolderInbox)
Set ofCMTbox = ofMyfolders.Folders("NOV")
*** a call like below then triggers the Warning BOX
ofCMTbox.Items(ifor).SenderName
is there any documentation on these "Safe... Item"
and redemption methods/properties?
Regards,
Eric