<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/Robert Shelton/Posts/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9</title>
      <link>http://channel9.msdn.com/Niners/Robert Shelton/Posts</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Niners/Robert Shelton/Posts</link>
    <language>en</language>
    <pubDate>Wed, 19 Jun 2013 04:36:11 GMT</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 04:36:11 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>12</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Using Active Directory Searching/Lookup in a SharePoint/MOSS 2007 Workflow (with Visual Studio 2008)</title>
      <description><![CDATA[
<p>This is the <strong><u>eighth</u></strong> in a series (the series is listed at the bottom) of &quot;How To &quot; Videos that I have created to show .NET Developers how to build document workflow in a SharePoint environment.&nbsp;
</p>
<p>In the How to Videos that I produced on &quot;Building Approval Workflow's&quot; and &quot;Escalating Workflow's (for overdue tasks), I kept things simple (focusing on the Workflow) and did not do dynamic lookups of people/users against Active Directory (AD), choosing
 to &quot;hard code&quot; the users in the workflow. </p>
<p>In this example, I take one of those workflow's (Basic Approval Workflow) and show you how you can do a &quot;Dynamic Lookup or Search&quot; of Active Directory for information (The Manager of a user) using .NET Code (System.DirectoryServices).</p>
<p><br>
<strong></strong></p>
<p><font size="4"><strong>Code Download &amp; Workshop Document Location: </strong><a href="http://sheltonblog.com/archive/2007/11/29/how-to-video-using-active-directory-searchinglookup-in-a-sharepointmoss.aspx"><strong>Click here</strong></a>&nbsp;</font><br>
<br>
<br>
<font size="3"><a href="http://sheltonblog.com/archive/2007/11/29/how-to-video-using-active-directory-searchinglookup-in-a-sharepointmoss.aspx">Click here</a></font><font size="3"> to access&nbsp;the
<font color="#ff0000"><b>larger framed Hi-Resolution Version</b></font> from my blog!<br>
</font><br>
You can also&nbsp;download the <strong>Freely&nbsp;Downloadable&nbsp;&quot;Building Custom&nbsp;Document Workflow with MOSS with Visual Studio 2008&quot; workshops</strong> (Developer Content) on my blog (<a href="http://www.sheltonblog.com/"><font color="#669966">www.sheltonblog.com</font></a>)
 under the SharePoint Tag, or directly by clicking <a href="http://rshelton.com/archive/2007/10/05/sharepoint-document-workflow-with-visual-studio-workshop-documents-download.aspx">
<font color="#669966">here</font></a>. <br>
<br>
<strong><u>Checkout my other Active Directory (non-SharePoint Specific) with .NET Videos:</u></strong>
<font color="#ff0000"><em>(The same code works in SharePoint)</em></font></p>
<ul>
<li>How to Add users to Active Directory with .NET (<a href="http://rshelton.com/archive/2007/10/05/programming-active-directory---adding-users-to-ad-with-.net.aspx"><font color="#669966">Click here</font></a> to see it)&nbsp;
</li><li>How to Search Active Directory (used as the bases for this video): (<a href="http://rshelton.com/archive/2007/10/05/quothow-toquot-programming-active-directory---searching-ad-with-.net.aspx"><font color="#669966">Click here</font></a> to see it)&nbsp;
</li><li>How to Search for/Add users to &quot;Groups&quot; in Active Directory with .NET: (<a href="http://rshelton.com/archive/2007/10/05/programming-active-directory---adding-users-to-groups-in-ad-again.aspx"><font color="#669966">Click here</font></a> to see it)
</li></ul>
<p><strong><u>My other SharePoint videos:</u></strong></p>
<ul>
<li>Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click <a href="http://www.sheltonblog.com/archive/2007/10/23/how-to-video-enabling-incomingoutgoing-email-for-sharepointmoss-2007.aspx">
here</a> to see it) </li><li>Extracting document details from within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/24/document-workflow-extracting-document-details-with-your-workflow.aspx">
here</a> to see it) </li><li>Extracting email addresses and sending emails (Click <a href="http://www.sheltonblog.com/archive/2007/10/25/how-to-video-document-workflow-in-sharepoint-moss-2007-extracting.aspx">
here</a> to see it) </li><li>Programmatically Creating a User Task within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/29/how-to-video-creating-a-user-task-document-workflow-in.aspx">
here</a> to see it) </li><li>Programmatically Escalating an Overdue Task with Visual Studio (<a href="http://www.sheltonblog.com/archive/2007/11/01/how-to-video-programmatically-escalating-an-overdue-task-document-workflow.aspx">Click here</a> to see it)
</li><li>Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (<a href="http://sheltonblog.com/archive/2007/11/21/how-to-video-building-a-basic-approval-workflow-with-sharepoint.aspx">Click here</a> to see it)
</li><li>Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (<a href="http://sheltonblog.com/archive/2007/11/27/how-to-video-building-a-multilevel-approval-workflow-with-sharepoint.aspx" target="_blank">Click here</a> to see it)
</li><li>Using Active Directory Search/Lookups within SharePoint Workflow's to find users (<a href="http://rshelton.com/archive/2007/11/29/how-to-video-using-active-directory-searchinglookup-in-a-sharepointmoss.aspx"><font color="#669966">Click here</font></a> to
 see it) <br>
</li></ul>
<p><strong><font color="#ff0000">Note</font>: </strong>If you have questions/comments, please leave them on my blog at this
<a href="http://sheltonblog.com/archive/2007/11/29/how-to-video-using-active-directory-searchinglookup-in-a-sharepointmoss.aspx">
<font color="#669966">link</font></a>, as I do not monitor this feedback URL.</p>
<p><br>
&nbsp;</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/Robert Shelton/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:1729aae5efc34cc481f59dec0009cdaf">]]></description>
      <comments>http://channel9.msdn.com/Blogs/RobertShelton/Using-Active-Directory-SearchingLookup-in-a-SharePointMOSS-2007-Workflow-with-Visual-Studio-2008</comments>
      <itunes:summary>
This is the eighth in a series (the series is listed at the bottom) of &amp;quot;How To &amp;quot; Videos that I have created to show .NET Developers how to build document workflow in a SharePoint environment.&amp;nbsp;
 
In the How to Videos that I produced on &amp;quot;Building Approval Workflow&#39;s&amp;quot; and &amp;quot;Escalating Workflow&#39;s (for overdue tasks), I kept things simple (focusing on the Workflow) and did not do dynamic lookups of people/users against Active Directory (AD), choosing
 to &amp;quot;hard code&amp;quot; the users in the workflow.  
In this example, I take one of those workflow&#39;s (Basic Approval Workflow) and show you how you can do a &amp;quot;Dynamic Lookup or Search&amp;quot; of Active Directory for information (The Manager of a user) using .NET Code (System.DirectoryServices). 

 
Code Download &amp;amp; Workshop Document Location: Click here&amp;nbsp;


Click here to access&amp;nbsp;the
larger framed Hi-Resolution Version from my blog!

You can also&amp;nbsp;download the Freely&amp;nbsp;Downloadable&amp;nbsp;&amp;quot;Building Custom&amp;nbsp;Document Workflow with MOSS with Visual Studio 2008&amp;quot; workshops (Developer Content) on my blog (www.sheltonblog.com)
 under the SharePoint Tag, or directly by clicking 
here. 

Checkout my other Active Directory (non-SharePoint Specific) with .NET Videos:
(The same code works in SharePoint) 

How to Add users to Active Directory with .NET (Click here to see it)&amp;nbsp;
How to Search Active Directory (used as the bases for this video): (Click here to see it)&amp;nbsp;
How to Search for/Add users to &amp;quot;Groups&amp;quot; in Active Directory with .NET: (Click here to see it)

