LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Listing an MS Outlook Inbox

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?

0 Kudos
Message 1 of 4
(2,941 Views)

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)

 

0 Kudos
Message 2 of 4
(2,932 Views)

Works great - thanks.  Where do we find a good definiion for what these properties are for outlook?

0 Kudos
Message 3 of 4
(2,922 Views)

 


@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

 

0 Kudos
Message 4 of 4
(2,907 Views)