09-10-2010 08:23 AM
Hello, I want to simply do a "message" listing from outlook a to what is in my inbox. I see the examples of the API to download the address book names but cant seem to grab how to list my inbox messages back to an array.
Anybody know how to do this?
09-10-2010 08:47 AM
You can change the namespace foldertype to FolderInbox and then change the type used to cast the variant to Outlook._MailItem.
I've attached an example with the changes (LV 8.6.1)
09-10-2010 08:59 AM
Works great - thanks. Where do we find a good definiion for what these properties are for outlook?
09-10-2010 03:39 PM
@id wrote:
Works great - thanks. Where do we find a good definiion for what these properties are for outlook?
In MSDN: http://msdn.microsoft.com/en-us/library/ms268893%28VS.80%29.aspx