My other SharePoint videos: 

Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click 
here to see it) Extracting document details from within a workflow (Click 
here to see it) Extracting email addresses and sending emails (Click 
here to see it) Programmatically Creating a User Task within a workflow (Click 
here to see it) Programmatically Escalating</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/RobertShelton/Using-Active-Directory-SearchingLookup-in-a-SharePointMOSS-2007-Workflow-with-Visual-Studio-2008</link>
      <pubDate>Fri, 30 Nov 2007 00:08:47 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/RobertShelton/Using-Active-Directory-SearchingLookup-in-a-SharePointMOSS-2007-Workflow-with-Visual-Studio-2008</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/259340_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/259340_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/1ee6680f-62b2-484c-9ad7-aad9f46842e2.jpg" height="178" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/90be4c7d-b8bf-4949-9bda-39519780dbb4.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/4/3/9/5/2/361134_SharePointWorkflowWithADSearch.wmv" expression="full" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/4/3/9/5/2/361134_SharePointWorkflowWithADSearch.wmv" length="0" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Robert Shelton, Jr.</dc:creator>
      <itunes:author>Robert Shelton, Jr.</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/RobertShelton/Using-Active-Directory-SearchingLookup-in-a-SharePointMOSS-2007-Workflow-with-Visual-Studio-2008/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Building an Multilevel Approval Workflow with SharePoint/MOSS 2007 and Visual Studio 2008</title>
      <description><![CDATA[
<p>This is the <strong><u>seventh</u></strong> of a series (the series is listed at the bottom) of &quot;How To &quot; Videos that I have created to show .NET Developers how to build document workflow in a SharePoint environment.&nbsp;
</p>
<p>In this scenario, I take the workflow that I built in the How To Video on Building a Basic Approval Workflow (<a href="http://sheltonblog.com/archive/2007/11/21/how-to-video-building-a-basic-approval-workflow-with-sharepoint.aspx" target="_blank">found here</a>)
 by adding a second level (and you could extend it to multiple levels) of Approval based on a SharePoint Custom Column (Expense Report Total in this case).&nbsp; Although I built the &quot;trigger&quot; on the Expense Total column, you can build it on any number of other
 factors within the document, SharePoint Columns, or workflow activities.</p>
<p><br>
</p>
<br>
<p><br>
</p>
<p><font size="4"><strong>Code Download &amp; Workshop Document Location: </strong><a href="http://sheltonblog.com/archive/2007/11/27/how-to-video-building-a-multilevel-approval-workflow-with-sharepoint.aspx"><strong>Click here</strong></a>&nbsp;</font><br>
<br>
<br>
<font size="3"><a href="http://sheltonblog.com/archive/2007/11/27/how-to-video-building-a-multilevel-approval-workflow-with-sharepoint.aspx">Click here</a></font><font size="3"> to access&nbsp;the
<font color="#ff0000"><b>larger framed Hi-Resolution Version</b></font> from my blog!</font><br>
<br>
You can also&nbsp;download the <strong>Freely&nbsp;Downloadable&nbsp;&quot;Building Custom&nbsp;Document Workflow with MOSS with Visual Studio 2008&quot; workshops</strong> (Developer Content) on my blog (<a href="http://www.sheltonblog.com/"><font color="#669966">www.sheltonblog.com</font></a>)
 under the SharePoint Tag, or directly by clicking <a href="http://rshelton.com/archive/2007/10/05/sharepoint-document-workflow-with-visual-studio-workshop-documents-download.aspx">
<font color="#669966">here</font></a>. </p>
<p><strong><u>My other SharePoint videos:<br>
<br>
</u></strong></p>
<ul>
<li>Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click <a href="http://www.sheltonblog.com/archive/2007/10/23/how-to-video-enabling-incomingoutgoing-email-for-sharepointmoss-2007.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Extracting document details from within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/24/document-workflow-extracting-document-details-with-your-workflow.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Extracting email addresses and sending emails (Click <a href="http://www.sheltonblog.com/archive/2007/10/25/how-to-video-document-workflow-in-sharepoint-moss-2007-extracting.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Programmatically Creating a User Task within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/29/how-to-video-creating-a-user-task-document-workflow-in.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Programmatically Escalating an Overdue Task with Visual Studio (<a href="http://www.sheltonblog.com/archive/2007/11/01/how-to-video-programmatically-escalating-an-overdue-task-document-workflow.aspx"><font color="#669966">Click here</font></a> to see it)
</li><li>Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (<a href="http://sheltonblog.com/archive/2007/11/21/how-to-video-building-a-basic-approval-workflow-with-sharepoint.aspx"><font color="#669966">Click here</font></a> to see it)
</li><li>Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (<a href="http://sheltonblog.com/archive/2007/11/27/how-to-video-building-a-multilevel-approval-workflow-with-sharepoint.aspx" target="_blank"><font color="#669966">Click here</font></a>
 to see it)&nbsp; </li><li>Using Active Directory Search/Lookups within SharePoint Workflow's to find users (<a href="http://rshelton.com/archive/2007/11/29/how-to-video-using-active-directory-searchinglookup-in-a-sharepointmoss.aspx"><font color="#669966">Click here</font></a> to
 see it) <br>
</li></ul>
<p><strong><font color="#ff0000">Note</font>: </strong>If you have questions/comments, please leave them on my blog at this
<a href="http://sheltonblog.com/archive/2007/11/27/how-to-video-building-a-multilevel-approval-workflow-with-sharepoint.aspx">
<font color="#669966">link</font></a>, as I do not monitor this feedback URL.</p>
<p><br>
&nbsp;</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/Robert Shelton/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:6162032a4a8a446a9b019dec0009d10e">]]></description>
      <comments>http://channel9.msdn.com/Blogs/RobertShelton/Building-an-Multilevel-Approval-Workflow-with-SharePointMOSS-2007-and-Visual-Studio-2008</comments>
      <itunes:summary>
This is the seventh of a series (the series is listed at the bottom) of &amp;quot;How To &amp;quot; Videos that I have created to show .NET Developers how to build document workflow in a SharePoint environment.&amp;nbsp;
 
In this scenario, I take the workflow that I built in the How To Video on Building a Basic Approval Workflow (found here)
 by adding a second level (and you could extend it to multiple levels) of Approval based on a SharePoint Custom Column (Expense Report Total in this case).&amp;nbsp; Although I built the &amp;quot;trigger&amp;quot; on the Expense Total column, you can build it on any number of other
 factors within the document, SharePoint Columns, or workflow activities. 

 


 
Code Download &amp;amp; Workshop Document Location: Click here&amp;nbsp;


Click here to access&amp;nbsp;the
larger framed Hi-Resolution Version from my blog!

You can also&amp;nbsp;download the Freely&amp;nbsp;Downloadable&amp;nbsp;&amp;quot;Building Custom&amp;nbsp;Document Workflow with MOSS with Visual Studio 2008&amp;quot; workshops (Developer Content) on my blog (www.sheltonblog.com)
 under the SharePoint Tag, or directly by clicking 
here.  
My other SharePoint videos:

 

Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click 
here to see it) Extracting document details from within a workflow (Click 
here to see it) Extracting email addresses and sending emails (Click 
here to see it) Programmatically Creating a User Task within a workflow (Click 
here to see it) Programmatically Escalating an Overdue Task with Visual Studio (Click here to see it)
Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (Click here to see it)
Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (Click here
 to see it)&amp;nbsp; Using Active Directory Search/Lookups within SharePoint Workflow&#39;s to find users (Click here to
 see it) 

Note: If you have questions/comments, please leave them on my blog at this

