Adding a ContactItem to a Contact Folder

[snip]

contact = contactFolder.Items.Add( 2 )
contact.lastName = “Bar”
contact.firstName = “Foo”
contact.homeTelephoneNumber = “703-333-3456”
contact.Save

Regard,
M.

those method names (i.e. Add, Save) really have capital first letters? that
scares me.

···


tom sawyer, aka transami
transami@transami.net

Well, I am getting my examples from VB. :slight_smile: It seems to work either way
though. But I changed them to lower case.