How do I create a search folder for Outlook public folders (not Inbox)?
I am using Outlook 2010.
Public Folders store does not support search folders.
Related
I am new to sharepoint, I do most of C# but now i wanted to do something with Sharepoint.
Now I want to create a Folder which I can use for file conversion which has to have an origin as well as a destination (Origin files are Docx and Destination is PDF) I cannot seem to see where i create the folders from.
I am using Sharepoint 2016, Please How can I go about something like this
You can create Document Library to securely store files
You can create a new Document Library, then create a new folder using Ribbon Menu:
Can we create our own virtual folder in 15 hive. so when we create any new web application. that folder need to be accessible across sites.
Like we have _layouts and _admin folders
These virtual folders are called Mapped Folders. They can be created and populated via SharePoint solutions created in Visual Studio.
You can add mapped folders to a project by using commands on the menu bar or the shortcut menu for the project. You can use the Add SharePoint “Images” Mapped Folder and Add SharePoint “Layouts” folder commands to add those mapped folders that are used most often. You can map any of the other available SharePoint folders to your project by using the Add SharePoint Mapped Folder command on the shortcut menu and then specifying the folders in the Add SharePoint Mapped Folder dialog box.
-How to: Add and Remove Mapped Folders
That Microsoft how-to article in the above link explains the process in greater detail, but here are the most relevant instructions:
In Solution Explorer, choose the project node, and then, on the menu bar, choose Project, Add SharePoint Mapped Folder to display the Add SharePoint Mapped Folder dialog box.
In the tree view of folders that are available for mapping, choose the Resources folder, and then choose the OK button.
A folder that's named Resources appears in your project. This folder can store items such as string resource files. Sub-folders can be useful for organizing the contents of a mapped folder, but they're not automatically created when you add a mapped folder by using the Add SharePoint Mapped Folder command. To add a sub-folder, choose the Resources folder, and then, on the menu bar, choose Project, New Folder.
I want to create the Designer workflow which should work on the
specific folder only. Lets say I have xyz library and it has the Test
folder, so now when the document/file is added in this folder then
mail should hit to the Admin/Creator of this folder. I did not get any
such method till now in designer
SharePoint Workflow could not be associated with folder, but you could create a List Workflow and specify the following condition to verify if item is located under a folder named Test:
CurrentItem:Path ends with Test
Will the sharepoint document library support folder versioning?
For example, I have a document library with a folder say, 'My Folder'. Can i create a new folder with the same name so that there will be multiple versions of that folder.
SharePoint does not support versioning of folders. Enabling versioning support on a document library only affects the documents and not the folders.
I do not think so.
But you can have versions of the files in the folder.
My goal is to extend functionality of the current asset tracking system.
Basically I would like to pull list of Clients and related assets from external system into sharepoint 2010.
Then I would like to associate documents with each asset. My first intention is to create a list of folders where each folder would be named respectively.
Tell me, if I am going in the wrong direction.
You can open your document library in explorer view and easly copy your content from external sorce to document liabrary, as windows explorer.
You can reffer the below link for more details
http://msmvps.com/blogs/shane/archive/2006/01/12/80843.aspx