link, as I do not monitor this feedback URL</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/RobertShelton/Building-an-Multilevel-Approval-Workflow-with-SharePointMOSS-2007-and-Visual-Studio-2008</link>
      <pubDate>Wed, 28 Nov 2007 03:15:30 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/RobertShelton/Building-an-Multilevel-Approval-Workflow-with-SharePointMOSS-2007-and-Visual-Studio-2008</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/259279_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/259279_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/6c57fe67-20b3-4386-ab91-b6c2812fd3c5.jpg" height="178" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/ea399131-47f1-456e-88ae-1c4e1183dd44.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/7/2/9/5/2/360378_Building_a_multilevel_approval_workflow.wmv" expression="full" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/7/2/9/5/2/360378_Building_a_multilevel_approval_workflow.wmv" length="0" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Robert Shelton, Jr.</dc:creator>
      <itunes:author>Robert Shelton, Jr.</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/RobertShelton/Building-an-Multilevel-Approval-Workflow-with-SharePointMOSS-2007-and-Visual-Studio-2008/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Building an Approval Workflow with SharePoint/MOSS 2007 and Visual Studio 2008</title>
      <description><![CDATA[
<p>This is the sixth of a series of &quot;How To &quot; Videos that I have created to show .NET Developers how to build document workflow in a SharePoint environment.&nbsp;
</p>
<p>In this scenario, I show you how to build a <u><b>Simple 1 level Approval Workflow</b></u> around a fictional Expense Report.&nbsp; In the video I focus on the Workflow piece, although I show that I am using a Custom ASP.NET Task Form and a Custom SharePoint
 Feature.&nbsp; <br>
</p>
<p>If you want to learn how to build a <u><b>Multilevel Approval Workflow</b></u>, then start with this video and then view the &quot;How to video: for a Multilevel Approval Workflow (<a href="http://sheltonblog.com/archive/2007/11/27/how-to-video-building-a-multilevel-approval-workflow-with-sharepoint.aspx">Click
 here</a>)&quot;.&nbsp; The Multilevel Approval Video is based on extending the Basic Approval Workflow (this video).<br>
<br>
<strong></strong></p>
<p><strong><br>
</strong></p>
<p><strong><font color="#ff0000" size="3"><br>
</font></strong></p>
<p><strong><font color="#ff0000" size="3"><br>
</font></strong></p>
<p><font size="3"><strong><font color="#ff0000">For the Code Download &amp; Workshop Document Location:</font>
</strong><a href="http://www.sheltonblog.com/archive/2007/11/21/how-to-video-building-a-basic-approval-workflow-with-sharepoint.aspx"><strong>Click here</strong></a>&nbsp;<br>
</font></p>
<p><font size="3"><a href="http://www.sheltonblog.com/archive/2007/11/21/how-to-video-building-a-basic-approval-workflow-with-sharepoint.aspx">Click here</a></font><font size="3"> to access&nbsp;the larger framed Hi-Resolution Version from my blog!</font><br>
<br>
You can also&nbsp;download the <strong>Freely&nbsp;Downloadable&nbsp;&quot;Building Custom&nbsp;Document Workflow with MOSS with Visual Studio 2008&quot; workshops</strong> (Developer Content) on my blog (<a href="http://www.sheltonblog.com/"><font color="#669966">www.sheltonblog.com</font></a>)
 under the SharePoint Tag, or directly by clicking <a href="http://rshelton.com/archive/2007/10/05/sharepoint-document-workflow-with-visual-studio-workshop-documents-download.aspx">
<font color="#669966">here</font></a>. </p>
<p><strong><u>My other SharePoint videos:<br>
<br>
</u></strong></p>
<ul>
<li>Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click <a href="http://www.sheltonblog.com/archive/2007/10/23/how-to-video-enabling-incomingoutgoing-email-for-sharepointmoss-2007.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Extracting document details from within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/24/document-workflow-extracting-document-details-with-your-workflow.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Extracting email addresses and sending emails (Click <a href="http://www.sheltonblog.com/archive/2007/10/25/how-to-video-document-workflow-in-sharepoint-moss-2007-extracting.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Programmatically Creating a User Task within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/29/how-to-video-creating-a-user-task-document-workflow-in.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Programmatically Escalating an Overdue Task with Visual Studio (<a href="http://www.sheltonblog.com/archive/2007/11/01/how-to-video-programmatically-escalating-an-overdue-task-document-workflow.aspx"><font color="#669966">Click here</font></a> to see it)
</li><li>Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (<a href="http://sheltonblog.com/archive/2007/11/21/how-to-video-building-a-basic-approval-workflow-with-sharepoint.aspx"><font color="#669966">Click here</font></a> to see it)
</li><li>Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (<a href="http://sheltonblog.com/archive/2007/11/27/how-to-video-building-a-multilevel-approval-workflow-with-sharepoint.aspx" target="_blank"><font color="#669966">Click here</font></a>
 to see it)&nbsp; </li><li>Using Active Directory Search/Lookups within SharePoint Workflow's to find users (<a href="http://rshelton.com/archive/2007/11/29/how-to-video-using-active-directory-searchinglookup-in-a-sharepointmoss.aspx"><font color="#669966">Click here</font></a> to
 see it) <br>
</li></ul>
<p><strong><font color="#ff0000">Note</font>: </strong>If you have questions/comments, please leave them on my blog at this
<a href="http://www.sheltonblog.com/archive/2007/11/21/how-to-video-building-a-basic-approval-workflow-with-sharepoint.aspx">
<font color="#669966">link</font></a>, as I do not monitor this feedback URL.</p>
<p><br>
&nbsp;</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/Robert Shelton/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:8a138955c9dc4d9eaf279dec0009d3b7">]]></description>
      <comments>http://channel9.msdn.com/Blogs/RobertShelton/Building-an-Approval-Workflow-with-SharePointMOSS-2007-and-Visual-Studio-2008</comments>
      <itunes:summary>
This is the sixth of a series of &amp;quot;How To &amp;quot; Videos that I have created to show .NET Developers how to build document workflow in a SharePoint environment.&amp;nbsp;
 
In this scenario, I show you how to build a Simple 1 level Approval Workflow around a fictional Expense Report.&amp;nbsp; In the video I focus on the Workflow piece, although I show that I am using a Custom ASP.NET Task Form and a Custom SharePoint
 Feature.&amp;nbsp; 
 
If you want to learn how to build a Multilevel Approval Workflow, then start with this video and then view the &amp;quot;How to video: for a Multilevel Approval Workflow (Click
 here)&amp;quot;.&amp;nbsp; The Multilevel Approval Video is based on extending the Basic Approval Workflow (this video).

 

 

 

 
For the Code Download &amp;amp; Workshop Document Location:
Click here&amp;nbsp;
 
Click here to access&amp;nbsp;the larger framed Hi-Resolution Version from my blog!

You can also&amp;nbsp;download the Freely&amp;nbsp;Downloadable&amp;nbsp;&amp;quot;Building Custom&amp;nbsp;Document Workflow with MOSS with Visual Studio 2008&amp;quot; workshops (Developer Content) on my blog (www.sheltonblog.com)
 under the SharePoint Tag, or directly by clicking 
here.  
My other SharePoint videos:

 

Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click 
here to see it) Extracting document details from within a workflow (Click 
here to see it) Extracting email addresses and sending emails (Click 
here to see it) Programmatically Creating a User Task within a workflow (Click 
here to see it) Programmatically Escalating an Overdue Task with Visual Studio (Click here to see it)
Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (Click here to see it)
Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (Click here
 to see it)&amp;nbsp; Using Active Directory Search/Lookups within SharePoint Workflow&#39;s to find users (Click here to
 see it) 

