A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

EntryID is nothing



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 20th 06, 12:56 PM posted to microsoft.public.outlook.program_addins
donald
external usenet poster
 
Posts: 25
Default EntryID is nothing

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  
Old March 20th 06, 02:08 PM posted to microsoft.public.outlook.program_addins
donald
external usenet poster
 
Posts: 25
Default EntryID is nothing

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  
Old March 20th 06, 06:08 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default EntryID is nothing

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 09:01 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.