<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Send E-Mail From MS Access using Outlook</title>
	<atom:link href="http://www.jephens.com/2007/05/13/how-to-send-e-mail-from-ms-access-using-outlook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jephens.com/2007/05/13/how-to-send-e-mail-from-ms-access-using-outlook/</link>
	<description>Keeping Computers Happy Since 1997</description>
	<lastBuildDate>Mon, 30 Jan 2012 05:38:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Nell</title>
		<link>http://www.jephens.com/2007/05/13/how-to-send-e-mail-from-ms-access-using-outlook/comment-page-3/#comment-59598</link>
		<dc:creator>Nell</dc:creator>
		<pubDate>Tue, 24 Jan 2012 17:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://10.20.30.112/?p=19#comment-59598</guid>
		<description>Many thanks for this - just what I needed for trying to move the small charity for which I work (as a volunteer) into the electronic age!</description>
		<content:encoded><![CDATA[<p>Many thanks for this &#8211; just what I needed for trying to move the small charity for which I work (as a volunteer) into the electronic age!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.jephens.com/2007/05/13/how-to-send-e-mail-from-ms-access-using-outlook/comment-page-3/#comment-58751</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 19 Jan 2012 18:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://10.20.30.112/?p=19#comment-58751</guid>
		<description>Do you know of a way to provide a &quot;text entry field&quot; in Access so the user can enter custom message bodies that allow formatting text in bold, italic, and Word tables? 

Seems like VBA Access only allows plain text unless I use  the .HTMLbody property in which case, I&#039;m back to hardcoding the message body.

IF NOT THEN...

Is it possible for the user to save an Outlook email in Outlook&#039;s Draft folder and then have Access call that email by Subject Line, and cycle through the &quot;Send To&quot; from Access list?

IF NOT THEN...

I guess I&#039;m looking at querying a list in Access and manually copying it over to a little propriety bulk email program.

Thanks!</description>
		<content:encoded><![CDATA[<p>Do you know of a way to provide a &#8220;text entry field&#8221; in Access so the user can enter custom message bodies that allow formatting text in bold, italic, and Word tables? </p>
<p>Seems like VBA Access only allows plain text unless I use  the .HTMLbody property in which case, I&#8217;m back to hardcoding the message body.</p>
<p>IF NOT THEN&#8230;</p>
<p>Is it possible for the user to save an Outlook email in Outlook&#8217;s Draft folder and then have Access call that email by Subject Line, and cycle through the &#8220;Send To&#8221; from Access list?</p>
<p>IF NOT THEN&#8230;</p>
<p>I guess I&#8217;m looking at querying a list in Access and manually copying it over to a little propriety bulk email program.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Knapp</title>
		<link>http://www.jephens.com/2007/05/13/how-to-send-e-mail-from-ms-access-using-outlook/comment-page-3/#comment-51979</link>
		<dc:creator>Jeff Knapp</dc:creator>
		<pubDate>Sat, 24 Dec 2011 02:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://10.20.30.112/?p=19#comment-51979</guid>
		<description>8000 at once?  This won&#039;t do it that well.</description>
		<content:encoded><![CDATA[<p>8000 at once?  This won&#8217;t do it that well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.jephens.com/2007/05/13/how-to-send-e-mail-from-ms-access-using-outlook/comment-page-3/#comment-50640</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 19 Dec 2011 22:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://10.20.30.112/?p=19#comment-50640</guid>
		<description>I&#039;m also having trouble with the code to track the email in a separate table.  It appears that the variable is being dropped before it can be written.  It has no problem with the &quot;DateSent&quot; since it equals now().  But using MyMail.To cause an error that says the item has been changed or deleted.</description>
		<content:encoded><![CDATA[<p>I&#8217;m also having trouble with the code to track the email in a separate table.  It appears that the variable is being dropped before it can be written.  It has no problem with the &#8220;DateSent&#8221; since it equals now().  But using MyMail.To cause an error that says the item has been changed or deleted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.jephens.com/2007/05/13/how-to-send-e-mail-from-ms-access-using-outlook/comment-page-3/#comment-50634</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 19 Dec 2011 21:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://10.20.30.112/?p=19#comment-50634</guid>
		<description>Is there an effcient way to use this code to send approx. 8,000 emails at once?  I was thinking of trying to have Access create an email list in outlook, but I believe that would involve adding every recipiant to the address book, something I don&#039;t want to do.  Thanks!</description>
		<content:encoded><![CDATA[<p>Is there an effcient way to use this code to send approx. 8,000 emails at once?  I was thinking of trying to have Access create an email list in outlook, but I believe that would involve adding every recipiant to the address book, something I don&#8217;t want to do.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rand</title>
		<link>http://www.jephens.com/2007/05/13/how-to-send-e-mail-from-ms-access-using-outlook/comment-page-3/#comment-48579</link>
		<dc:creator>rand</dc:creator>
		<pubDate>Sun, 11 Dec 2011 04:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://10.20.30.112/?p=19#comment-48579</guid>
		<description>I&#039;m not sure what you mean. to send an email the standard way would be like- 
Set db = CurrentDb()
Dim X As String
Set MailList = db.OpenRecordset(“email”) ‘ list of emails
intI = 1
With MailList
Do Until .EOF
X = MailList.Fields(“email”).value
send emails x()
a query cant send objects if thats what your asking.
you need to populate the list of emails then send them.
also if they are stored as hyper links you need to strip them. maybe you can elaborate a little more.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what you mean. to send an email the standard way would be like-<br />
Set db = CurrentDb()<br />
Dim X As String<br />
Set MailList = db.OpenRecordset(“email”) ‘ list of emails<br />
intI = 1<br />
With MailList<br />
Do Until .EOF<br />
X = MailList.Fields(“email”).value<br />
send emails x()<br />
a query cant send objects if thats what your asking.<br />
you need to populate the list of emails then send them.<br />
also if they are stored as hyper links you need to strip them. maybe you can elaborate a little more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.jephens.com/2007/05/13/how-to-send-e-mail-from-ms-access-using-outlook/comment-page-3/#comment-46294</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Fri, 02 Dec 2011 02:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://10.20.30.112/?p=19#comment-46294</guid>
		<description>I am using a query to show quotes that expired du to exceeding the original quote valid for 30 days parameter.
I am using the emaildatabase object to sendthe query results to an email address.
the email address is a field in the query result.All apears to work if i enter a an email address into the TO field.
When i try to use the email adress value from the query  the email does not go  with an unknown message recipient error message.
What should the syntax be when using the emaildatabase object in access 2010 to send email to the email address in the query?
=[queryname].[emailaddress]   ?????

Thanks</description>
		<content:encoded><![CDATA[<p>I am using a query to show quotes that expired du to exceeding the original quote valid for 30 days parameter.<br />
I am using the emaildatabase object to sendthe query results to an email address.<br />
the email address is a field in the query result.All apears to work if i enter a an email address into the TO field.<br />
When i try to use the email adress value from the query  the email does not go  with an unknown message recipient error message.<br />
What should the syntax be when using the emaildatabase object in access 2010 to send email to the email address in the query?<br />
=[queryname].[emailaddress]   ?????</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rand</title>
		<link>http://www.jephens.com/2007/05/13/how-to-send-e-mail-from-ms-access-using-outlook/comment-page-3/#comment-46090</link>
		<dc:creator>Rand</dc:creator>
		<pubDate>Thu, 01 Dec 2011 05:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://10.20.30.112/?p=19#comment-46090</guid>
		<description>sorry again there is html formatting in the code here is the link for all parts:http://www.text-upload.com/read.php?id=207973&amp;c=2503758
Maybe you should down this link and view it in your IDE editor. I use Codelobster for my editor.
I have success fully sent over 1000 newsletters with this code and hope you learn that even though microsoft constantly challenges us with more and more security blocks we can eventually overcome them with everyones ingenuity and desire to take on a challenge.</description>
		<content:encoded><![CDATA[<p>sorry again there is html formatting in the code here is the link for all parts:<a href="http://www.text-upload.com/read.php?id=207973&#038;c=2503758" rel="nofollow">http://www.text-upload.com/read.php?id=207973&#038;c=2503758</a><br />
Maybe you should down this link and view it in your IDE editor. I use Codelobster for my editor.<br />
I have success fully sent over 1000 newsletters with this code and hope you learn that even though microsoft constantly challenges us with more and more security blocks we can eventually overcome them with everyones ingenuity and desire to take on a challenge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rand</title>
		<link>http://www.jephens.com/2007/05/13/how-to-send-e-mail-from-ms-access-using-outlook/comment-page-3/#comment-46086</link>
		<dc:creator>Rand</dc:creator>
		<pubDate>Thu, 01 Dec 2011 05:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://10.20.30.112/?p=19#comment-46086</guid>
		<description>This section below is actually the most important part what were trying to achieve.
                    Set oAttach = oMsg.attachments.Add(aryAtt(i))
                    &#039;If the attachment is a .jpg assume that we want to embed it in the email
                    If Right(aryAtt(i), 4) = &quot;.jpg&quot; Then
                        oAttach.Fields(&quot;MimeTag&quot;) = &quot;image/jpeg&quot;
                        oAttach.Fields(&amp;H3712001E) = &quot;picture&quot; &amp; CStr(i)
                        &#039;I&#039;m assuming we want the pictures below the optional text that&#039;s passed into this function
                        sMsgBody = sMsgBody &amp; &quot;&quot;</description>
		<content:encoded><![CDATA[<p>This section below is actually the most important part what were trying to achieve.<br />
                    Set oAttach = oMsg.attachments.Add(aryAtt(i))<br />
                    &#8216;If the attachment is a .jpg assume that we want to embed it in the email<br />
                    If Right(aryAtt(i), 4) = &#8220;.jpg&#8221; Then<br />
                        oAttach.Fields(&#8220;MimeTag&#8221;) = &#8220;image/jpeg&#8221;<br />
                        oAttach.Fields(&amp;H3712001E) = &#8220;picture&#8221; &amp; CStr(i)<br />
                        &#8216;I&#8217;m assuming we want the pictures below the optional text that&#8217;s passed into this function<br />
                        sMsgBody = sMsgBody &amp; &#8220;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rand</title>
		<link>http://www.jephens.com/2007/05/13/how-to-send-e-mail-from-ms-access-using-outlook/comment-page-3/#comment-46085</link>
		<dc:creator>Rand</dc:creator>
		<pubDate>Thu, 01 Dec 2011 05:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://10.20.30.112/?p=19#comment-46085</guid>
		<description>Part 3- the sub which created the mail objects and ties it all in together.Note: This is not my code, i dont know who the auther is but i did change it abit to suit my needs. Sorry Mr Author who ever you are.
Private Sub subHandleSendingEmail(sDisplayOrSend As String, _
                                sTo As String, _
                                sCC As String, _
                                sBCC As String, _
                                sSubject As String, _
                                sMsgBody As String, _
                                sAtts As String)



    &#039;sAtts is expected to be a list of files to attach, delimited by &quot;&#124;&quot; (known as a pipe)
     Const olFolderOutbox = 4
    Const olFolderDrafts = 16

    &#039;This section of code will attempt to get an instance of the Outlook object using late binding.
    &#039;If Outlook is closed the code should open Outlook.
    &#039;If Outlook is not installed or the install is corrupted, this section of code should detect that.
    On Error Resume Next

    Dim oOutlookApp As Object
    Set oOutlookApp = GetObject(, &quot;Outlook.Application&quot;)
    If Err.Number  0 Then
        Err.Clear
        Set oOutlookApp = CreateObject(&quot;Outlook.Application&quot;)
        If Err.Number  0 Then
            MsgBox &quot;Error: &quot; &amp; Err.Number &amp; vbCrLf &amp; vbCrLf &amp; _
                    Err.description &amp; vbCrLf &amp; vbCrLf &amp; _
                    &quot;Apparently you do not have Outlook installed or configured properly.&quot;
            Err.Clear
            Set oOutlookApp = Nothing
            Exit Sub
        End If
    End If

    Dim oSession As Object, oMsg As Object, oAttach As Object
    Dim i As Integer, sEntryID As String, sStoreID As String

    On Error Resume Next
    Set oSession = CreateObject(&quot;Redemption.RDOSession&quot;)

    If Err.Number  0 Then
        MsgBox &quot;Please contact your database administrator and give him the following message:&quot; &amp; vbCrLf &amp; vbCrLf &amp; _
            &quot;There was a problem creating the RDOSession. Outlook Redemption Objects must not be installed.&quot;
        Err.Clear
        Set oSession = Nothing
        Set oOutlookApp = Nothing
        Exit Sub
    End If

    oSession.Logon
    Set oMsg = oSession.GetDefaultFolder(olFolderDrafts).items.Add
    sStoreID = oSession.GetDefaultFolder(olFolderDrafts).StoreID

    sEntryID = oMsg.EntryID

    &#039;Multiple email addresses can be passed into the email address fields
    &#039;by passing them into this function, separated by a semicolon

    &#039;If you want to validate the email addresses to make sure they actually have an
    &#039;@ symbol in them and have a domain name that&#039;s formatted correctly, you&#039;ll
    &#039;need to do it before passing it into this function or do it below.

    oMsg.To = sTo
    oMsg.cc = sCC
    oMsg.BCC = sBCC
    oMsg.Subject = sSubject

    &#039;This code will put the attachment filenames listed in sAtts into an array
    &#039;and then attach each file as an attachment and embed the jpegs into the body.
    If sAtts  &quot;1&quot; Then &#039; used to be a zero
        i = 0
        If InStr(sAtts, &quot;&#124;&quot;) = 0 Then sAtts = sAtts &amp; &quot;&#124;&quot; &amp; &quot; &quot;
        &#039;Remove any doubled up delimiters
        sAtts = Replace(sAtts, &quot;&#124;&#124;&quot;, &quot;&#124;&quot;)
        Dim aryAtt() As String
        aryAtt = Split(sAtts, &quot;&#124;&quot;)

        Do Until i = (UBound(aryAtt) + 1)
            &#039;Check to see if the filename is blank before attaching it
            If Trim(aryAtt(i))  &quot;&quot; Then
                &#039;Check to see if the file actually exists before attaching it
                If Dir(aryAtt(i))  &quot;&quot; Then
                    Set oAttach = oMsg.attachments.Add(aryAtt(i))
                    &#039;If the attachment is a .jpg assume that we want to embed it in the email
                    If Right(aryAtt(i), 4) = &quot;.jpg&quot; Then
                        oAttach.Fields(&quot;MimeTag&quot;) = &quot;image/jpeg&quot;
                        oAttach.Fields(&amp;H3712001E) = &quot;picture&quot; &amp; CStr(i)
                        &#039;I&#039;m assuming we want the pictures below the optional text that&#039;s passed into this function
                        sMsgBody = sMsgBody &amp; &quot;&quot;
                    End If
                End If
            End If
            i = i + 1
        Loop
        Else
        MsgBox &quot;quitting , no file selected!&quot;
    Exit Sub
    End If


    oMsg.HTMLBody = sMsgBody
    oMsg.Save

    sEntryID = oMsg.EntryID

    If LCase(sDisplayOrSend) = &quot;send&quot; Then
        oMsg.Send
    End If

    oSession.Logoff
    Set oAttach = Nothing
    Set oMsg = Nothing
    Set oSession = Nothing


    If LCase(sDisplayOrSend) = &quot;display&quot; Then
        Set oMsg = oOutlookApp.GetNamespace(&quot;MAPI&quot;).GetItemFromID(sEntryID, sStoreID)
        Err.Clear
        On Error Resume Next
        oMsg.Display
        If Err.Number  0 Then
            MsgBox &quot;There was a problem displaying the new email because there is a dialog box &quot; &amp; _
                &quot;open in Outlook. Please go to Outlook to resolve this problem, &quot; &amp; _
                &quot;then look for the new email in your Drafts folder.&quot;
            Err.Clear
        End If
        Set oMsg = Nothing
    End If

    Set oOutlookApp = Nothing

End Sub</description>
		<content:encoded><![CDATA[<p>Part 3- the sub which created the mail objects and ties it all in together.Note: This is not my code, i dont know who the auther is but i did change it abit to suit my needs. Sorry Mr Author who ever you are.<br />
Private Sub subHandleSendingEmail(sDisplayOrSend As String, _<br />
                                sTo As String, _<br />
                                sCC As String, _<br />
                                sBCC As String, _<br />
                                sSubject As String, _<br />
                                sMsgBody As String, _<br />
                                sAtts As String)</p>
<p>    &#8216;sAtts is expected to be a list of files to attach, delimited by &#8220;|&#8221; (known as a pipe)<br />
     Const olFolderOutbox = 4<br />
    Const olFolderDrafts = 16</p>
<p>    &#8216;This section of code will attempt to get an instance of the Outlook object using late binding.<br />
    &#8216;If Outlook is closed the code should open Outlook.<br />
    &#8216;If Outlook is not installed or the install is corrupted, this section of code should detect that.<br />
    On Error Resume Next</p>
<p>    Dim oOutlookApp As Object<br />
    Set oOutlookApp = GetObject(, &#8220;Outlook.Application&#8221;)<br />
    If Err.Number  0 Then<br />
        Err.Clear<br />
        Set oOutlookApp = CreateObject(&#8220;Outlook.Application&#8221;)<br />
        If Err.Number  0 Then<br />
            MsgBox &#8220;Error: &#8221; &amp; Err.Number &amp; vbCrLf &amp; vbCrLf &amp; _<br />
                    Err.description &amp; vbCrLf &amp; vbCrLf &amp; _<br />
                    &#8220;Apparently you do not have Outlook installed or configured properly.&#8221;<br />
            Err.Clear<br />
            Set oOutlookApp = Nothing<br />
            Exit Sub<br />
        End If<br />
    End If</p>
<p>    Dim oSession As Object, oMsg As Object, oAttach As Object<br />
    Dim i As Integer, sEntryID As String, sStoreID As String</p>
<p>    On Error Resume Next<br />
    Set oSession = CreateObject(&#8220;Redemption.RDOSession&#8221;)</p>
<p>    If Err.Number  0 Then<br />
        MsgBox &#8220;Please contact your database administrator and give him the following message:&#8221; &amp; vbCrLf &amp; vbCrLf &amp; _<br />
            &#8220;There was a problem creating the RDOSession. Outlook Redemption Objects must not be installed.&#8221;<br />
        Err.Clear<br />
        Set oSession = Nothing<br />
        Set oOutlookApp = Nothing<br />
        Exit Sub<br />
    End If</p>
<p>    oSession.Logon<br />
    Set oMsg = oSession.GetDefaultFolder(olFolderDrafts).items.Add<br />
    sStoreID = oSession.GetDefaultFolder(olFolderDrafts).StoreID</p>
<p>    sEntryID = oMsg.EntryID</p>
<p>    &#8216;Multiple email addresses can be passed into the email address fields<br />
    &#8216;by passing them into this function, separated by a semicolon</p>
<p>    &#8216;If you want to validate the email addresses to make sure they actually have an<br />
    &#8216;@ symbol in them and have a domain name that&#8217;s formatted correctly, you&#8217;ll<br />
    &#8216;need to do it before passing it into this function or do it below.</p>
<p>    oMsg.To = sTo<br />
    oMsg.cc = sCC<br />
    oMsg.BCC = sBCC<br />
    oMsg.Subject = sSubject</p>
<p>    &#8216;This code will put the attachment filenames listed in sAtts into an array<br />
    &#8216;and then attach each file as an attachment and embed the jpegs into the body.<br />
    If sAtts  &#8220;1&#8243; Then &#8216; used to be a zero<br />
        i = 0<br />
        If InStr(sAtts, &#8220;|&#8221;) = 0 Then sAtts = sAtts &amp; &#8220;|&#8221; &amp; &#8221; &#8221;<br />
        &#8216;Remove any doubled up delimiters<br />
        sAtts = Replace(sAtts, &#8220;||&#8221;, &#8220;|&#8221;)<br />
        Dim aryAtt() As String<br />
        aryAtt = Split(sAtts, &#8220;|&#8221;)</p>
<p>        Do Until i = (UBound(aryAtt) + 1)<br />
            &#8216;Check to see if the filename is blank before attaching it<br />
            If Trim(aryAtt(i))  &#8220;&#8221; Then<br />
                &#8216;Check to see if the file actually exists before attaching it<br />
                If Dir(aryAtt(i))  &#8220;&#8221; Then<br />
                    Set oAttach = oMsg.attachments.Add(aryAtt(i))<br />
                    &#8216;If the attachment is a .jpg assume that we want to embed it in the email<br />
                    If Right(aryAtt(i), 4) = &#8220;.jpg&#8221; Then<br />
                        oAttach.Fields(&#8220;MimeTag&#8221;) = &#8220;image/jpeg&#8221;<br />
                        oAttach.Fields(&amp;H3712001E) = &#8220;picture&#8221; &amp; CStr(i)<br />
                        &#8216;I&#8217;m assuming we want the pictures below the optional text that&#8217;s passed into this function<br />
                        sMsgBody = sMsgBody &amp; &#8220;&#8221;<br />
                    End If<br />
                End If<br />
            End If<br />
            i = i + 1<br />
        Loop<br />
        Else<br />
        MsgBox &#8220;quitting , no file selected!&#8221;<br />
    Exit Sub<br />
    End If</p>
<p>    oMsg.HTMLBody = sMsgBody<br />
    oMsg.Save</p>
<p>    sEntryID = oMsg.EntryID</p>
<p>    If LCase(sDisplayOrSend) = &#8220;send&#8221; Then<br />
        oMsg.Send<br />
    End If</p>
<p>    oSession.Logoff<br />
    Set oAttach = Nothing<br />
    Set oMsg = Nothing<br />
    Set oSession = Nothing</p>
<p>    If LCase(sDisplayOrSend) = &#8220;display&#8221; Then<br />
        Set oMsg = oOutlookApp.GetNamespace(&#8220;MAPI&#8221;).GetItemFromID(sEntryID, sStoreID)<br />
        Err.Clear<br />
        On Error Resume Next<br />
        oMsg.Display<br />
        If Err.Number  0 Then<br />
            MsgBox &#8220;There was a problem displaying the new email because there is a dialog box &#8221; &amp; _<br />
                &#8220;open in Outlook. Please go to Outlook to resolve this problem, &#8221; &amp; _<br />
                &#8220;then look for the new email in your Drafts folder.&#8221;<br />
            Err.Clear<br />
        End If<br />
        Set oMsg = Nothing<br />
    End If</p>
<p>    Set oOutlookApp = Nothing</p>
<p>End Sub</p>
]]></content:encoded>
	</item>
</channel>
</rss>

