|
|
|
date: Mon, 28 Apr 2008 13:39:14 -0700,
group: microsoft.public.exchange.development
back
Re: get Email from Exchange Server 2007, Save Attachments and set status
Hi,
if you are working with Exchange 2007 SP1, you can use the Exchange
WebServices (FindItem, GetItem, GetAttachment, UpdateItem, etc).
Otherwise you'll have to revert to WebDAV.
I have a WebDAV implementation on my website - if you want to take a look.
But the WebServices are clearly the way to go here.
Kind regards,
Henning Krause
"LVP" wrote in message
news:%23jh1s$WqIHA.4884@TK2MSFTNGP06.phx.gbl...
> Hi Everyone,
>
> I am looking to get emails from a Public Folder on our internal server
> using
> a filter from exchange server 2007
> extract attachments
> tag or set the status on each email so I don't process it again next day
>
> I am using .NET 2.0 C#
>
> Need components, Ideas available. from MS or 3rd Party or Free
>
> Thank you,
>
> LVP
>
date: Mon, 28 Apr 2008 23:23:49 +0200
author: Henning Krause [MVP - Exchange]
Re: get Email from Exchange Server 2007, Save Attachments and set status
Henning,
I need a sample code, link to get me started.
Need step by step of what to do etc..
Thank You,
LVP
"Henning Krause [MVP - Exchange]"
wrote in message news:%23CqBoYXqIHA.1164@TK2MSFTNGP04.phx.gbl...
> Hi,
>
> if you are working with Exchange 2007 SP1, you can use the Exchange
> WebServices (FindItem, GetItem, GetAttachment, UpdateItem, etc).
>
> Otherwise you'll have to revert to WebDAV.
>
> I have a WebDAV implementation on my website - if you want to take a look.
>
> But the WebServices are clearly the way to go here.
>
> Kind regards,
> Henning Krause
>
>
> "LVP" wrote in message
> news:%23jh1s$WqIHA.4884@TK2MSFTNGP06.phx.gbl...
>> Hi Everyone,
>>
>> I am looking to get emails from a Public Folder on our internal server
>> using
>> a filter from exchange server 2007
>> extract attachments
>> tag or set the status on each email so I don't process it again next day
>>
>> I am using .NET 2.0 C#
>>
>> Need components, Ideas available. from MS or 3rd Party or Free
>>
>> Thank you,
>>
>> LVP
>>
>
date: Mon, 28 Apr 2008 14:31:54 -0700
author: LVP
Re: get Email from Exchange Server 2007, Save Attachments and set status
Henning,
Going the WebServices route is a great one. Thank you for the suggestion.
I spent two hours to find an example then I am looking for more.
I need the ability to move emails and change their status.
More search will get me there but if you know a link or two can you please
share.
Thanks for your help, I am moving further.
LVP
"Henning Krause [MVP - Exchange]"
wrote in message news:%23CqBoYXqIHA.1164@TK2MSFTNGP04.phx.gbl...
> Hi,
>
> if you are working with Exchange 2007 SP1, you can use the Exchange
> WebServices (FindItem, GetItem, GetAttachment, UpdateItem, etc).
>
> Otherwise you'll have to revert to WebDAV.
>
> I have a WebDAV implementation on my website - if you want to take a look.
>
> But the WebServices are clearly the way to go here.
>
> Kind regards,
> Henning Krause
>
>
> "LVP" wrote in message
> news:%23jh1s$WqIHA.4884@TK2MSFTNGP06.phx.gbl...
>> Hi Everyone,
>>
>> I am looking to get emails from a Public Folder on our internal server
>> using
>> a filter from exchange server 2007
>> extract attachments
>> tag or set the status on each email so I don't process it again next day
>>
>> I am using .NET 2.0 C#
>>
>> Need components, Ideas available. from MS or 3rd Party or Free
>>
>> Thank you,
>>
>> LVP
>>
>
date: Tue, 29 Apr 2008 08:18:22 -0700
author: LVP
|
|