![]() |
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
|
|||
|
|||
![]()
Hello,
i am creating a new contact using vba ************ Set objFolder = myNameSpace.GetDefaultFolder(olFolderContacts) Set objItems = objFolder.Items With objItems.Add 'Create new Contact Entry .FirstName = "" .LastName = "" .HomeAddressStreet = " '... .Save *********** How do I determine the EntryID of the newly created contact at it creation so I can store it? Thank you, QB End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
EntryID problem | vonClausowitz | Outlook and VBA | 3 | August 23rd 07 03:31 PM |
EntryID | Ela | Outlook and VBA | 2 | April 13th 07 12:10 AM |
Invalid ENTRYID??? | Sandy | Outlook - Using Contacts | 3 | July 20th 06 10:08 PM |
EntryID is nothing | donald | Add-ins for Outlook | 2 | March 20th 06 05:08 PM |
EntryID | Arne Baldauf | Outlook and VBA | 3 | February 4th 06 05:41 PM |