Y
yannickestrada
Hi I had a custom form that opens automatically from another application. I
would like to save this form in a specified public folder and not in the
client default contact folder.
Here is some code but I can´t get to save in the specified folder.
Set objNameSpace = Application.GetNamespace("MAPI")
Set targetFolder = objNameSpace.Folders("Public Folders").Folders("MyFolder")
Set colItems = targetFolder.Items
colItems.Add
what is missing? I do that in the Item_Write() method.
Thanks.
Yannick
would like to save this form in a specified public folder and not in the
client default contact folder.
Here is some code but I can´t get to save in the specified folder.
Set objNameSpace = Application.GetNamespace("MAPI")
Set targetFolder = objNameSpace.Folders("Public Folders").Folders("MyFolder")
Set colItems = targetFolder.Items
colItems.Add
what is missing? I do that in the Item_Write() method.
Thanks.
Yannick