I'm trying to iterate thru all the MAPIFolders in my personal store and
get the contacts one. How could I get the 'type' of a folder (say if it is a
contacts folder, or an inbox, etc...)? Thanks a lot!
Re: Trying to use Items collection to Delete ... Nevermind, I figured it out, you can't use for each, you must iterate... Scan through that folder until I find the Inbox ... Scan the Inbox of that folder for all MailItems and for each MailItem ...set objCSV = objFSO.OpenTextFile ... (microsoft.public.office.developer.outlook.vba)
Re: Email Tracking with VBA ... You can iterate...Restrict method if you want to filter on certain values. ... to move the items to the folder you want. ... Eric Legault - Outlook MVP, MCDBA, MCTS ... (microsoft.public.outlook.program_vba)
Re: When i single click or double click a mail ... The Selection collection returned in the SelectionChange event can be tested for Count and each member of that collection can be iterated. ... You can test for the type of each item as you iterate the collection. ... but iwant to check item not folder.I want when any mail is single clicked od ... double clicked in ANY Folder .but this codes works for folder .Iwant some ... (microsoft.public.office.developer.outlook.vba)
Re: Safe method of listing files on a Web Server subfolder. ...displaying the actual file. ... You would iterate through the directory and ... image to the .\images folder of the webserver. ... if there's a safe method for doing something like that using the TreeView... (microsoft.public.vstudio.development)
Re: code to remove one field from hundreds of contacts ... The last example in the following KB article shows how to iterate through ... all the contacts in a folder.... Inside the For Each loop you could use: ... (microsoft.public.outlook.program_vba)