Create Public Folder

M

masani paresh

Hi,

I want to create Public Folder programmatically. Either using VBA macro or
Add-ins which uses NTLM Authentication. If any one has any idea then please
let me know. it will be really appreciated.
 
K

Ken Slovak - [MVP - Outlook]

It's just like creating any other folder. You get the location of where you
want to add the folder and get that Folders collection, then use the Add()
method of the Folders collection. No difference at all, other than whether
or not you have permissions to do that.
 
M

masani paresh

Thanks Ken for reply but I dont want to do like that. Please see
http://msdn.microsoft.com/en-us/library/ms878641(EXCHG.65).aspx has the
WebDev code to achive this task. My only concern is it expect a user and
password as a plain text which I dont want to provide and want to use NTML
authentication.

Please let me know if you have some idea on that.

--
Thanks,
Paresh


Ken Slovak - said:
It's just like creating any other folder. You get the location of where you
want to add the folder and get that Folders collection, then use the Add()
method of the Folders collection. No difference at all, other than whether
or not you have permissions to do that.
 
K

Ken Slovak - [MVP - Outlook]

If you want to use WebDAV then you need to post in an Exchange development
group, not an Outlook group. That's an Exchange extensibility topic, not
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