Your need a feature that is build on Visual Studio C# or VB.net. It can't be done on normal SP things.
Main Topics
Browse All TopicsHi!
I have a document library enabled to receive emails. When it receives email It takes the subject and makes it a folder name under which places email itself and associated attachments. I need to accomplish the following:
In the email subject (or email body) place some special character (or tags) followed by some text, that will be copied into some column (let's say "Description" column). So, if I send en email to this document library with the subject "Company Name $ Order description" the email and its attachments will go under "Company Name" folder and "Order description" will be copied under Description column.
Is it doable? Hope yes. How should I build the regular expression in this case? Is it better to use some tags instead of special character, like <Order Description> in this case? And is it better to use subject or body for matching?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
http://msdn.microsoft.com/
http://www.codeproject.com
http://www.c-sharpcorner.c
http://saftsack.fs.uni-bay
:) Then I will never learn it myself. I'm not confused facing difficulties, I just need someone to show me the "way". I mean step-by-step procedure on accomplishing this task. For example, if I need to write a feature for sp document library, what do I have to do first, then second, then third, etc.
First look at FEATURE.XML and ELEMENTS.XML file structure. Those tell sharepoint what to do and where to find it.
Then code, build to dll and installed to SP server. Best program to build is Visual Studio. Your need to install WSPBuilder, it will help to deploy your feature.
Need to install Sharepoint dll files to your developper machine. You can copy them from SP server.
Good place to find example code is http://www.codeplex.com.
Some other links:
http://sharethispoint.com/
http://siderite.blogspot.c
http://ablog.apress.com/?p
Business Accounts
Answer for Membership
by: Steve_NJPosted on 2009-04-24 at 08:19:02ID: 24226181
It might be possible through a workflow, so every new email that comes in goes through the workflow and gets placed how you want it. I doubt it would be a sharepoint designer workflow though. You're talking maybe 3rd party (Nintex) or custom in visual studio.