Create Public Folder

  • Thread starter Thread starter masani paresh
  • Start date Start date
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.
 
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.
 
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.
 
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.
 
Back
Top