Note: If you have questions/comments, please leave them on my</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/RobertShelton/Building-an-Approval-Workflow-with-SharePointMOSS-2007-and-Visual-Studio-2008</link>
      <pubDate>Wed, 21 Nov 2007 23:56:20 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/RobertShelton/Building-an-Approval-Workflow-with-SharePointMOSS-2007-and-Visual-Studio-2008</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/259144_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/259144_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/74b2951b-c950-4ceb-af20-6d9371a43fe3.jpg" height="179" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/50d45f6e-8939-45e1-b82f-432b4c742b7b.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/4/1/9/5/2/358685_Building a Basic Approval Workflow.wmv" expression="full" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/4/1/9/5/2/358685_Building a Basic Approval Workflow.wmv" length="0" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Robert Shelton, Jr.</dc:creator>
      <itunes:author>Robert Shelton, Jr.</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/RobertShelton/Building-an-Approval-Workflow-with-SharePointMOSS-2007-and-Visual-Studio-2008/RSS</wfw:commentRss>
    </item>
  <item>
      <title>SharePoint Document Workflow: Programmatically Escallating an Overdue Task with Visual Studio</title>
      <description><![CDATA[
<p><strong><font color="#ff0000" size="4">Note:</font></strong> Due upload size limitations, I have only posted the first 10 minutes of the Screencast here.&nbsp; Please see my blog for the full version:
<a href="http://www.sheltonblog.com/archive/2007/11/01/how-to-video-programmatically-escalating-an-overdue-task-document-workflow.aspx">
<font color="#a55506">Click here</font></a>&nbsp;(to go to my blog)<br>
<br>
<br>
This video (#5 in the series of How To Videos on SharePoint/MOSS 2007 &quot;Document&quot; Workflow with Visual Studio) addresses one of the most common questions/needs: &quot;How can I build an Escalation workflow in SharePoint?&quot;.&nbsp; It turns out that this is a very
<strong><u>Advanced</u></strong> Workflow scenario and therefore will take me a <strong>
<u>bit longer to demonstrate</u></strong> in video than some of the other videos that I've produced.</p>
<p>In the video I show how to escalate a task based on an expired (i.e., Overdue) Task Due Date, and automatically sending emails to the Original Owner of the Task and the person who has been Re-Assigned the task (using Outlook email/tasks).&nbsp;
<br>
<font color="#ff0000" size="4"><br>
<strong>For the Source Code:</strong> <a href="http://www.sheltonblog.com/archive/2007/11/01/how-to-video-programmatically-escalating-an-overdue-task-document-workflow.aspx">
Click here</a></font><br>
<br>
<strong>For a High Resolution version:</strong> <a href="http://www.sheltonblog.com/archive/2007/11/01/how-to-video-programmatically-escalating-an-overdue-task-document-workflow.aspx">
<font color="#a55506">Click here</font></a>&nbsp;(to go to my blog)<br>
<br>
You can&nbsp;download the <strong>Freely&nbsp;Downloadable&nbsp;&quot;Building Custom&nbsp;Document Workflow with MOSS with Visual Studio 2008&quot; workshops</strong> (Developer Content) on my blog (<a href="http://www.sheltonblog.com/"><font color="#669966">www.sheltonblog.com</font></a>)
 under the SharePoint Tag, or directly by clicking <a href="http://rshelton.com/archive/2007/10/05/sharepoint-document-workflow-with-visual-studio-workshop-documents-download.aspx">
<font color="#669966">here</font></a>. </p>
<p><strong><u>My other SharePoint videos:<br>
<br>
</u></strong></p>
<ul>
<li>Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click <a href="http://www.sheltonblog.com/archive/2007/10/23/how-to-video-enabling-incomingoutgoing-email-for-sharepointmoss-2007.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Extracting document details from within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/24/document-workflow-extracting-document-details-with-your-workflow.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Extracting email addresses and sending emails (Click <a href="http://www.sheltonblog.com/archive/2007/10/25/how-to-video-document-workflow-in-sharepoint-moss-2007-extracting.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Programmatically Creating a User Task within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/29/how-to-video-creating-a-user-task-document-workflow-in.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Programmatically Escalating an Overdue Task with Visual Studio (<a href="http://www.sheltonblog.com/archive/2007/11/01/how-to-video-programmatically-escalating-an-overdue-task-document-workflow.aspx"><font color="#669966">Click here</font></a> to see it)
</li><li>Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (<a href="http://sheltonblog.com/archive/2007/11/21/how-to-video-building-a-basic-approval-workflow-with-sharepoint.aspx"><font color="#669966">Click here</font></a> to see it)
</li><li>Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (<a href="http://sheltonblog.com/archive/2007/11/27/how-to-video-building-a-multilevel-approval-workflow-with-sharepoint.aspx" target="_blank"><font color="#669966">Click here</font></a>
 to see it)&nbsp; </li><li>Using Active Directory Search/Lookups within SharePoint Workflow's to find users (<a href="http://rshelton.com/archive/2007/11/29/how-to-video-using-active-directory-searchinglookup-in-a-sharepointmoss.aspx"><font color="#669966">Click here</font></a> to
 see it) </li></ul>
<p><strong><font color="#ff0000">Note</font>: </strong>If you have questions/comments, please leave them on my blog at this
<a href="http://www.sheltonblog.com/archive/2007/11/01/how-to-video-programmatically-escalating-an-overdue-task-document-workflow.aspx">
<font color="#669966">link</font></a>, as I do not monitor this feedback URL.</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/Robert Shelton/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:188fca2164f847bbbb959dec0009d6ed">]]></description>
      <comments>http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Programmatically-Escallating-an-Overdue-Task-with-Visual-Studio</comments>
      <itunes:summary>
Note: Due upload size limitations, I have only posted the first 10 minutes of the Screencast here.&amp;nbsp; Please see my blog for the full version:

Click here&amp;nbsp;(to go to my blog)


This video (#5 in the series of How To Videos on SharePoint/MOSS 2007 &amp;quot;Document&amp;quot; Workflow with Visual Studio) addresses one of the most common questions/needs: &amp;quot;How can I build an Escalation workflow in SharePoint?&amp;quot;.&amp;nbsp; It turns out that this is a very
Advanced Workflow scenario and therefore will take me a 
bit longer to demonstrate in video than some of the other videos that I&#39;ve produced. 
In the video I show how to escalate a task based on an expired (i.e., Overdue) Task Due Date, and automatically sending emails to the Original Owner of the Task and the person who has been Re-Assigned the task (using Outlook email/tasks).&amp;nbsp;


For the Source Code: 
Click here

For a High Resolution version: 
Click here&amp;nbsp;(to go to my blog)

You can&amp;nbsp;download the Freely&amp;nbsp;Downloadable&amp;nbsp;&amp;quot;Building Custom&amp;nbsp;Document Workflow with MOSS with Visual Studio 2008&amp;quot; workshops (Developer Content) on my blog (www.sheltonblog.com)
 under the SharePoint Tag, or directly by clicking 
here.  
My other SharePoint videos:

 

Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click 
here to see it) Extracting document details from within a workflow (Click 
here to see it) Extracting email addresses and sending emails (Click 
here to see it) Programmatically Creating a User Task within a workflow (Click 
here to see it) Programmatically Escalating an Overdue Task with Visual Studio (Click here to see it)
Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (Click here to see it)
Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (Click here
 to see it)&amp;nbsp; Using Active Directory Search/Lookups within SharePoint Workflow&#39;s to find users (Click here to
 see it) 
Note: If y</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Programmatically-Escallating-an-Overdue-Task-with-Visual-Studio</link>
      <pubDate>Thu, 01 Nov 2007 19:51:27 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Programmatically-Escallating-an-Overdue-Task-with-Visual-Studio</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258672_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258672_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/08b4b566-eadb-41b1-9bc9-0055ce713f98.jpg" height="175" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/e82d455d-d79a-4621-9b32-b23fd650c45a.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/7/6/8/5/2/352823_ShortTaskEscalationWorkflow.wmv" expression="full" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/7/6/8/5/2/352823_ShortTaskEscalationWorkflow.wmv" length="0" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Robert Shelton, Jr.</dc:creator>
      <itunes:author>Robert Shelton, Jr.</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Programmatically-Escallating-an-Overdue-Task-with-Visual-Studio/RSS</wfw:commentRss>
    </item>
  <item>
      <title>SharePoint Document Workflow: Programmatically Creating a User Task</title>
      <description><![CDATA[The question that I get most often when I talk to developers about SharePoint Document Workflow is on Sending and Tracking tasks for the people participating in a document workflow.&nbsp; So, in this 4th part of the series that I am doing on &quot;Building Document
 Workflow&quot; in SharePoint/MOSS 2007, I am demonstrating how to send a basic SharePoint Task with Visual Studio and at the end you will see how to connect an Outlook Client to the Portals Task List, so that a user can see the tasks within their Outlook desktop
 Client.<br>
<br>
<br>
<strong>For the Source Code:</strong> <a href="http://www.sheltonblog.com/sourcecode/BasicSharePointWorkflowTask.zip">
<font color="#a55506">Click here</font></a><br>
<br>
<strong>For a High Resolution version:</strong> <a href="http://www.sheltonblog.com/archive/2007/10/29/how-to-video-creating-a-user-task-document-workflow-in.aspx">
Click here</a>&nbsp;(to go to my blog)<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
You can&nbsp;download the <strong>Freely&nbsp;Downloadable&nbsp;&quot;Building Custom&nbsp;Document Workflow with MOSS with Visual Studio 2008&quot; workshops</strong> (Developer Content) on my blog (<a href="http://www.sheltonblog.com/"><font color="#669966">www.sheltonblog.com</font></a>)
 under the SharePoint Tag, or directly by clicking <a href="http://rshelton.com/archive/2007/10/05/sharepoint-document-workflow-with-visual-studio-workshop-documents-download.aspx">
<font color="#669966">here</font></a>.
<p><strong><u>My other SharePoint videos:<br>
<br>
</u></strong></p>
<ul>
<li>Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click <a href="http://www.sheltonblog.com/archive/2007/10/23/how-to-video-enabling-incomingoutgoing-email-for-sharepointmoss-2007.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Extracting document details from within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/24/document-workflow-extracting-document-details-with-your-workflow.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Extracting email addresses and sending emails (Click <a href="http://www.sheltonblog.com/archive/2007/10/25/how-to-video-document-workflow-in-sharepoint-moss-2007-extracting.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Programmatically Creating a User Task within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/29/how-to-video-creating-a-user-task-document-workflow-in.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Programmatically Escalating an Overdue Task with Visual Studio (<a href="http://www.sheltonblog.com/archive/2007/11/01/how-to-video-programmatically-escalating-an-overdue-task-document-workflow.aspx"><font color="#669966">Click here</font></a> to see it)
</li><li>Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (<a href="http://sheltonblog.com/archive/2007/11/21/how-to-video-building-a-basic-approval-workflow-with-sharepoint.aspx"><font color="#669966">Click here</font></a> to see it)
</li><li>Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (<a href="http://sheltonblog.com/archive/2007/11/27/how-to-video-building-a-multilevel-approval-workflow-with-sharepoint.aspx" target="_blank"><font color="#669966">Click here</font></a>
 to see it)&nbsp; </li><li>Using Active Directory Search/Lookups within SharePoint Workflow's to find users (<a href="http://rshelton.com/archive/2007/11/29/how-to-video-using-active-directory-searchinglookup-in-a-sharepointmoss.aspx"><font color="#669966">Click here</font></a> to
 see it) <br>
</li></ul>
<p><strong><font color="#ff0000">Note</font>: </strong>If you have questions/comments, please leave them on my blog at this
<a href="http://www.sheltonblog.com/archive/2007/10/29/how-to-video-creating-a-user-task-document-workflow-in.aspx">
<font color="#669966">link</font></a>, as I do not monitor this feedback URL.</p>
<br>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/Robert Shelton/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:a74f566308fd480fb88a9dec0009d981">]]></description>
      <comments>http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Programmatically-Creating-a-User-Task</comments>
      <itunes:summary>The question that I get most often when I talk to developers about SharePoint Document Workflow is on Sending and Tracking tasks for the people participating in a document workflow.&amp;nbsp; So, in this 4th part of the series that I am doing on &amp;quot;Building Document
 Workflow&amp;quot; in SharePoint/MOSS 2007, I am demonstrating how to send a basic SharePoint Task with Visual Studio and at the end you will see how to connect an Outlook Client to the Portals Task List, so that a user can see the tasks within their Outlook desktop
 Client.


For the Source Code: 
Click here

For a High Resolution version: 
Click here&amp;nbsp;(to go to my blog)









You can&amp;nbsp;download the Freely&amp;nbsp;Downloadable&amp;nbsp;&amp;quot;Building Custom&amp;nbsp;Document Workflow with MOSS with Visual Studio 2008&amp;quot; workshops (Developer Content) on my blog (www.sheltonblog.com)
 under the SharePoint Tag, or directly by clicking 
here.
My other SharePoint videos:

 

Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click 
here to see it) Extracting document details from within a workflow (Click 
here to see it) Extracting email addresses and sending emails (Click 
here to see it) Programmatically Creating a User Task within a workflow (Click 
here to see it) Programmatically Escalating an Overdue Task with Visual Studio (Click here to see it)
Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (Click here to see it)
Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (Click here
 to see it)&amp;nbsp; Using Active Directory Search/Lookups within SharePoint Workflow&#39;s to find users (Click here to
 see it) 

