Thread: Save New Item
View Single Post
  #1  
Old July 27th 06, 09:06 PM posted to microsoft.public.outlook.program_forms
Lucas Rolim
external usenet poster
 
Posts: 1
Default Save New Item

Hi all,

I m using folowing code into a button to create a new contact, its works
fine, but when I save this new contact and I look in the folder and the
contact is not there, i dont receive any error message.\

Sub CommandButton3_Click()

set newForm =
Application.Session.getDefaultFolder(10).Items.Add ("IPM.Contact.Cliente1")

newForm.Display

End Sub


thanks


Ads