Remove Custom Form??

G

Guest

I published custom form in specific folder using CreateItemFromTemplate method.
And Now, I want to remove or modify custom form.
How can i do??

publish sourse is :
Dim oFolder As Outlook.MAPIFolder
Dim oItem As Object
Dim oForm As Object

Set oFolder =
Application.GetNamespace("MAPI").GetFolderFromID(g_oRootFolder.Id)
Set oItem = Outlook.Application.CreateItemFromTemplate(APPROVAL_FORM_PATH)
Set oForm = oItem.FormDescription

oForm.Name = APPROVAL_FORM_NAME
oForm.PublishForm olFolderRegistry, oFolder
oItem.Close olDiscard
 
G

Guest

Thanks. Sue
I figure out immediately.

"Sue Mosher [MVP-Outlook]"ë‹˜ì´ ìž‘ì„±í•œ ë‚´ìš©:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top