Note: If you have questions/comments, please leave them on my blog at this

link, as I do not monitor this feedback URL. 

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Programmatically-Creating-a-User-Task</link>
      <pubDate>Mon, 29 Oct 2007 21:49:49 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Programmatically-Creating-a-User-Task</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258587_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258587_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/b085c48e-5a1e-46b3-8684-81510c2e7880.jpg" height="144" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/8901813a-dbd2-4b51-aa70-7da38b9b5453.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/8/5/8/5/2/351788_Basic Task Workflow.wmv" expression="full" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/8/5/8/5/2/351788_Basic Task Workflow.wmv" length="0" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Robert Shelton, Jr.</dc:creator>
      <itunes:author>Robert Shelton, Jr.</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Programmatically-Creating-a-User-Task/RSS</wfw:commentRss>
    </item>
  <item>
      <title>SharePoint Document Workflow: Extracting email addresses and sending emails</title>
      <description><![CDATA[In this 3rd part of the series that I am doing on &quot;Building Document Workflow&quot; in SharePoint/MOSS 2007, I am demonstrating one of the more widely used functions in document workflow: Sending Emails.&nbsp; In this scenario, I have&nbsp;a SharePoint List configured
 to receive email from outside of the corporate firewall (see the links below&nbsp;to learn how to configure your server to do the same), and from that document I extract the email address and then send an automated email response within the workflow.<br>
<br>
<strong>For the Source Code:</strong> <a href="http://www.sheltonblog.com/archive/2007/10/25/how-to-video-document-workflow-in-sharepoint-moss-2007-extracting.aspx">
Click here</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
You can&nbsp;download the <strong>Freely&nbsp;Downloadable&nbsp;&quot;Building Custom&nbsp;Document Workflow with MOSS with Visual Studio 2008&quot; workshops</strong> (Developer Content) on my blog (<a href="http://www.sheltonblog.com/"><font color="#669966">www.sheltonblog.com</font></a>)
 under the SharePoint Tag, or directly by clicking <a href="http://rshelton.com/archive/2007/10/05/sharepoint-document-workflow-with-visual-studio-workshop-documents-download.aspx">
<font color="#669966">here</font></a>.
<p><strong><u>My other SharePoint videos:<br>
<br>
</u></strong></p>
<ul>
<li>Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click <a href="http://www.sheltonblog.com/archive/2007/10/23/how-to-video-enabling-incomingoutgoing-email-for-sharepointmoss-2007.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Extracting document details from within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/24/document-workflow-extracting-document-details-with-your-workflow.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Extracting email addresses and sending emails (Click <a href="http://www.sheltonblog.com/archive/2007/10/25/how-to-video-document-workflow-in-sharepoint-moss-2007-extracting.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Programmatically Creating a User Task within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/29/how-to-video-creating-a-user-task-document-workflow-in.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Programmatically Escalating an Overdue Task with Visual Studio (<a href="http://www.sheltonblog.com/archive/2007/11/01/how-to-video-programmatically-escalating-an-overdue-task-document-workflow.aspx"><font color="#669966">Click here</font></a> to see it)
</li><li>Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (<a href="http://sheltonblog.com/archive/2007/11/21/how-to-video-building-a-basic-approval-workflow-with-sharepoint.aspx"><font color="#669966">Click here</font></a> to see it)
</li><li>Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (<a href="http://sheltonblog.com/archive/2007/11/27/how-to-video-building-a-multilevel-approval-workflow-with-sharepoint.aspx" target="_blank"><font color="#669966">Click here</font></a>
 to see it)&nbsp; </li><li>Using Active Directory Search/Lookups within SharePoint Workflow's to find users (<a href="http://rshelton.com/archive/2007/11/29/how-to-video-using-active-directory-searchinglookup-in-a-sharepointmoss.aspx"><font color="#669966">Click here</font></a> to
 see it) <br>
</li></ul>
<p><strong><font color="#ff0000">Note</font>: </strong>If you have questions/comments, please leave them on my blog at this
<a href="http://www.sheltonblog.com/archive/2007/10/25/how-to-video-document-workflow-in-sharepoint-moss-2007-extracting.aspx">
<font color="#669966">link</font></a>, as I do not monitor this feedback URL.</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/Robert Shelton/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b1a4ed38575e4aa988a89dec0009dd61">]]></description>
      <comments>http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Extracting-email-addresses-and-sending-emails</comments>
      <itunes:summary>In this 3rd part of the series that I am doing on &amp;quot;Building Document Workflow&amp;quot; in SharePoint/MOSS 2007, I am demonstrating one of the more widely used functions in document workflow: Sending Emails.&amp;nbsp; In this scenario, I have&amp;nbsp;a SharePoint List configured
 to receive email from outside of the corporate firewall (see the links below&amp;nbsp;to learn how to configure your server to do the same), and from that document I extract the email address and then send an automated email response within the workflow.

For the Source Code: 
Click here













You can&amp;nbsp;download the Freely&amp;nbsp;Downloadable&amp;nbsp;&amp;quot;Building Custom&amp;nbsp;Document Workflow with MOSS with Visual Studio 2008&amp;quot; workshops (Developer Content) on my blog (www.sheltonblog.com)
 under the SharePoint Tag, or directly by clicking 
here.
My other SharePoint videos:

 

Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click 
here to see it) Extracting document details from within a workflow (Click 
here to see it) Extracting email addresses and sending emails (Click 
here to see it) Programmatically Creating a User Task within a workflow (Click 
here to see it) Programmatically Escalating an Overdue Task with Visual Studio (Click here to see it)
Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (Click here to see it)
Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (Click here
 to see it)&amp;nbsp; Using Active Directory Search/Lookups within SharePoint Workflow&#39;s to find users (Click here to
 see it) 

Note: If you have questions/comments, please leave them on my blog at this

