Event sink
Exchange Server Forum Index Exchange Server
Discussion forums for Microsoft Exchange Server users.
Microsoft Outlook
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web ExchangeServerHelp.com
Event sink

 
Post new topic   Reply to topic    Exchange Server Forum Index -> Development
Author Message
Achill
Guest





Posted: Tue Nov 22, 2005 5:58 pm    Post subject: Event sink Reply with quote

Hello, All !

How can the following task be realised at the Exchange 2003: it is needed
that among the e-mail sent to the apppropriate addressee, the attachments to
be saved to the appropriate folder on the server. The rules in Outlook can
not solve this task as they work at the side of client.

With best regards, Achill.

Back to top
Glen Scales [MVP]
Guest





Posted: Wed Nov 23, 2005 1:58 am    Post subject: Re: Event sink Reply with quote

You could use a simple on store event sink see the exchange SDK for more
details. All you need to do in your code is use CDOEX, the attachments
collection of a message object and the savetofile method. eg

savepath = "c:\temp\"
Set msgobj = CreateObject("CDO.Message")
msgobj.DataSource.Open bstrURLItem
For Each objAttachment In msgobj.Attachments
savefile = savepath
savefile = savefile & objAttachment.filename
objAttachment.SaveToFile savefile
next
set msgobj = nothing

Cheers
Glen

"Achill" <achill@community.nospam> wrote in message
news:OQiOGw27FHA.1820@TK2MSFTNGP10.phx.gbl...
Quote:
Hello, All !

How can the following task be realised at the Exchange 2003: it is needed
that among the e-mail sent to the apppropriate addressee, the attachments
to be saved to the appropriate folder on the server. The rules in Outlook
can not solve this task as they work at the side of client.

With best regards, Achill.
Back to top
 
Post new topic   Reply to topic    Exchange Server Forum Index -> Development All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server Dedicated Servers
New Topics Powered by phpBB