-ENABLED LIBRARIES

Size: px
Start display at page:

Download "-ENABLED LIBRARIES"

Transcription

1 -ENABLED LIBRARIES Introduction Colligo Contributor can be used to upload s from Outlook to SharePoint. This document will detail how to configure SharePoint support Contributors automatic metadata extraction. Contents Introduction... 1 Contents... 1 Using the sample list template... 2 Download the sample list template... 2 Install the sample list template... 2 Create a Site... 4 Manual Creation... 6 Introduction... 6 Add a new content type to a library... 7 Setup a Library Not using Content Types Create an View Connect to Outlook Changing Columns Mappings Foreign Language and Unicode Support Notes Hidden Columns of 19

2 Using the sample list template Colligo provide a sample list template file which can be used to create a sample testing document library. The template can be downloaded from the Contributor support site and installed to the List template gallery, and used to create a new document library in your site. Download the sample list template The sample list template can be downloaded from the Contributor support site as an attachment here: Users of WSSv2-based sites should download the attachment Cfs Library2003.zip ; Users of WSSv3 (including MOSS) based sites should download the attachment Cfs Library2007.zip. The zip files contain site templates named Cfs Library2003.stp and Cfs Library2007.stp respectively. Install the sample list template 1. Extract the list templates to a suitable location; for example: your Desktop. 2. Navigate to the site-collection you wish to add the list template to. In your SharePoint site select Site Actions -> Site Settings: 3. Under the Galleries section, select List templates 2 of 19

3 4. In the List Template Gallery, select Upload -> Upload Document 5. Browse for the list template file (Cfs Library2007.stp) and click OK. 6. On the next page you may change the Name, Title of Comment, or accept default and click OK. 7. The List template should now be available in the List Template Gallery 3 of 19

4 Create a Site The List template has been uploaded to the site collection. Now create a new list based on the template. 1. Navigate to the site-collection you wish to add the list template to. In your SharePoint site select Site Actions -> Create: 2. SharePoint displays a list objects you can create. Select Document Library from the Libraries section. This may have a different name if you used a different Title in 6. above. 4 of 19

5 3. Enter a name for the library and click Create 4. The new document library should be available within SharePoint 5 of 19

6 Manual Creation Contributor fully supports Content-Types, and when working with documents Colligo recommends you create a content type for your documents. Introduction To enable metadata extraction to a document library you should create a document library with columns defined for metadata to be extracted into. The default column names Contributor extracts metadata into are displayed in the table below. Columns can be created either directly, or by adding an existing content type to the library. Metadata Default Column Name* Type Default Exists Attachment Attachment Yes/No Bcc Bcc Text Bcc-Address Bcc-Address Text Bcc-Type Bcc-Type Text Categories Categories Text Cc Cc Text Cc-Address Cc-Address Text Cc-Type Cc-Type Text Conversation Conversation Text From From Text From-Address From-Address Text From-Type From-Type Text Importance Importance Number Received Received Date/Time Received-UTC Received-UTC Date/Time Sensitivity Sensitivity Number Sent Sent Date/Time Sent-UTC Sent-UTC Date/Time Signed By Signed By Text Subject Subject Text To To Text To-Address To-Address Text To-Type To-Type Text Note: Text fields can be Single Line of Text, or, Multiple Line of Text * Default Column Name refers to the Display Name of the SharePoint column Table 1 Metadata can be extracted into alternatively-named columns. To extract metadata into non-default column names please review the Changing Columns Mappings section. 6 of 19

7 Add a new content type to a library Creating an content type is a straight forward process. Suitable SharePoint permissions are required. Typically content type is created in the top-level site within a site-collection allowing inheritance and customization in sub-sites. In this walkthrough the content type used will be called , you may choose to use an alternative name if desired. 5. Navigate to the site you wish to own the content type. In your SharePoint site select Site Actions -> Site Settings: 6. Under the Galleries section, select Site content types 7. In the Site Content Type Gallery, click Create to create a new content type. 7 of 19

8 8. Create a new content type. In this example we are creating a content type: Called Based on the Document content type 9. In the Site Content Type: page we add columns for each of the metadata values by selecting: i) Add from existing site columns for columns that are already defines in the site ii) Add from new site columns to create a new site column 8 of 19

9 Add Existing Columns: Add new site columns Create a column, as defined in the table above. Enter the Column name and type. 9 of 19

10 10. After adding the columns to the Content Type you may choose to re-order the columns and/or make the columns hidden (see the note regarding Hidden Columns). A completed content type is shown below: 10 of 19

11 11. Add the content type to an existing SharePoint Library. Navigate to the library and select Settings -> Document Library Settings 12. In the Customize [Document Library Name] select Advanced Settings to enable content types in the library 13. Ensure Allow management of content types is checked 14. In the Customize [Document Library Name] scroll down to the Content Types section and select Add from existing content types 11 of 19

