Re: Manage public folders from .NET
From: Michael (michael_at_discussions.microsoft.com)
Date: 03/08/05
- Next message: PeterMR647: "Re: SystemMailbox missing StoreEvents Folder"
- Previous message: Per Erik Gransøe: "Manage public folders from .NET"
- In reply to: Per Erik Gransøe: "Manage public folders from .NET"
- Next in thread: Per Erik Gransøe: "Re: Manage public folders from .NET"
- Reply: Per Erik Gransøe: "Re: Manage public folders from .NET"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 8 Mar 2005 12:27:57 +0100
You can also manage public folders using WebDAV protocol.
Michael
-------------------------------
If you need WebDAV API for Exchange server,
use our component WebDAV .NET for Exchange.
Check out http://www.independentsoft.com
"Per Erik Gransøe" <per@nospam.hest.net> wrote in message
news:hBeXd.41$ww3.18@news.get2net.dk...
> Hi all.
>
> I'm toying around with an exchange 2003 server on which I would like to
> manage public folders for users in a hosted invironment - different
> organisational units each with separate users. For each OU I'd like to
> manage these public folders. The solution is developped in a .NET/c#
> environment - and it is server based.
> I came across following CDO solution:
>
>
http://groups.google.com/groups?hl=da&lr=&selm=qaB3PcMJCHA.5444%40cpmsftngxa07
>
> The solution is server based - not running on the Outlook clients. Can I
> avoid making the MAPI session?
>
> // Create MAPI Session and Logon
> MAPI.Session oSession = new MAPI.Session();
> oSession.Logon(vEmpty, vEmpty, true, true, 0, true, vEmpty);
>
> Can this be done with WebDAV instead? This way the code doesn't need to
run
> on the exchange server itself.
>
> Hope somebody can help me.
>
> Cheers,
> Per
>
>
- Next message: PeterMR647: "Re: SystemMailbox missing StoreEvents Folder"
- Previous message: Per Erik Gransøe: "Manage public folders from .NET"
- In reply to: Per Erik Gransøe: "Manage public folders from .NET"
- Next in thread: Per Erik Gransøe: "Re: Manage public folders from .NET"
- Reply: Per Erik Gransøe: "Re: Manage public folders from .NET"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|