Author: buildbot
Date: Thu Dec 27 10:24:47 2012
New Revision: 843973

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/mail.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Thu Dec 27 
10:24:47 2012
@@ -10691,6 +10691,10 @@ template.sendBodyAndHeaders(<span class=
 
 <p>The preceding example uses a semicolon, <tt>;</tt>, as the separator 
character.</p>
 
+<h3><a shape="rect" 
name="BookComponentAppendix-GettheMessageIDofMimeMessage"></a>Get the Message 
ID of MimeMessage</h3>
+
+<p><b>Since Camel 2.11</b> When using the MailProducer the send the mail to 
sever, you should be able to get the message id of the <a shape="rect" 
class="external-link" 
href="http://java.sun.com/javaee/5/docs/api/javax/mail/internet/MimeMessage.html";
 rel="nofollow">MimeMessage</a> with the key <tt>CamelMailMessageId</tt> form 
the Camel message header.</p>
+
 <h3><a shape="rect" 
name="BookComponentAppendix-Settingsendernameandemail"></a>Setting sender name 
and email</h3>
 
 <p>You can specify recipients in the format, <tt>name &lt;email&gt;</tt>, to 
include both the name and the email address of the recipient.</p>

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Thu Dec 27 10:24:47 
2012
@@ -30950,6 +30950,10 @@ template.sendBodyAndHeaders(<span class=
 
 <p>The preceding example uses a semicolon, <tt>;</tt>, as the separator 
character.</p>
 
+<h3><a shape="rect" name="BookInOnePage-GettheMessageIDofMimeMessage"></a>Get 
the Message ID of MimeMessage</h3>
+
+<p><b>Since Camel 2.11</b> When using the MailProducer the send the mail to 
sever, you should be able to get the message id of the <a shape="rect" 
class="external-link" 
href="http://java.sun.com/javaee/5/docs/api/javax/mail/internet/MimeMessage.html";
 rel="nofollow">MimeMessage</a> with the key <tt>CamelMailMessageId</tt> form 
the Camel message header.</p>
+
 <h3><a shape="rect" name="BookInOnePage-Settingsendernameandemail"></a>Setting 
sender name and email</h3>
 
 <p>You can specify recipients in the format, <tt>name &lt;email&gt;</tt>, to 
include both the name and the email address of the recipient.</p>

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/mail.html
==============================================================================
--- websites/production/camel/content/mail.html (original)
+++ websites/production/camel/content/mail.html Thu Dec 27 10:24:47 2012
@@ -258,6 +258,10 @@ template.sendBodyAndHeaders(<span class=
 
 <p>The preceding example uses a semicolon, <tt>;</tt>, as the separator 
character.</p>
 
+<h3><a shape="rect" name="Mail-GettheMessageIDofMimeMessage"></a>Get the 
Message ID of MimeMessage</h3>
+
+<p><b>Since Camel 2.11</b> When using the MailProducer the send the mail to 
sever, you should be able to get the message id of the <a shape="rect" 
class="external-link" 
href="http://java.sun.com/javaee/5/docs/api/javax/mail/internet/MimeMessage.html";
 rel="nofollow">MimeMessage</a> with the key <tt>CamelMailMessageId</tt> form 
the Camel message header.</p>
+
 <h3><a shape="rect" name="Mail-Settingsendernameandemail"></a>Setting sender 
name and email</h3>
 
 <p>You can specify recipients in the format, <tt>name &lt;email&gt;</tt>, to 
include both the name and the email address of the recipient.</p>


Reply via email to