12 15. Add the new content type the library. 16. Verify the new content type is available 12 of 19

13 Setup a Library Not using Content Types If you do not wish to use content types in the SharePoint library it is possible to add columns directly to the library to enable metadata mapping. See Table 1 for column names and data-type. 1) Navigate to the document library and select Settings > Document Library Settings 2) Scroll down to the Columns section and for each of the metadata properties create a column by clicking the Create column link 13 of 19

14 3) After creating columns for each metadata properties the library should have columns defined similar to the library below. 14 of 19

15 Create an View Once the Content type is defined and added to a library it is a good idea to define an view. 1. Navigate to the document library and in the Views selector select Create View 2. In the Create View page select Standard View 3. Finally name the View; create it as a public view; choose the columns you wish to display; apply a sort order. Filter the new view to restrict it to the content type. 15 of 19

16 Connect to Outlook 1. To connect the library to Outlook use the Connect to Outlook button on your IE toolbar. 2. Outlook will start and prompt for confirmation that is library should be connected to Outlook. 3. A folder mapping to this library is created under the Colligo for SharePoint folder mapping to the library. Drag-and-drop and from you inbox into this folder. 4. In the metadata prompt ensure the content type is correct. The metadata is extracted. 16 of 19

17 Changing Columns Mappings By default, the required SharePoint column display name matches the Outlook message field name shown in the table above. The configuration file allows the default mapping from Outlook message field name to SharePoint column display name to be overridden. The file must be named Config.xml and must be stored in one of the following locations (in order of precedence): <%UserProfile%>\Local Settings\Application Data\ColligoOfflineClient\Config\ <%UserProfile%>\Application Data\ColligoOfflineClient\Config\ <%AllUsersProfile%>\Application Data\ColligoOfflineClient\Config\ The format of the Config.xml file is as shown below. To adjust the SharePoint metadata column name for a particular Outlook message field, the SPColumn attribute of the appropriate Mapping element is changed. It is also possible to specify multiple mappings for the same message field. That is, the same field can be mapped to multiple SharePoint metadata columns. <?xml version="1.0" encoding="utf-8"?> <Cfs > <Mappings> <Mapping Field="Attachment" SPColumn="Attachment"/> <Mapping Field="Bcc" SPColumn="Bcc"/> <Mapping Field="Bcc-Address" SPColumn="Bcc-Address"/> <Mapping Field="Bcc-Type" SPColumn="Bcc-Type"/> <Mapping Field="Categories" SPColumn="Categories"/> <Mapping Field="Cc" SPColumn="Cc"/> <Mapping Field="Cc-Address" SPColumn="Cc-Address"/> <Mapping Field="Cc-Type" SPColumn="Cc-Type"/> <Mapping Field="Conversation" SPColumn="Conversation"/> <Mapping Field="From" SPColumn="From"/> <Mapping Field="From-Address" SPColumn="From-Address"/> <Mapping Field="From-Type" SPColumn="From-Type"/> <Mapping Field="Importance" SPColumn="Importance"/> <Mapping Field="Received" SPColumn="Received"/> <Mapping Field="Received-UTC" SPColumn="Received-UTC"/> <Mapping Field="Sensitivity" SPColumn="Sensitivity"/> <Mapping Field="Sent" SPColumn="Sent"/> <Mapping Field="Sent-UTC" SPColumn="Sent-UTC"/> <Mapping Field="Signed By" SPColumn="Signed By"/> <Mapping Field="Subject" SPColumn="Subject"/> <Mapping Field="To" SPColumn="To"/> <Mapping Field="To-Address" SPColumn="To-Address"/> <Mapping Field="To-Type" </Mappings> </Cfs > SPColumn="To-Type"/> 17 of 19

18 Foreign Language and Unicode Support Contributor Metadata Mapping may be configured to map metadata to column containing Unicode characters in the name. In this case the xml file must be encoded using utf-16 encoding. The file must be saved using Unicode Encoding. Example: Map the From field to a SharePoint column named Evoyé <?xml version="1.0" encoding="utf-16"?> <Cfs > <Mappings>... <Mapping Field="From"... </Mappings> </Cfs > SPColumn=" Evoyé"/> Notepad SaveAs: 18 of 19

19 Notes Hidden Columns You may choose to make the columns Hidden. Hidden columns are not displayed in the properties page of SharePoint, or Contributor s default metadata editor dialog box. Contributor extracts metadata into hidden columns, and hidden columns can still be displayed in views, used for filters etc. 19 of 19

Briefcase for Mac 1.0. Administrator s Guide

Briefcase for Mac 1.0. Administrator s Guide Briefcase for Mac 1.0 Administrator s Guide Contents Introduction... 2 Target Audience... 2 Overview... 2 Key Features... 2 Platforms Supported... 2 SharePoint Security & Privileges... 2 Installing Colligo

More information

Colligo Manager 5.4 SP1. Administrator s Guide

