![]() |
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 there,
i have the code below. When i run it, I gets the FirstName and Surename but the EntryID is nothing which can't be true because the item is in a folder. How is this and How do i get round it? ItemFirstName = item.FirstName ItemSurname = item.LastName EntryID = item.EntryID Thanks Donald |
Ads |
#2
|
|||
|
|||
![]()
I work out why this happen basic i had
..SetColumns("FirstName, LastName") so when u have this set you can only get them field out? Donald |
#3
|
|||
|
|||
![]()
If you use SetColumns only those properties are available to you.
EntryID will also be a null string until and item has been saved. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "donald" wrote in message oups.com... I work out why this happen basic i had .SetColumns("FirstName, LastName") so when u have this set you can only get them field out? Donald |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Invalid EntryID | KatTheBird | Outlook - Using Contacts | 0 | March 7th 06 07:45 AM |
EntryID | Arne Baldauf | Outlook and VBA | 3 | February 4th 06 06:41 PM |
How to find Appointment Item by EntryID? | deko | Outlook and VBA | 2 | January 23rd 06 08:15 PM |
New ContactItem with same EntryID | jim | Add-ins for Outlook | 3 | January 20th 06 08:01 PM |
Scope of StoreID and EntryID | Scott | Outlook and VBA | 4 | January 20th 06 07:35 PM |