L
Lucagorini
Hi all!
i have a problem during search a contact in my custom form.
i haven't problem with the insert, but the search not run.
this is the code:
Public oContactFolder As Outlook.MAPIFolder
....
....
newitem = oContactFolder.Items.Find("[ID] = '" & .Item("mycode") & "'")
in this line have the error "Invalid property" (ID) and if I try t
control
the "DefaultMessageClass" of oContactFolder, this is set "IPM.Contact
and not "IPM.Contant.MyOutlookMapiFolder"...
How can i set the defaultMessageClass?
thanxs a lot
luc
i have a problem during search a contact in my custom form.
i haven't problem with the insert, but the search not run.
this is the code:
Public oContactFolder As Outlook.MAPIFolder
....
....
newitem = oContactFolder.Items.Find("[ID] = '" & .Item("mycode") & "'")
in this line have the error "Invalid property" (ID) and if I try t
control
the "DefaultMessageClass" of oContactFolder, this is set "IPM.Contact
and not "IPM.Contant.MyOutlookMapiFolder"...
How can i set the defaultMessageClass?
thanxs a lot
luc