Mapi

KaysarSoze

New Member
From within progress i'm adding contacts in my outlook. Now i want to put it in specifiec folder located under my contacts folder.
i'm able to find the default folder (i even can save there) and i can find the specifiec folder. But i can't save into the specifiec folder.

ASSIGN chNameSpace = chSession:GetNameSpace("MAPI")
chFolder = chNameSpace:GetDefaultFolder(10)
chFolder1 = chFolder:Folders(3).

i'm saving into chFolder and not into chFolder1 and i want to save in chFolder1.

Thank you
 
Top