Re: Manage public folders from .NET
From: Per Erik Gransøe (per_at_nospam.hest.net)
Date: 03/09/05
- Next message: Glen Scales [MVP]: "Re: Problem forwarding meetings to attendees"
- Previous message: PeterMR647: "Re: SystemMailbox missing StoreEvents Folder"
- In reply to: Michael: "Re: Manage public folders from .NET"
- Next in thread: Michael: "Re: Manage public folders from .NET"
- Reply: Michael: "Re: Manage public folders from .NET"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 9 Mar 2005 22:51:46 +0100
"Michael" <michael@discussions.microsoft.com> skrev i en meddelelse
news:ux6nYH9IFHA.588@TK2MSFTNGP15.phx.gbl...
> 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
Can you reveal a bit of how this is done in WebDAV - without your WebDAV API
;)
/Per
>
> "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: Glen Scales [MVP]: "Re: Problem forwarding meetings to attendees"
- Previous message: PeterMR647: "Re: SystemMailbox missing StoreEvents Folder"
- In reply to: Michael: "Re: Manage public folders from .NET"
- Next in thread: Michael: "Re: Manage public folders from .NET"
- Reply: Michael: "Re: Manage public folders from .NET"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|