How to programmatically access the organisational forms library ?

  • Thread starter Thread starter mm
  • Start date Start date
M

mm

hi!

How can i programmatically access the organisational forms library ?

i want to add or change these forms with vba.

thanx for your help

michael
 
You can add a form to the Organization library by using the PublishForm method. You cannot delete or edit, but you can re-publish which will overwrite the form
 
mm said:
How can i programmatically access the organisational forms library ?

i want to add or change these forms with vba.

If you are using Exchange 2000 or Exchange 2003 you can use ADO or XML &
WebDAV. The advantage of both is that they neither fire any security prompts
nor do the require to have Outlook or any other additional component (like
CDO 1.21) to be installed on a Windows 2000, XP, 2003 computer. I'm not sure
about Windows NT 4 and 98/ME but I believe ADO & XML support can be
installed either separately or is included with Internet Explorer 6.0 too
for those platforms.

More info about that stuff can be found in the Exchange SDK:
http://msdn.microsoft.com/exchange/

--
Cheers,

Siegfried Weber

If you want a smart answer, ask a smart question
http://catb.org/~esr/faqs/smart-questions.html
 
Back
Top