link, as I do not monitor this feedback URL. 
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Extracting-email-addresses-and-sending-emails</link>
      <pubDate>Fri, 26 Oct 2007 03:05:17 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Extracting-email-addresses-and-sending-emails</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258523_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258523_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/ee3807b8-31cd-435a-a2c5-6cf8e378130e.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/2b0d4f5a-d159-48f8-9581-ae1289693535.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/2/5/8/5/2/350889_Extracting and sending emails.wmv" expression="full" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/2/5/8/5/2/350889_Extracting and sending emails.wmv" length="0" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Robert Shelton, Jr.</dc:creator>
      <itunes:author>Robert Shelton, Jr.</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Extracting-email-addresses-and-sending-emails/RSS</wfw:commentRss>
    </item>
  <item>
      <title>SharePoint Document Workflow: Extracting document details with your workflow</title>
      <description><![CDATA[
<p>This is a&nbsp;2nd part of a series that I am doing on &quot;Building Document Workflow&quot; in SharePoint/MOSS 2007 that I am producing.&nbsp; You can find the freely downloadable workshops that accompanying these videos on my blog
<a href="http://rshelton.com/archive/2007/10/05/sharepoint-document-workflow-with-visual-studio-workshop-documents-download.aspx">
<font color="#669966">here</font></a>. </p>
<p>The scenario is a company has created a portal which will accept resume's for job postings, and that via workflow, the MOSS 2007 portal will handle the workflow (automatically and with human interaction where needed) to process the resume's (documents).
</p>
<p>In this example, I will show how to use the WorkflowProperties Object to get information about the file being uploaded.&nbsp; With SharePoint Workflow you get a variety of detailed information about your workflow item (i.e., Document), including the file name,
 who uploaded/emailed it, when it was last check in/out, etc.&nbsp; </p>
<p>In this demonstration, I assume that the resume file (our sample document) was emailed to the SharePoint list.&nbsp; See my earlier screencast to see how to enable MOSS SharePoint List to receive email (see below for the link).<br>
<br>
You can&nbsp;download the <strong>Freely&nbsp;Downloadable&nbsp;&quot;Building Custom&nbsp;Document Workflow with MOSS with Visual Studio 2008&quot; workshops</strong> (Developer Content) on my blog (<a href="http://www.sheltonblog.com/"><font color="#669966">www.sheltonblog.com</font></a>)
 under the SharePoint Tag, or directly by clicking <a href="http://rshelton.com/archive/2007/10/05/sharepoint-document-workflow-with-visual-studio-workshop-documents-download.aspx">
<font color="#669966">here</font></a>. </p>
<p><u><strong>My other SharePoint videos:<br>
<br>
</strong></u></p>
<li>Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click <a href="http://www.sheltonblog.com/archive/2007/10/23/how-to-video-enabling-incomingoutgoing-email-for-sharepointmoss-2007.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Extracting document details from within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/24/document-workflow-extracting-document-details-with-your-workflow.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Extracting email addresses and sending emails (Click <a href="http://www.sheltonblog.com/archive/2007/10/25/how-to-video-document-workflow-in-sharepoint-moss-2007-extracting.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Programmatically Creating a User Task within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/29/how-to-video-creating-a-user-task-document-workflow-in.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Programmatically Escalating an Overdue Task with Visual Studio (<a href="http://www.sheltonblog.com/archive/2007/11/01/how-to-video-programmatically-escalating-an-overdue-task-document-workflow.aspx"><font color="#669966">Click here</font></a> to see it)
</li><li>Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (<a href="http://sheltonblog.com/archive/2007/11/21/how-to-video-building-a-basic-approval-workflow-with-sharepoint.aspx"><font color="#669966">Click here</font></a> to see it)
</li><li>Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (<a href="http://sheltonblog.com/archive/2007/11/27/how-to-video-building-a-multilevel-approval-workflow-with-sharepoint.aspx" target="_blank"><font color="#669966">Click here</font></a>
 to see it)&nbsp; </li><li>Using Active Directory Search/Lookups within SharePoint Workflow's to find users (<a href="http://rshelton.com/archive/2007/11/29/how-to-video-using-active-directory-searchinglookup-in-a-sharepointmoss.aspx"><font color="#669966">Click here</font></a> to
 see it) <br>
<strong><font color="#ff0000"><br>
Note</font>: </strong>If you have questions/comments, please leave them on my blog at this
<a href="http://rshelton.com/archive/2007/10/05/document-workflow-in-moss-2007-how-to-enable-the-portal.aspx">
<font color="#669966">link</font></a>, as I do not monitor this feedback URL.</li> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/Robert Shelton/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:6239a6f8017d4289841d9dec0009dfff">]]></description>
      <comments>http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Extracting-document-details-with-your-workflow</comments>
      <itunes:summary>
This is a&amp;nbsp;2nd part of a series that I am doing on &amp;quot;Building Document Workflow&amp;quot; in SharePoint/MOSS 2007 that I am producing.&amp;nbsp; You can find the freely downloadable workshops that accompanying these videos on my blog

here.  
The scenario is a company has created a portal which will accept resume&#39;s for job postings, and that via workflow, the MOSS 2007 portal will handle the workflow (automatically and with human interaction where needed) to process the resume&#39;s (documents).
 
In this example, I will show how to use the WorkflowProperties Object to get information about the file being uploaded.&amp;nbsp; With SharePoint Workflow you get a variety of detailed information about your workflow item (i.e., Document), including the file name,
 who uploaded/emailed it, when it was last check in/out, etc.&amp;nbsp;  
In this demonstration, I assume that the resume file (our sample document) was emailed to the SharePoint list.&amp;nbsp; See my earlier screencast to see how to enable MOSS SharePoint List to receive email (see below for the link).

You can&amp;nbsp;download the Freely&amp;nbsp;Downloadable&amp;nbsp;&amp;quot;Building Custom&amp;nbsp;Document Workflow with MOSS with Visual Studio 2008&amp;quot; workshops (Developer Content) on my blog (www.sheltonblog.com)
 under the SharePoint Tag, or directly by clicking 
here.  
My other SharePoint videos:

 
Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click 
here to see it) Extracting document details from within a workflow (Click 
here to see it) Extracting email addresses and sending emails (Click 
here to see it) Programmatically Creating a User Task within a workflow (Click 
here to see it) Programmatically Escalating an Overdue Task with Visual Studio (Click here to see it)
Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (Click here to see it)
Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (Click here
 to see it)&amp;nbsp; Using Active Director</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Extracting-document-details-with-your-workflow</link>
      <pubDate>Wed, 24 Oct 2007 01:47:37 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Extracting-document-details-with-your-workflow</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258459_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258459_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/8de4cb58-7009-4142-a71b-90c2b9fe8ac6.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/e1abb0b1-212e-419c-b4ad-ccefbe13c0e3.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/4/8/5/2/350079_Extracting document details for SharePoint 2007.wmv" expression="full" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/4/8/5/2/350079_Extracting document details for SharePoint 2007.wmv" length="0" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Robert Shelton, Jr.</dc:creator>
      <itunes:author>Robert Shelton, Jr.</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/RobertShelton/SharePoint-Document-Workflow-Extracting-document-details-with-your-workflow/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Enabling (incoming/outgoing) email for SharePoint/MOSS 2007</title>
      <description><![CDATA[
<p>This is a first part of a series that I am doing on &quot;Building Document Workflow&quot; in SharePoint/MOSS 2007 that I am producing.&nbsp; You can find the freely downloadable workshops that accompanying these videos on my blog
<a href="http://rshelton.com/archive/2007/10/05/sharepoint-document-workflow-with-visual-studio-workshop-documents-download.aspx">
<font color="#669966">here</font></a>.</p>
<p>The scenario is a company has created a portal which will accept resume's for job postings, and that via workflow, the MOSS 2007 portal will handle the workflow (automatically and with human interaction where needed) to process the resume's (documents).</p>
<p>This is the first step in the process: Enabling incoming/outgoing email on the portal (9 minutes in length).
</p>
<p>You can find the text (with pictures) walkthrough that matches this video <a href="http://rshelton.com/archive/2007/10/05/document-workflow-in-moss-2007-how-to-enable-the-portal.aspx">
<font color="#669966">here</font></a>.<br>
<br>
<br>
<br>
<br>
<br>
You can&nbsp;download the <font size="3"><strong>Freely&nbsp;Downloadable&nbsp;&quot;Building Document Workflow with MOSS with Visual Studio 2008&quot; workshops</strong>
</font>(Developer Content) on my blog (<a href="http://www.sheltonblog.com/"><font color="#669966">www.sheltonblog.com</font></a>) under the SharePoint Tag, or directly by clicking
<a href="http://rshelton.com/archive/2007/10/05/sharepoint-document-workflow-with-visual-studio-workshop-documents-download.aspx">
<font color="#669966">here</font></a>.<br>
<br>
<font color="#ff0000"><strong><font color="#000000"><u>My other SharePoint videos:</u><br>
</font><br>
</strong><font color="#000000"></font></font></p>
<font color="#ff0000"><font color="#000000">
<li>Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click <a href="http://www.sheltonblog.com/archive/2007/10/23/how-to-video-enabling-incomingoutgoing-email-for-sharepointmoss-2007.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Extracting document details from within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/24/document-workflow-extracting-document-details-with-your-workflow.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Extracting email addresses and sending emails (Click <a href="http://www.sheltonblog.com/archive/2007/10/25/how-to-video-document-workflow-in-sharepoint-moss-2007-extracting.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Programmatically Creating a User Task within a workflow (Click <a href="http://www.sheltonblog.com/archive/2007/10/29/how-to-video-creating-a-user-task-document-workflow-in.aspx">
<font color="#669966">here</font></a> to see it) </li><li>Programmatically Escalating an Overdue Task with Visual Studio (<a href="http://www.sheltonblog.com/archive/2007/11/01/how-to-video-programmatically-escalating-an-overdue-task-document-workflow.aspx"><font color="#669966">Click here</font></a> to see it)
</li><li>Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (<a href="http://sheltonblog.com/archive/2007/11/21/how-to-video-building-a-basic-approval-workflow-with-sharepoint.aspx"><font color="#669966">Click here</font></a> to see it)
</li><li>Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (<a href="http://sheltonblog.com/archive/2007/11/27/how-to-video-building-a-multilevel-approval-workflow-with-sharepoint.aspx" target="_blank"><font color="#669966">Click here</font></a>
 to see it)&nbsp; </li><li>Using Active Directory Search/Lookups within SharePoint Workflow's to find users (<a href="http://rshelton.com/archive/2007/11/29/how-to-video-using-active-directory-searchinglookup-in-a-sharepointmoss.aspx"><font color="#669966">Click here</font></a> to
 see it) </font><br>
