![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi,
I just touch 2008 vs c#, meet a question about outlook addsin: I want to delete all same mail in Inbox, so I use “Items Object”, I can obtain a mail using "Item and GetNext" methods, but I didn't obtain properties of the email, such as time, subject, etc. How I do? thks in advance clay |
#2
|
|||
|
|||
![]()
If you are getting a MailItem use the MailItem properties: mail.Subject,
etc. Look in the Object Browser to see the properties on various items. Check for item.Class = olMail, since items in the Inbox can be other things besides mail items (post, meeting and task requests, etc.). If that doesn't help show the code you're using to iterate the Items collection. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "clay" wrote in message ... Hi, I just touch 2008 vs c#, meet a question about outlook addsin: I want to delete all same mail in Inbox, so I use “Items Object”, I can obtain a mail using "Item and GetNext" methods, but I didn't obtain properties of the email, such as time, subject, etc. How I do? thks in advance clay |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
simple question | belto | Outlook - Using Contacts | 1 | December 7th 07 03:44 AM |
Simple vba question for outlook2003 using exchange2003 | Franck | Outlook and VBA | 1 | August 3rd 06 10:17 PM |
Simple Question on SafeInspector's RTEEditor | [email protected] | Outlook and VBA | 5 | July 26th 06 10:46 PM |
I need a simple question answered.. | Roxi | Outlook Express | 5 | July 10th 06 05:12 AM |
Fairly simple question about outlook print example | Amy | Outlook - Using Forms | 1 | April 7th 06 12:31 AM |