S
Shelby
Hi,
Can I get the folder path with Addresslist.ID property?
I was wondering what can I do with the ID property of the Addresslist
object.
collAddressLists = oNS.AddressLists
For i = 1 To collAddressLists.Count
objAddressList = collAddressLists.Item(i)
' I would like to get the FolderPath of objAddressList
' Is it possible?
Next
Can I get the folder path with Addresslist.ID property?
I was wondering what can I do with the ID property of the Addresslist
object.
collAddressLists = oNS.AddressLists
For i = 1 To collAddressLists.Count
objAddressList = collAddressLists.Item(i)
' I would like to get the FolderPath of objAddressList
' Is it possible?
Next