<br>
<strong>Note: </strong></font>If you have questions/comments, please leave them on my blog at this
<a href="http://rshelton.com/archive/2007/10/05/document-workflow-in-moss-2007-how-to-enable-the-portal.aspx">
link</a>, as I do not monitor this feedback URL.</li> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/Robert Shelton/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b4cb82d8b00e4f8b95d09dec0009e408">]]></description>
      <comments>http://channel9.msdn.com/Blogs/RobertShelton/Enabling-incomingoutgoing-email-for-SharePointMOSS-2007</comments>
      <itunes:summary>
This is a first part of a series that I am doing on &amp;quot;Building Document Workflow&amp;quot; in SharePoint/MOSS 2007 that I am producing.&amp;nbsp; You can find the freely downloadable workshops that accompanying these videos on my blog

here. 
The scenario is a company has created a portal which will accept resume&#39;s for job postings, and that via workflow, the MOSS 2007 portal will handle the workflow (automatically and with human interaction where needed) to process the resume&#39;s (documents). 
This is the first step in the process: Enabling incoming/outgoing email on the portal (9 minutes in length).
 
You can find the text (with pictures) walkthrough that matches this video 
here.





You can&amp;nbsp;download the Freely&amp;nbsp;Downloadable&amp;nbsp;&amp;quot;Building Document Workflow with MOSS with Visual Studio 2008&amp;quot; workshops
(Developer Content) on my blog (www.sheltonblog.com) under the SharePoint Tag, or directly by clicking

here.

My other SharePoint videos:

 

Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click 
here to see it) Extracting document details from within a workflow (Click 
here to see it) Extracting email addresses and sending emails (Click 
here to see it) Programmatically Creating a User Task within a workflow (Click 
here to see it) Programmatically Escalating an Overdue Task with Visual Studio (Click here to see it)
Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (Click here to see it)
Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (Click here
 to see it)&amp;nbsp; Using Active Directory Search/Lookups within SharePoint Workflow&#39;s to find users (Click here to
 see it) 

Note: If you have questions/comments, please leave them on my blog at this

link, as I do not monitor this feedback URL.</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/RobertShelton/Enabling-incomingoutgoing-email-for-SharePointMOSS-2007</link>
      <pubDate>Tue, 23 Oct 2007 13:19:58 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/RobertShelton/Enabling-incomingoutgoing-email-for-SharePointMOSS-2007</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258438_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258438_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/6d2ae8f9-beda-4a84-832a-9878751ee523.jpg" height="228" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/9ef15cf5-2061-400c-840e-281da5e1358c.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/3/4/8/5/2/349878_Enabling email for SharePoint 2007.wmv" expression="full" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/3/4/8/5/2/349878_Enabling email for SharePoint 2007.wmv" length="0" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Robert Shelton, Jr.</dc:creator>
      <itunes:author>Robert Shelton, Jr.</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/RobertShelton/Enabling-incomingoutgoing-email-for-SharePointMOSS-2007/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Encrypting your web.config file with ASP 2.0 (Visual Studio 2005)</title>
      <description><![CDATA[
<p class="MsoNormal">Federal Developer Evangelist, Robert Shelton, Jr., takes you through a short (8 minute) demonstration of how Encrypt portions of your web.config with ASP 2.0 (Visual Studio 2005).<span>&nbsp;
</span>This walkthrough shows you how to encrypt two sections of your web.config (AppSettings and ConnectionStrings) with the DPAPI (DataProtectionConfigurationProvider).<span>&nbsp;
</span>In addition to these two sections, you can also encrypt your Identity and SessionState sections.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><br>
</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">My blog URL: <a href="http://www.sheltonblog.com">http://sheltonblog.com&nbsp;</a><a href="http://blogs.msdn.com/federaldev/default.aspx"></a></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><a href="/wiki/default.aspx/Channel9.HowToEncryptConfigurationSectionsUsingRsaInAspNet20?diff=y">Channel 9 Article: Encrypt Configuration Sections in ASP.NET 2.0 Using RSA</a></p>
<p class="MsoNormal"><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/paght000005.asp">MSDN Article: How To: Encrypt Configuration Sections in ASP.NET 2.0 Using DPAPI</a></p>
<p class="MsoNormal"><br>
Please check out some of my other screencast by clicking this&nbsp;search <a href="/Search/SearchResults.aspx?q=Robert&#43;Shelton&amp;f=Mzg=&amp;u=MA==">
link</a>.&nbsp; Including a 3 part series on programming Active Directory with Visual Studio 2005.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">~ Robert Shelton, Jr.</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/Robert Shelton/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:58ac5661f23c49039b8a9dea0163ea55">]]></description>
      <comments>http://channel9.msdn.com/Blogs/RobertShelton/Encrypting-your-webconfig-file-with-ASP-20-Visual-Studio-2005</comments>
      <itunes:summary>
Federal Developer Evangelist, Robert Shelton, Jr., takes you through a short (8 minute) demonstration of how Encrypt portions of your web.config with ASP 2.0 (Visual Studio 2005).&amp;nbsp;
This walkthrough shows you how to encrypt two sections of your web.config (AppSettings and ConnectionStrings) with the DPAPI (DataProtectionConfigurationProvider).&amp;nbsp;
In addition to these two sections, you can also encrypt your Identity and SessionState sections. 
&amp;nbsp; 

 
&amp;nbsp; 
My blog URL: http://sheltonblog.com&amp;nbsp; 
&amp;nbsp; 
Channel 9 Article: Encrypt Configuration Sections in ASP.NET 2.0 Using RSA 
MSDN Article: How To: Encrypt Configuration Sections in ASP.NET 2.0 Using DPAPI 

