[snip]
contact = contactFolder.Items.Add( 2 )
contact.lastName = “Bar”
contact.firstName = “Foo”
contact.homeTelephoneNumber = “703-333-3456”
contact.SaveRegard,
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. It seems to work either way
though. But I changed them to lower case.