Colligo  Manager 5.4 SP1. Administrator s Guide 5.4 SP1 Administrator s Guide DOCUMENT REVISION HISTORY Document Revision # Content Change Date 5.4 SP1 Revision 1 Added Windows 8 to software requirements August 22, 2012 5.4 SP1 Updated for 5.4 SP1 release

More information

Colligo Briefcase for Windows 6.1. Administrator s Guide

Colligo Briefcase for Windows 6.1. Administrator s Guide for Windows 6.1 Administrator s Guide Contents Introduction... 3 Target Audience... 3 Overview... 3 Localization... 3 System Requirements... 4 Software Requirements... 4 Client Software Requirements...

More information

Colligo Contributor 4.4. Administrator s Guide

Colligo Contributor 4.4. Administrator s Guide 4.4 Administrator s Guide DOCUMENT REVISION HISTORY Document Revision # Content Change 4.4 Updated for 4.4 release March 27, 2012 4.3 Revision 1 Added procedure describing how to edit the Registry Removed

More information

Colligo Engage Outlook App 7.1. Offline Mode Administrator s Guide

Colligo Engage Outlook App 7.1. Offline Mode Administrator s Guide Colligo Engage Outlook App 7.1 Offline Mode Administrator s Guide Contents About this Guide... 3 Target Audience... 3 Overview... 3 SharePoint Security & Privileges... 3 Colligo Technical Support... 3

More information

Colligo Manager 6.2. Offline Mode Administrator s Guide

Colligo  Manager 6.2. Offline Mode Administrator s Guide Colligo Email Manager 6.2 Offline Mode Administrator s Guide Contents Introduction... 3 Target Audience... 3 Overview... 3 SharePoint Security & Privileges... 3 Technical Requirements... 4 Software Requirements...

More information

Colligo Manager 5.1. Administrator s Guide

Colligo  Manager 5.1. Administrator s Guide 5.1 Administrator s Guide DOCUMENT REVISION HISTORY Document Revision # Content Change Date 5.1 Revision 1 Added prerequisite download links for client software requirements November 30, 2011 5.1 Updated

More information

USER GUIDE. We hope you enjoy using the product, and please don t hesitate to send us questions or provide feedback at Thank You.

USER GUIDE. We hope you enjoy using the product, and please don t hesitate to send us questions or provide feedback at Thank You. USER GUIDE Introduction This User Guide is designed to serve as a brief overview to help you get started. There is also information available under the Help option in the various Contributor interface

More information

Colligo Contributor File Manager 4.3. User Guide

Colligo Contributor File Manager 4.3. User Guide Colligo Contributor File Manager 4.3 User Guide CONTENTS Introduction... 2 Technical Requirements... 3 Systems Supported... 3 Application Prerequisites... 3 Outlook Add-in Prerequisites... 3 Installing

More information

Colligo Contributor Pro 4.4 SP2. User Guide

Colligo Contributor Pro 4.4 SP2. User Guide 4.4 SP2 User Guide CONTENTS Introduction... 3 Benefits... 3 System Requirements... 3 Software Requirements... 3 Client Software Requirements... 3 Server Software Requirements... 3 Installing Colligo Contributor...

More information

Colligo Contributor 4.3 SP6. Release Notes

Colligo Contributor 4.3 SP6. Release Notes 4.3 SP6 Release Notes TECHNICAL REQUIREMENTS Software Requirements requires one of the following operating systems: Windows XP Professional Windows Vista Windows 7 Client Software Requirements has the

More information

Colligo Manager for Outlook User Guide. User Guide

Colligo  Manager for Outlook User Guide. User Guide Colligo Email Manager for Outlook User Guide User Guide Contents About This Guide... 5 Audience... 5 Requirements... 5 Terminology... 5 Colligo Technical Support... 5 Installation... 6 EXE Installation...

More information

Along the top of the Inbox is a toolbar with icons for commonly used functions within .

Along the top of the Inbox is a toolbar with icons for commonly used functions within  . Outlook Inbox Once you log on to Outlook on the Web, the default page is your Outlook Inbox. For detailed information about logging into your account see: Getting Started - Logging On. The Inbox Viewer

More information

Content Publisher User Guide

Content Publisher User Guide Content Publisher User Guide Overview 1 Overview of the Content Management System 1 Table of Contents What's New in the Content Management System? 2 Anatomy of a Portal Page 3 Toggling Edit Controls 5

More information

Advanced User's Workshop

Advanced User's Workshop Advanced User's Workshop Creating Local Distribution Lists Using Global and Local Distribution Lists Sharing a Local Distribution List Email Ribbon Bar Options Outlook 2007 & Office 2007 Application Integration

More information

Colligo Administrator 1.2. User Guide

Colligo Administrator 1.2. User Guide 1.2 User Guide Contents Introduction... 2 Key Features... 2 Benefits... 2 Technical Requirements... 2 Connecting Colligo Administrator with Colligo Applications... 3 Configuring Colligo Contributor Pro...