Please check out some of my other screencast by clicking this&amp;nbsp;search 
link.&amp;nbsp; Including a 3 part series on programming Active Directory with Visual Studio 2005. 
&amp;nbsp; 
~ Robert Shelton, Jr. 
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/RobertShelton/Encrypting-your-webconfig-file-with-ASP-20-Visual-Studio-2005</link>
      <pubDate>Mon, 07 Nov 2005 23:35:44 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/RobertShelton/Encrypting-your-webconfig-file-with-ASP-20-Visual-Studio-2005</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/130813_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/130813_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/0bebbb8d-462b-48a0-bb28-6c118e6bef81.jpg" height="174" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/e077aab6-dd94-4e42-8560-f94a6b27f417.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/1/8/0/3/1/134210_Encrypting sections of web config.wmv" expression="full" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/1/8/0/3/1/134210_Encrypting sections of web config.wmv" length="0" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Robert Shelton, Jr.</dc:creator>
      <itunes:author>Robert Shelton, Jr.</itunes:author>
      <slash:comments>6</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/RobertShelton/Encrypting-your-webconfig-file-with-ASP-20-Visual-Studio-2005/RSS</wfw:commentRss>
      <category>ASP.NET</category>
      <category>Security</category>
      <category>Visual Studio</category>
    </item>
  <item>
      <title>Searching Active Directory with .NET (Visual Studio 2005)</title>
      <description><![CDATA[
<p class="MsoNormal">Federal Developer Evangelist, Robert Shelton, takes you through a&nbsp;12&nbsp;minute&nbsp;walkthrough/demonstration of how to search Active Directory for users, groups, and other AD Objects.<span>&nbsp;
</span>This demonstration is using the DirectoryServices namespace of the .NET framework.&nbsp; The demonstration is using Visual Studio 2005, but the code will also work as written for Visual Studio 2003.<br>
</p>
<p class="MsoNormal"><br>
</p>
<p class="MsoNormal"><br>
</p>
<p class="MsoNormal"><br>
</p>
<p class="MsoNormal">You can find the code at my blog: <a href="http://www.sheltonblog.com/">
http://sheltonblog.com&nbsp;</a><br>
</p>
<p class="MsoNormal"><br>
</p>
<p class="MsoNormal"><u><b>My other AD Screencasts:</b></u><br>
</p>
<p class="MsoNormal">- Adding user to AD with .NET</p>
<p class="MsoNormal"><a href="/Showpost.aspx?postid=130700" target="_parent">http://channel9.msdn.com/Showpost.aspx?postid=130700</a><br>
- Adding groups and users to groups with .NET</p>
<p class="MsoNormal"><a href="/Showpost.aspx?postid=132400" target="_parent">http://channel9.msdn.com/Showpost.aspx?postid=132400</a></p>
- AD Searchfilter (Querying) Syntax:
<p class="MsoNormal"><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adsi/adsi/search_filter_syntax.asp" target="_parent">http://</a><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adsi/adsi/search_filter_syntax.asp" target="_parent">msdn.microsoft.com/library/default.asp?url=/library/en-us/adsi/adsi/search_filter_syntax.asp</a></p>
<p class="MsoNormal">&nbsp;- List of SearchScope options:</p>
<p class="MsoNormal"><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdirectoryservicesdirectorysearcherclasssearchscopetopic.asp" target="_parent">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdirectoryservicesdirectorysearcherclasssearchscopetopic.asp</a></p>
<p class="MsoNormal"><br>
</p>
<p class="MsoNormal">~ Robert Shelton<br>
</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/Robert Shelton/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:3cc932e6792b49bd9dbd9dea0163f370">]]></description>
      <comments>http://channel9.msdn.com/Blogs/RobertShelton/Searching-Active-Directory-with-NET-Visual-Studio-2005</comments>
      <itunes:summary>
Federal Developer Evangelist, Robert Shelton, takes you through a&amp;nbsp;12&amp;nbsp;minute&amp;nbsp;walkthrough/demonstration of how to search Active Directory for users, groups, and other AD Objects.&amp;nbsp;
This demonstration is using the DirectoryServices namespace of the .NET framework.&amp;nbsp; The demonstration is using Visual Studio 2005, but the code will also work as written for Visual Studio 2003.
 

 

 

 
You can find the code at my blog: 
http://sheltonblog.com&amp;nbsp;
 

 
My other AD Screencasts:
 
- Adding user to AD with .NET 
http://channel9.msdn.com/Showpost.aspx?postid=130700
- Adding groups and users to groups with .NET 
http://channel9.msdn.com/Showpost.aspx?postid=132400 
- AD Searchfilter (Querying) Syntax:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adsi/adsi/search_filter_syntax.asp 
&amp;nbsp;- List of SearchScope options: 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdirectoryservicesdirectorysearcherclasssearchscopetopic.asp 

 
~ Robert Shelton
 
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/RobertShelton/Searching-Active-Directory-with-NET-Visual-Studio-2005</link>
      <pubDate>Thu, 03 Nov 2005 02:56:19 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/RobertShelton/Searching-Active-Directory-with-NET-Visual-Studio-2005</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/129344_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/129344_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/8909f023-033b-4fe0-b08f-d530c156f93a.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/0fe507a1-3942-4705-9336-f80c8018dcf0.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/4/3/9/2/1/132740_AD Searching with dotnet.wmv" expression="full" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/4/3/9/2/1/132740_AD Searching with dotnet.wmv" length="0" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Robert Shelton, Jr.</dc:creator>
      <itunes:author>Robert Shelton, Jr.</itunes:author>
      <slash:comments>7</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/RobertShelton/Searching-Active-Directory-with-NET-Visual-Studio-2005/RSS</wfw:commentRss>
      <category>Networking</category>
      <category>Security</category>
      <category>Visual Studio</category>
    </item>
  <item>
      <title>Adding Groups (and users to groups) to Active Directory with .NET</title>
      <description><![CDATA[
<p class="MsoNormal">Federal Developer Evangelist, Robert Shelton, takes you through a 8 minute walkthrough/demonstration of how to create a group in active directory with .NET and to add users to that group.<span>&nbsp;
</span>This demonstration is using the DirectoryServices namespace of the .NET framework.</p>
<p class="MsoNormal"><br>
</p>
<p class="MsoNormal"><br>
</p>
<p class="MsoNormal"><br>
</p>
<p class="MsoNormal"><br>
</p>
<p class="MsoNormal">You can find the code at my blog: <a href="http://www.sheltonblog.com/">
http://sheltonblog.com&nbsp;</a></p>
<p class="MsoNormal"><br>
</p>
<p class="MsoNormal">My other Programming AD Screen Casts:<br>
- Searching AD with .NET:<br>
<a href="/Showpost.aspx?postid=132740">http://channel9.msdn.com/Showpost.aspx?postid=132740</a><br>
- Adding users to Active Directory with .NET<br>
<a href="/showpost.aspx?PostID=130700">http://channel9.msdn.com/showpost.aspx?PostID=130700</a><br>
List of Group attributes for Active Directory:<br>
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/c_group.asp">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/c_group.asp</a><br>
List of values for the groupType Attribuet:<br>
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/a_grouptype.asp">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/a_grouptype.asp</a><br>
<br>
~Robert</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/Robert Shelton/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:3fe454d9c9434c27bdf09dea0163fd6b">]]></description>
      <comments>http://channel9.msdn.com/Blogs/RobertShelton/Adding-Groups-and-users-to-groups-to-Active-Directory-with-NET</comments>
      <itunes:summary>
Federal Developer Evangelist, Robert Shelton, takes you through a 8 minute walkthrough/demonstration of how to create a group in active directory with .NET and to add users to that group.&amp;nbsp;
This demonstration is using the DirectoryServices namespace of the .NET framework. 

 

 

 

 
You can find the code at my blog: 
http://sheltonblog.com&amp;nbsp; 

 
My other Programming AD Screen Casts:
- Searching AD with .NET:
http://channel9.msdn.com/Showpost.aspx?postid=132740
- Adding users to Active Directory with .NET
http://channel9.msdn.com/showpost.aspx?PostID=130700
List of Group attributes for Active Directory:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/c_group.asp
List of values for the groupType Attribuet:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/a_grouptype.asp

~Robert 
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/RobertShelton/Adding-Groups-and-users-to-groups-to-Active-Directory-with-NET</link>
      <pubDate>Wed, 02 Nov 2005 03:28:05 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/RobertShelton/Adding-Groups-and-users-to-groups-to-Active-Directory-with-NET</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/129004_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/129004_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/bd680729-f781-4720-ba87-9ba44be94d73.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/97a289be-1394-4752-9e3a-984854a6202d.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/0/0/9/2/1/132400_AddGroup.wmv" expression="full" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/0/0/9/2/1/132400_AddGroup.wmv" length="0" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Robert Shelton, Jr.</dc:creator>
      <itunes:author>Robert Shelton, Jr.</itunes:author>
      <slash:comments>13</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/RobertShelton/Adding-Groups-and-users-to-groups-to-Active-Directory-with-NET/RSS</wfw:commentRss>
      <category>Networking</category>
      <category>Security</category>
      <category>Visual Studio</category>
    </item>
  <item>
      <title>Adding users to Active Directory with .NET</title>
      <description><![CDATA[Federal Developer Evangelist, Robert Shelton, takes you through a 10 minute walkthrough/demonstation of how to add a user and set the users Active Directory properties with .NET (C# in this case).&nbsp;
<br>
<br>
My Other AD Screencasts:<br>
<br>
Adding Groups and users to groups with .NET: <a href="/Showpost.aspx?postid=132400">
http://channel9.msdn.com/Showpost.aspx?postid=132400</a><br>
<br>
Searching AD with .NET: <br>
<a href="/Showpost.aspx?postid=132740">http://channel9.msdn.com/Showpost.aspx?postid=132740</a><br>
<br>
Resource links (shown at the end of the screencast):<br>
<br>
My blog: <a href="http://www.sheltonblog.com">www.sheltonblog.com</a> (where you can download the code).<br>
<br>
Complete list of AD Attributes: <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/attributes.asp">
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/attributes.asp</a><br>
<br>
List of values for the &quot;userAccountControl&quot; attribute: <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/a_useraccountcontrol.asp">
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/a_useraccountcontrol.asp</a><br>
<br>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/Robert Shelton/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:380f321178704e988c1a9dea016409f1">]]></description>
      <comments>http://channel9.msdn.com/Blogs/RobertShelton/Adding-users-to-Active-Directory-with-NET</comments>
      <itunes:summary>Federal Developer Evangelist, Robert Shelton, takes you through a 10 minute walkthrough/demonstation of how to add a user and set the users Active Directory properties with .NET (C# in this case).&amp;nbsp;


My Other AD Screencasts:

Adding Groups and users to groups with .NET: 
http://channel9.msdn.com/Showpost.aspx?postid=132400

Searching AD with .NET: 
http://channel9.msdn.com/Showpost.aspx?postid=132740

Resource links (shown at the end of the screencast):

My blog: www.sheltonblog.com (where you can download the code).

Complete list of AD Attributes: 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/attributes.asp

List of values for the &amp;quot;userAccountControl&amp;quot; attribute: 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/a_useraccountcontrol.asp

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/RobertShelton/Adding-users-to-Active-Directory-with-NET</link>
      <pubDate>Thu, 27 Oct 2005 23:08:56 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/RobertShelton/Adding-users-to-Active-Directory-with-NET</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/127304_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/127304_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/5c5e747f-dcbc-4bd3-8d66-984573d1a5da.jpg" height="205" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/5be04373-d8d2-4a9b-a94e-6c8d113908b4.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/0/3/7/2/1/130700_Adding a user to AD with .NET.wmv" expression="full" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/0/3/7/2/1/130700_Adding a user to AD with .NET.wmv" length="0" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Robert Shelton, Jr.</dc:creator>
      <itunes:author>Robert Shelton, Jr.</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/RobertShelton/Adding-users-to-Active-Directory-with-NET/RSS</wfw:commentRss>
      <category>Networking</category>
      <category>Security</category>
      <category>Visual Studio</category>
    </item>    
</channel>
</rss>