| Author |
Message |
meg
Guest
|
Posted:
Wed Jan 05, 2005 3:03 am Post subject:
need to save attachments sent to a dl |
|
|
I'm a new programmer (VB) and have been asked to create a script that would automatically capture specific
attachments sent to a specific distribution list and save them to a folder. What technologies would you
suggest I use?
My boss suggested LDAP - however I work for a large corporation and can't imagine that I would be allowed
admin privileges to our exchange server (unsure how LDAP works)
Any other ideas?
|
|
| Back to top |
|
 |
3Dim
Guest
|
Posted:
Wed Jan 05, 2005 3:07 am Post subject:
Re: need to save attachments sent to a dl |
|
|
Why not Exchange/Outlook do the job?
"meg" <martorellg@hotmail.com> wrote in message
news:41db048b@news.microsoft.com...
| Quote: | I'm a new programmer (VB) and have been asked to create a script
that would automatically capture specific
attachments sent to a specific distribution list and save them to a
folder. What technologies would you
suggest I use?
My boss suggested LDAP - however I work for a large corporation and
can't imagine that I would be allowed
admin privileges to our exchange server (unsure how LDAP works)
Any other ideas?
|
|
|
| Back to top |
|
 |
meg
Guest
|
Posted:
Wed Jan 05, 2005 3:16 am Post subject:
Re: need to save attachments sent to a dl |
|
|
Do you know of where I can read up on some documentation on how to do it?
Thanks for your input.
"3Dim" <driedim@3d-drawing.invalid> wrote in message news:OKkTxFq8EHA.3756@TK2MSFTNGP14.phx.gbl...
Why not Exchange/Outlook do the job?
"meg" <martorellg@hotmail.com> wrote in message
news:41db048b@news.microsoft.com...
| Quote: | I'm a new programmer (VB) and have been asked to create a script
that would automatically capture specific
attachments sent to a specific distribution list and save them to a
folder. What technologies would you
suggest I use?
My boss suggested LDAP - however I work for a large corporation and
can't imagine that I would be allowed
admin privileges to our exchange server (unsure how LDAP works)
Any other ideas?
|
|
|
| Back to top |
|
 |
3Dim
Guest
|
Posted:
Wed Jan 05, 2005 3:48 am Post subject:
Re: need to save attachments sent to a dl |
|
|
In outlook with rules and allerts.
See tools menu.
With exchange you can use policies. Perhaps you can do it with that.
"meg" <martorellg@hotmail.com> wrote in message
news:41db07ae@news.microsoft.com...
| Quote: | Do you know of where I can read up on some documentation on how to
do it?
Thanks for your input.
"3Dim" <driedim@3d-drawing.invalid> wrote in message
news:OKkTxFq8EHA.3756@TK2MSFTNGP14.phx.gbl...
Why not Exchange/Outlook do the job?
"meg" <martorellg@hotmail.com> wrote in message
news:41db048b@news.microsoft.com...
I'm a new programmer (VB) and have been asked to create a script
that would automatically capture specific
attachments sent to a specific distribution list and save them to a
folder. What technologies would you
suggest I use?
My boss suggested LDAP - however I work for a large corporation and
can't imagine that I would be allowed
admin privileges to our exchange server (unsure how LDAP works)
Any other ideas?
|
|
|
| Back to top |
|
 |
meg
Guest
|
Posted:
Wed Jan 05, 2005 3:56 am Post subject:
Re: need to save attachments sent to a dl |
|
|
The problem is I need to do it programmatically because there are roughly 4 different kinds of attachments we
will receive, some having the same extension, I can't count on the name of the file, will have to open it and
read the title of the document, and some will come with the same name as others therefore I would have to
change the title of the repeating documents in order to save them to the same folder, etc.
"3Dim" <driedim@3d-drawing.invalid> wrote in message news:OgTobcq8EHA.1264@TK2MSFTNGP12.phx.gbl...
In outlook with rules and allerts.
See tools menu.
With exchange you can use policies. Perhaps you can do it with that.
"meg" <martorellg@hotmail.com> wrote in message
news:41db07ae@news.microsoft.com...
| Quote: | Do you know of where I can read up on some documentation on how to
do it?
Thanks for your input.
"3Dim" <driedim@3d-drawing.invalid> wrote in message
news:OKkTxFq8EHA.3756@TK2MSFTNGP14.phx.gbl...
Why not Exchange/Outlook do the job?
"meg" <martorellg@hotmail.com> wrote in message
news:41db048b@news.microsoft.com...
I'm a new programmer (VB) and have been asked to create a script
that would automatically capture specific
attachments sent to a specific distribution list and save them to a
folder. What technologies would you
suggest I use?
My boss suggested LDAP - however I work for a large corporation and
can't imagine that I would be allowed
admin privileges to our exchange server (unsure how LDAP works)
Any other ideas?
|
|
|
| Back to top |
|
 |
Stefan Engelbert
Guest
|
Posted:
Wed Jan 05, 2005 8:30 am Post subject:
Re: need to save attachments sent to a dl |
|
|
What about script sinks?
If you need help just send me an email.
Stefan
"meg" <martorellg@hotmail.com> wrote in message
news:41db048b@news.microsoft.com...
| Quote: | I'm a new programmer (VB) and have been asked to create a script that
would automatically capture specific
attachments sent to a specific distribution list and save them to a
folder. What technologies would you
suggest I use?
My boss suggested LDAP - however I work for a large corporation and can't
imagine that I would be allowed
admin privileges to our exchange server (unsure how LDAP works)
Any other ideas?
|
|
|
| Back to top |
|
 |
|
|
|
|