More information

SharePoint 2010 Tutorial

SharePoint 2010 Tutorial SharePoint 2010 Tutorial TABLE OF CONTENTS Introduction... 1 Basic Navigation... 2 Navigation Buttons & Bars... 3 Ribbon... 4 Library Ribbon... 6 Recycle Bin... 7 Permission Levels & Groups... 8 Create

More information

Explorer View document libraries, 165 form library, 183

Explorer View document libraries, 165 form library, 183 Index A Actions section Add Listing link, 18 Add News link, 29 Add Person link, 20 Advanced Search Link, 41 Change Location link, 19 Change Settings link, 13 Create Subarea link, 13 Edit Page link, 21

More information

Fairfield University Using Xythos for File Storage

Fairfield University Using Xythos for File Storage Fairfield University Using Xythos for File Storage Version 7.0 Table of Contents I: Accessing your Account...2 II: Uploading Files via the Web...2 III: Manage your Folders and Files via the Web...4 IV:

More information

Colligo Administrator 1.3. User Guide

Colligo Administrator 1.3. User Guide 1.3 User Guide Contents Introduction... 2 Key Features... 2 Benefits... 2 Technical Requirements... 2 Connecting Colligo Administrator with Colligo Applications... 3 Configuring Contributor Pro 6.0...

More information

Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook

Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook Slide 1 Customizing Outlook Course objectives Create a custom toolbar and customize the menu bar; customize the Quick Access toolbar,

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

Office 365: . Accessing and Logging In. Mail

Office 365:  . Accessing and Logging In. Mail Office 365: Email This class will introduce you to Office 365 and cover the email components found in Outlook on the Web. For more information about the Microsoft Outlook desktop client, register for a

More information

Exporting distribution lists from Thunderbird to Outlook

Exporting distribution lists from Thunderbird to Outlook Exporting distribution lists from Thunderbird to Outlook PLEASE NOTE: Do not export the lists under Distribution Lists in your Thunderbird Address Book as these will no longer be maintained on the new

More information

PST for Outlook Admin Guide

PST for Outlook Admin Guide PST for Outlook 2013 Admin Guide Document Revision Date: Sept. 25, 2015 PST Admin for Outlook 2013 1 Populating Your Exchange Mailbox/Importing and Exporting.PST Files Use this guide to import data (Emails,

More information

Colligo Manager 5.4 SP3. User Guide

Colligo  Manager 5.4 SP3. User Guide 5.4 SP3 User Guide Contents Enterprise Email Management for SharePoint 2010 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 4 Updating

More information

AvePoint Office Connect

AvePoint Office Connect vs Overview helps end users follow company guidelines around content collaboration by making it easier to upload and share content through SharePoint, SharePoint Online, OneDrive for from Outlook, Office

More information

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

More information

End User SharePoint 2010 Videos List

End User SharePoint 2010 Videos List End User SharePoint 2010 Videos List Screencast Name Number Abstract Category A subsite (or simply referred to as site) is created as an interface for hosting pages, lists, libraries and web parts. Creating

More information

Newforma Contact Directory Quick Reference Guide

Newforma Contact Directory Quick Reference Guide Newforma Contact Directory Quick Reference Guide This topic provides a reference for the Newforma Contact Directory. Purpose The Newforma Contact Directory gives users access to the central list of companies

More information

OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING

OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING 1 OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING DISPLAYING THE ADVANCED TOOLBAR (2007) The Advanced toolbar isn t advanced; it s just the commands that they couldn t fit on the Standard

More information

Bryant Consulting Group, LLC Sample Portfolio. Training Manuals & Quick Fact Reference Sheets

Bryant Consulting Group, LLC Sample Portfolio. Training Manuals & Quick Fact Reference Sheets Bryant Consulting Group, LLC Sample Portfolio Training Manuals & Quick Fact Reference Sheets Quick Tips Working with Contacts Creating Contact Information 1. On the Navigation Pane, click the Contacts

More information

Sending, Composing and Addressing a New Message:

Sending, Composing and Addressing a New Message: Sending, Composing and Addressing a New Message: 1) On the toolbar click on "New." A drop down box will appear -- select Message 2) A new email box will open up. 3) Enter the email address(es) of the individuals

More information

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image Inserting Image To make your page more striking visually you can add images. There are three ways of loading images, one from your computer as you edit the page or you can preload them in an image library

More information

Once file and folders are added to your Module Content area you will need to link to them using the Item tool.

Once file and folders are added to your Module Content area you will need to link to them using the Item tool. VITAL how to guides elearning Unit Last updated: 01.10.2010 Course Files tool Overview Course Files tool enables you to: Quickly copy large numbers of files into a VITAL module. Files can be dragged and

More information

Solution Explorer Copy Items in a Solution Files That Manage Solutions and Projects Solutions (SQL Server Management Studio) Associate a Query with a

Solution Explorer Copy Items in a Solution Files That Manage Solutions and Projects Solutions (SQL Server Management Studio) Associate a Query with a Table of Contents Copy Items in a Solution Files That Manage Solutions and Projects Solutions (SQL Server Management Studio) Associate a Query with a Connection in a Project Projects (SQL Server Management

More information

Outlook: Web Access. Outlook: Web Access AIS Vienna

Outlook: Web Access. Outlook: Web Access AIS Vienna Outlook: Web Access AIS Vienna Table of Contents Introduction to OWA...1 Log On... 1 OWA Workspace... 2 Hiding/Displaying the Reading Pane... 3 Collapsing/Expanding the Outlook Bar... 4 Log Off... 5 Sending

More information

Microsoft Word - Templates

Microsoft Word - Templates Microsoft Word - Templates Templates & Styles. Microsoft Word come will a large amount of predefined templates designed for you to use, it is also possible to download additional templates from web sites

More information

OnePlac User Guide 6.4

OnePlac User Guide 6.4 OnePlaceMail User Guide 6.4 Overview Manage SharePoint Locations Save items from Outlook to SharePoint Send and save emails to SharePoint 6.4 Further configuration options Insert from SharePoint Open from

More information

Filtering - Zimbra

Filtering  - Zimbra Filtering Email - Zimbra Email filtering allows you to definite rules to manage incoming email. For instance, you may apply a filter on incoming email to route particular emails into folders or delete

More information

Accessing Your D2L

Accessing Your D2L Accessing Your D2L Email Icon Option Description Access your D2L email tool from the Email link on your Course Home navigation bar. Folder Management Settings Access the Folder Management page, where you

More information

About SharePoint Server 2007 My Sites

About SharePoint Server 2007 My Sites SharePoint How To s / My Sites of 6 About SharePoint Server 007 My Sites Use your My Site to store files and collaborate with your co-workers online. My Sites have public and private pages. Use your public

More information

User Guide. BlackBerry Workspaces for Windows. Version 5.5

User Guide. BlackBerry Workspaces for Windows. Version 5.5 User Guide BlackBerry Workspaces for Windows Version 5.5 Published: 2017-03-30 SWD-20170330110027321 Contents Introducing BlackBerry Workspaces for Windows... 6 Getting Started... 7 Setting up and installing

More information

How to: Create a Site in a SharePoint Site Collection. Updated: 12 July 2012

How to: Create a Site in a SharePoint Site Collection. Updated: 12 July 2012 How to: Create a Site in a SharePoint Site Collection Updated: 12 July 2012 Table of Contents Creating sites in the HPIT/Sites sit e collect ion... 3 Create the site... 3 Initial setup... 4 Banner Setup...

More information

LFCDS SkyMail & SkyDrive. Full Student Orientation

LFCDS SkyMail & SkyDrive. Full Student Orientation LFCDS SkyMail & SkyDrive Full Student Orientation 2011-04-11 Outlook Live (SkyMail E-mail) Windows Live SkyDrive (Online Storage) Office Web Apps (Online Document Editing) 2 LFCDS SkyMail & SkyDrive Outlook

More information

ESRI stylesheet selects a subset of the entire body of the metadata and presents it as if it was in a tabbed dialog.

ESRI stylesheet selects a subset of the entire body of the metadata and presents it as if it was in a tabbed dialog. Creating Metadata using ArcCatalog (ACT) 1. Choosing a metadata editor in ArcCatalog ArcCatalog comes with FGDC metadata editor, which create FGDC-compliant documentation. Metadata in ArcCatalog stored

More information

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

More information

Sharepoint-Committee and Task Force Sites-For Saddleback College

Sharepoint-Committee and Task Force Sites-For Saddleback College Site Design The Committee site has been designed with the Microsoft Office Document Workspace Template. It is the customized model for a committee or task force. Other sites available will be Team sites.

More information

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills Discovering Computers & Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Objectives Perform basic mouse operations Start Windows and log on to the computer Identify the objects

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

Web Outlook. Tenafly Technology Department

Web Outlook. Tenafly Technology Department Tenafly Technology Department Web Outlook If you would like to begin using the Web-based Outlook service to check your email remotely, you can do so immediately by visiting the Tenafly School District

More information

AN INTRODUCTION TO OUTLOOK WEB ACCESS (OWA)

AN INTRODUCTION TO OUTLOOK WEB ACCESS (OWA) INFORMATION TECHNOLOGY SERVICES AN INTRODUCTION TO OUTLOOK WEB ACCESS (OWA) The Prince William County School Division does not discriminate in employment or in its educational programs and activities against

More information

SharePoint Guide for Reviewers

SharePoint Guide for Reviewers SharePoint Guide for Reviewers In this guide, you will find: I. What to do with the SharePoint link II. How to view the files and folders in SharePoint III. How to clear your browser s history and cache

More information

Organising your inbox

Organising your inbox Outlook 2010 Tips Table of Contents Organising your inbox... 1 Categories... 1 Applying a Category to an E-mail... 1 Customising Categories... 1 Quick Steps... 2 Default Quick Steps... 2 To configure or

More information

Share your calendar with a colleague, and request to share their calendar

Share your calendar with a colleague, and request to share their calendar MS Outlook Multiple calendars We encourage users to share their calendar with others. This document provides guidance on: Sharing your calendar with others, how to open a calendar someone has shared with

More information

Getting Started with Access

Getting Started with Access MS Access Chapter 2 Getting Started with Access Course Guide 2 Getting Started with Access The Ribbon The strip across the top of the program window that contains groups of commands is a component of the

More information

PRODUCTIVITY TIPS USING OUTLOOK Washtenaw Community College

PRODUCTIVITY TIPS USING OUTLOOK Washtenaw Community College PRODUCTIVITY TIPS USING OUTLOOK 2016 Washtenaw Community College August 23, 2018 TABLE OF CONTENTS Email Management... 3 1. Create a Rule:... 3 2. Add a Folder to Your Favorites... 3 To Show Folders in

More information

New and Exciting Features in Microsoft Outlook 2016 for the PC

New and Exciting Features in Microsoft Outlook 2016 for the PC University Information Technology Services Learning Technologies, Training & Audiovisual Outreach New and Exciting Features in Microsoft Outlook 2016 for the PC Increased Storage With KSUmail, you now

More information

Colligo Engage Outlook App 7.1. Connected Mode - User Guide

Colligo Engage Outlook App 7.1. Connected Mode - User Guide 7.1 Connected Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 2 Checking for Updates 3 Updating

More information

Briefcase for Android. User Guide

Briefcase for Android. User Guide Briefcase for Android User Guide Contents Introduction... 4 About this Guide... 4 Installation and First Launch... 5 Technical Requirements... 5 Installation... 5 First launch... 5 Managing SharePoint

More information

VRABE Outlook Web Access (OWA)Basics

VRABE Outlook Web Access (OWA)Basics VRABE Outlook Web Access (OWA)Basics Logging On 1. Open Internet Explorer. 2. If you are at RHS, you MUST type http://rockmail/exchange. 3. Outside Rockville High (e.g. home, work) type http://mail.vernonct.org/exchange

More information

Outlook 2010 Common Tasks

Outlook 2010 Common Tasks Outlook 2010 Common Tasks January 6, 2015 Table of Contents Creating a New Message... 2 Addressing the Message... 2 Using the Address Book... 2 Using the Check Names Icon... 5 Using AutoComplete... 7 Spell

More information

Microsoft Office SharePoint. Reference Guide for Contributors

Microsoft Office SharePoint. Reference Guide for Contributors Microsoft Office SharePoint Reference Guide for Contributors SharePoint: Reference Guide for Contributors Table of Contents INTRODUCTION... 3 FOLLOWING A SITE... 3 NAVIGATION... 4 LISTS AND LIBRARIES...

More information

Outlook Getting Started QUICK. Source. Microsoft

Outlook Getting Started QUICK. Source. Microsoft Microsoft QUICK Outlook 2010 Source Getting Started The Outlook Window u v w x z Using the Backstage View The Backstage view allows you to quickly manage Outlook settings, such as Account Settings, Mailbox

More information

Part 2 Downloading and installing templates and dummy patient records into Medical Director

Part 2 Downloading and installing templates and dummy patient records into Medical Director Part 2 Downloading and installing templates and dummy patient records into Medical Director Preparing a folder for the patient files 1. Close any programs and folders so that you have a clear view of your

More information

OUTLOOK WEB APP (OWA): MAIL

OUTLOOK WEB APP (OWA): MAIL Office 365 Navigation Pane: Navigating in Office 365 Click the App Launcher and then choose the application (i.e. Outlook, Calendar, People, etc.). To modify your personal account settings, click the Logon

More information

Contents. Common Site Operations. Home actions. Using SharePoint

Contents. Common Site Operations. Home actions. Using SharePoint This is a companion document to About Share-Point. That document describes the features of a SharePoint website in as much detail as possible with an emphasis on the relationships between features. This

More information

Migrate from Microsoft Dynamics CRM Online to Microsoft Dynamics CRM (on-premises) Applies to: Microsoft Dynamics CRM Online 2015 Update 1

Migrate from Microsoft Dynamics CRM Online to Microsoft Dynamics CRM (on-premises) Applies to: Microsoft Dynamics CRM Online 2015 Update 1 Migrate from Microsoft Dynamics CRM Online to Microsoft Dynamics CRM (on-premises) Applies to: Microsoft Dynamics CRM Online 2015 Update 1 This document is provided "as-is". Information and views expressed

More information

SOXS Manual T A B L E O F C O N T E N T S INTRODUCTION 2 WORK WITH THE SOXS CLIENT 2

SOXS Manual T A B L E O F C O N T E N T S INTRODUCTION 2 WORK WITH THE SOXS CLIENT 2 T A B L E O F C O N T E N T S INTRODUCTION 2 WORK WITH THE SOXS CLIENT 2 Link a SharePoint Library with Outlook (Create a SharePoint Favorite) 3 Save emails in a SharePoint library 4 Content Types and

More information

EMC Documentum Connector for Microsoft SharePoint Farm Solution

EMC Documentum Connector for Microsoft SharePoint Farm Solution EMC Documentum Connector for Microsoft SharePoint Farm Solution Version 7.2 Content Management Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice

More information

BCI.com Sitecore Publishing Guide. November 2017

BCI.com Sitecore Publishing Guide. November 2017 BCI.com Sitecore Publishing Guide November 2017 Table of contents 3 Introduction 63 Search 4 Sitecore terms 66 Change your personal settings 5 Publishing basics 5 Log in to Sitecore Editing 69 BCI.com

More information

Repstor affinity. Installation and Configuration Guide

Repstor affinity. Installation and Configuration Guide Repstor affinity Installation and Configuration Guide Document Version 3.6.8 November 2017 Contents 1. INTRODUCTION TO REPSTOR AFFINITY 3 ADVANTAGES OF REPSTOR AFFINITY... 3 2. REPSTOR AFFINITY INSTALLATION

More information

Workshare Professional 10. Getting Started Guide

Workshare Professional 10. Getting Started Guide Workshare Professional 10 Getting Started Guide Introducing Workshare Professional 10 Workshare is dedicated to helping professionals compare, protect and share their documents. New features Compare Excel

More information

Accessing Web Version of Life Illustrator

Accessing Web Version of Life Illustrator Accessing Web Version of Life Illustrator After signing into the Nationwide Financial Sales and Service Center website, the web version of Life Illustrator can be accessed by clicking on Products>Life>Resources>Tools>Nationwide

More information

Tutorial SemTalk Version 4.4 SharePoint Integration for SemTalk

Tutorial SemTalk Version 4.4 SharePoint Integration for SemTalk Tutorial SemTalk Version 4.4 SharePoint Integration for SemTalk Table of Contents Introduction... 3 Document Management Features... 3 Saving Documents to SharePoint... 5 Open Documents from SharePoint...

More information

Publish a form. Publish versus save. Publish options. In this article

Publish a form. Publish versus save. Publish options. In this article Publish a form When you are finished designing a form template, you must publish it so that users can fill out forms based on the form template. Users must have access to the location where the form is

More information

ArtfulBits Web Part

ArtfulBits  Web Part ArtfulBits Email Web Part for Microsoft SharePoint User Guide Overview... 2 Feature List... 3 Why ArtfulBits Email Web Part?... 3 How to Use... 3 How to Use Email Web Part... 3 Enabling to Send E-mail

More information

1 A simplified view onto the documents and data stored on Business Collaborator

1 A simplified view onto the documents and data stored on Business Collaborator HTML5 Interface User Guide 15 December 2015 Version 1.0 BC-27919001 This user guide is for the HTML5 interface in BC 6.4. 1 Introduction The HTML5 interface is Business Collaborator s next generation user

More information

Resource Account Instructions. Contents

Resource Account Instructions. Contents Resource Account Instructions Instructions for Managing a Resource Account in Exchange 2010 As the owner of an e-mail resource, you have full rights and send as permission for this mailbox. You can access

More information

Getting Started The Outlook Web Access Window

Getting Started The Outlook Web Access Window QUICK Source Microsoft Outlook Web Access in Exchange Server 2003 Getting Started The Outlook Web Access Window ❶ ❷ ❸ ❹ ❺ ❻ ❼ ❽ Using the Reading Pane The Reading Pane allows you to view your e-mail messages

More information

Colligo Manager for Outlook Release Notes. Release Notes

Colligo  Manager for Outlook Release Notes. Release Notes Colligo Email Manager for Outlook Release Notes Release Notes Contents About these Release Notes... 3 Audience... 3 Terminology... 3 Colligo Technical Support... 3 System Requirements... 4 Client Hardware

More information

Internet User Guide Outlook Express. Adding Identities

Internet User Guide Outlook Express. Adding Identities A Grande.NET Data Technician has installed and configured Outlook Express on your computer. This software allows you to send and receive e-mail through the Internet. This section outlines the basic features

More information

Introduction to Microsoft Web Outlook

Introduction to Microsoft Web Outlook Platform: Windows PC Ref no: USER182 Date: December 2007 Version: 1 Authors: Chris McEvoy, Susan O Reilly, Claire Napier Introduction to Microsoft Web Outlook This document explains how to use Microsoft

More information

My Site. Introduction

My Site. Introduction My Site Introduction My Site is a component of the portal that is available to all NB educators. It is a personalized site that provides all users with the following features: A place to save and share

More information

What Is SharePoint Server 2007? SharePoint Server 2007 Sites. SharePoint How To s / Collaboration 1of 5

What Is SharePoint Server 2007? SharePoint Server 2007 Sites. SharePoint How To s / Collaboration 1of 5 SharePoint How To s / Collaboration 1of 5 SharePoint Server 2007 is an integrated suite of server applications that helps people and teams work together. At Microsoft, these sites are most commonly used

More information

Quick Start. (For SlideShowPro for Flash 1.8+ and SlideShowPro Director 1.1+)

Quick Start. (For SlideShowPro for Flash 1.8+ and SlideShowPro Director 1.1+) (For SlideShowPro for Flash 1.8+ and SlideShowPro Director 1.1+) Contents Introduction...3 Your first slideshow with SlideShowPro for Flash...4 Your first slideshow with SlideShowPro for Flash and SlideShowPro

More information

Partner XE Outlook Plug-In User Guide

Partner XE Outlook Plug-In User Guide Partner XE Outlook Plug-In User Guide The Partner XE Outlook Plug-in allows for two way integration between Partner XE and Microsoft Outlook. This integration requires the user to have Microsoft Outlook

More information

Briefcase ios 3.7. Administrator s Guide

Briefcase ios 3.7. Administrator s Guide Briefcase ios 3.7 Administrator s Guide Contents Colligo Briefcase ios Introduction... 2 Target Audience... 2 Overview... 2 Key Features... 2 Platforms Supported... 2 SharePoint Security & Privileges...

More information

SharePoint 2010 Content Types

SharePoint 2010 Content Types SharePoint 2010 Content Types A content type essentially defines the attributes of a list item, a document, or a folder. SharePoint 2010 has several built in content types and site columns that may meet

More information

OUTLOOK HOW DO I? 2013

OUTLOOK HOW DO I? 2013 OUTLOOK HOW DO I? Click on a Link to take you to that Section OUTLOOK - GENERAL... 2 GENERAL How Do I Navigate the 2010 Outlook Screen?... 2 GENERAL: How Do I Change the Reading Pane View?... 7 GENERAL:

More information

SilverStripe - Website Administrators

SilverStripe - Website Administrators SilverStripe - Website Administrators Managing Roles and Permissions In this section: Understand roles and security groups Learn how to set up a role Learn how to edit a role Learn how to create a security

More information

Hands-On Introduction to Queens College Web Sites

Hands-On Introduction to Queens College Web Sites Hands-On Introduction to Queens College Web Sites This handout accompanies training workshops for Queens College Content Editors who will manage and maintain the web content in their areas. Overview of

More information

Colligo Engage Outlook App 7.1. Offline Mode - User Guide

Colligo Engage Outlook App 7.1. Offline Mode - User Guide Colligo Engage Outlook App 7.1 Offline Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 3 Checking

More information

Coveo Platform 6.5. Microsoft SharePoint Connector Guide

Coveo Platform 6.5. Microsoft SharePoint Connector Guide Coveo Platform 6.5 Microsoft SharePoint Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

Office 365 Instructions

Office 365 Instructions Office 365 Instructions What is Office 365? Office 365 includes a variety of Microsoft applications in addition to the standard Microsoft Office products. Most of the Office 365 applications (or apps)

More information

OFFICE 365 OWA. Office 365 Outlook Web App. Initial Welcome Screen

OFFICE 365 OWA. Office 365 Outlook Web App. Initial Welcome Screen Office 365 Outlook Web App Office 365 Outlook Web App (OWA) is a mail, calendaring and scheduling program. In addition, OWA offers connectivity to other cloud features of Office 365 such as SharePoint.

More information

SharePoint Bridges Agency User Training

SharePoint Bridges Agency User Training SharePoint 2010 What is SharePoint? SharePoint was designed to assist organizations in sharing various types of content and information. SharePoint 2010 allows you to manage content and business processes

More information

Test Bank Database Processing Fundamentals Designand Implementation 14th Edition Kroenke

Test Bank Database Processing Fundamentals Designand Implementation 14th Edition Kroenke Test Bank Database Processing Fundamentals Designand Implementation 14th Edition Kroenke Instant download and all chapters TESK BANK Database Processing Fundamentals Designand Implementation 14th Edition

More information

Office 365. Contents. Features, screen shots, and instructions are subject to change at any time Page 1

Office 365. Contents. Features, screen shots, and instructions are subject to change at any time Page 1 Office 365 Contents Office 365..1 Accessing Your Email...3 First Time Set-Up...4 Changing Your Password. 6 The Email Environment...8 Reading Pane View...9 Reading Your Emails.10 Reading Attachments...11

More information

Navigation Bar Icons

Navigation Bar Icons Outlook 2016 Main Screen Navigation Bar Icons Mail Calendar Contains mail-related folders like your Inbox, Sent Items and Search Folders. Use the Favorite Folders at the top of the pane for easy access

More information