I need to send alternative content to ff 3.1 and under

Hi, I am running slidedeck (slidedeck.com, jquery plugin) which doesnt support ff 3.1 and under.
I can serve alternative content to IE6 with a conditional comment, but how can I sniff for the relevant gecko version and redirect to a different page? I understand we are talking about maybe 2.5% of users (which for us is still enough to warrant making sure the page doesnt break horribly for those users!)
== This happened ==
Every time Firefox opened
== I built a website that uses slidedeck.com

It is usually best to check for the existence (support) for specific features and not for a specific browser.
Other browsers may use the same Gecko version and you can't test for every version.
Do you have a problem with CSS or with JavaScript?
A good place to ask questions and advice about web development is at the MozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.
See http://forums.mozillazine.org/viewforum.php?f=25
You need to post a link to the website or relevant parts of the code.

Similar Messages

  • Need to send printer back, black roller nicks paper and causes paper ham.

    Paper jams

    Hi,
    What model of printer do you have? There might be some trouble shooting tips we can go through to solve the problem before returning the printer.
    "Although I work for HP, I'm speaking for myself and not on behalf of HP"
    "Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • How to send task content as email?

    Hi all,
    I have task list, need to send task content as email to a person like:
    How to achieve this?

    Hello,
    create a workflow with SharePoint Designer that sends an email when an item is created.
    Or edit the list form with InfoPath and create a special email view. Include all the fields you want to send in the email. Then create a data connection to submit to email and configure who it is sent to and what the subject line is based on the form values.
    Use a button to submit the form and add a rule to submit the form data, then switch to the email view, submit to the email connection and then close the form.
    This way, the recipient will see the exact form you defined in InfoPath  in the email view.
    cheers, teylyn

  • Flash Alternative Content ~ Best Practice ~ Safari on iOS Devices ~ iPad iPhone iPod Touch

    Hi Folks,
    Is there a documented best practice for providing alternate content for Flash in Safari on iOS devices?
    I am getting white space where my Flash animation would normally appear, and management is displeased. I need to display alternative content in this space. I'm hopeful that Adobe has published a best practice for how to accomplish this.
    tyvm
    Keith

    Not sure about Adobe official stance but they have started using swfobject Flash detection to place Flash <objects> on the Web page. The problem I see with the Adobe implementation is that about the only alternate content they recommend is "Click here to download the latest version of Flash player".
    That is about the lamest alternate content you could possibly imagine! Just because you recommend that your viewers download the new version.... doesn't mean they will... so they still go without REAL alternate content.
    A MUCH BETTER use of swfobject is to actually provide alternate content! For your review::
    If you think that Flash is somehow bad for SEO, it's time to dispell that MYTH!
    If fact, in some circumstances I'll use Flash INSTEAD of just HTML because then I'll have better SEO than with just HTML alone.
    http://www.worldbarefootcenter.com/
    The link to World Barefoot Center in the above post is just one example. View the source code and you see a couple paragraphs of text along with regular HTML links.... but what displays is the Flash version of the image and Flash links.
    The client provided the artwork for the page... and that's what they wanted to use a .jpg image. Well yes, that could be done in HTML but it would be virtually invisible to Google. So Instead I converted the image into a Flash .swf and used swfobject to display the Flash. swfobject allows you to create alternate content inside the <div> which also holds the Flash .swf, then when the page is loaded it detects if the browser has the Flash pluggin. If it does, it displays just the Flash content, if not, it displays the alternate content. Since almost everyone has the Flash pluggin, for most people the Flash version of the <div> will display.
    The alternate content for that <div> can be any regular HTML text, images, media player, links, etc., anything that you would use if you were not using the Flash. Now the best part is that the alternate content can be "over the top" as far as optimizing for SEO, since it will not be seen by most viewers.
    Here's another example of SEO with Flash.. again, the page is just a single image provided by the client:
    http://www.ksowetsuits.com/
    View the source code. The alt content is paragraph after paragraph of information about the site, including lists and links. If it was just the HTML, it might be kind of a boring Home page. But for SEO I can go "over the top" in promoting the site, since most viewers will never see that part... but it's all indexed by search engines. The end result is BETTER SEO using Flash than just HTML.
    On another Web site, a Flash video is displayed, the alt content is the complete text narration of the video. Now how many people would take the time to read that if they could just watch the video instead?? again, better SEO with Flash than without. In fact in one case we had first page search result from that video narration within 4 hours of posting the page.
    On still another site with a Flash video, the alt content is another video, but a .mov version, which will, in effect play Flash video on the iPhone (not possible you say??). Well since the iPhone does not have Flash pluggin, it simply displays the .mov version of the video, while everyione else sees the Flash version.
    So anyway, if Flash is a part of your Web development, you should look into using swfobject and alternate content.
    http://code.google.com/p/swfobject/
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    So it is and has been for a number of years now, very easy to provide alternate content for non Flash devices... and that includes text, images, and video.
    Best wishes,
    Adninjastrator

  • Imm. Help required . To Send the contents of a JFrame to printer

    Hi All
    I need to send the contents of a JFrame or JPanel to the system printer.
    I need the java codings to send the contents of a JFrame to get printed in the default printer.
    Pushparaj T

    I just posted a link to another thread that discusses making a transparent frame.
    http://forum.java.sun.com/thread.jsp?forum=57&thread=490146
    The basis for this concept can be used for sending the image (screen capture) to the printer.
    Should you tackle the project and develop a working screenshot printing program, please post here.

  • Need to send two attachments in mail

    Hi
    I am using FM  to send attachments SO_DOCUMENT_SEND_API1
    But i need to send two different attachments with different data and structure .how to do this
    Please suggest

    Hai,
    Have a look at this code:
    *Body XLS
      DOC_DATA-obj_name  = 'XLS_File'.
      DOC_DATA-obj_descr = ' Sent: 2. Juli 10:12 AM '.
      CTEXT = 'Attached XLS File'.
      APPEND CTEXT.
      DESCRIBE TABLE CTEXT LINES tab_lines.
      READ TABLE CTEXT INDEX tab_lines.
      DOC_DATA-doc_size = 800 . "( tab_lines - 1 ) * 255 + STRLEN( CTEXT ).
      DOC_DATA-NO_CHANGE = 'X'.
      CLEAR PLIST-transf_bin.
      PLIST-head_start = 1.
      PLIST-head_num = 0.
      PLIST-body_start = 1.
      PLIST-body_num = tab_lines.
      PLIST-doc_type = 'RAW'.
      APPEND PLIST.
    *************************End of Body***********************************
    *Attachment XLS
      n = 1.                                    "for sending 1st attachment
      DESCRIBE TABLE gt_9bku LINES tab_lines.
      DESCRIBE TABLE gt_txtedit LINES tlines.
      PLIST-doc_size = 3200 . "( tab_lines - 1 ) * 255 + STRLEN( tlines ).
      PLIST-transf_bin = 'X'.
      PLIST-head_start = 1.
      PLIST-head_num = 1.
      PLIST-body_start = 1.
      PLIST-body_num = 50.
      PLIST-doc_type = 'XLS'.
      DOC_DATA-obj_name = 'XLS1'.
      DOC_DATA-NO_CHANGE = 'X'.
      PLIST-obj_descr = 'Anhang1'.
      APPEND PLIST.
    ********************END OF XLS ATTACHMENT******************************
    **Body DOC
      DOC_DATA-obj_name  = 'DOC_File'.
      DOC_DATA-obj_descr = ' Sent: 3. Juli 09:52 PM '.
      CTEXT = 'Attached DOC File'.
      APPEND CTEXT.
      DESCRIBE TABLE CTEXT LINES tab_lines.
      READ TABLE CTEXT INDEX tab_lines.
      DOC_DATA-doc_size = 5400 . "( tab_lines - 1 ) * 255 + STRLEN( CTEXT ).
      DOC_DATA-NO_CHANGE = 'X'.
      CLEAR PLIST-transf_bin.
      PLIST-head_start = 1.
      PLIST-head_num = 0.
      PLIST-body_start = 1.
      PLIST-body_num = tab_lines.
      PLIST-doc_type = 'RAW'.
      APPEND PLIST.
    **End of Body***********************************************************
    **Attachment DOC
      n = n + tab_lines.                                    "for sending 2nd attachment
      DESCRIBE TABLE gt_9bku LINES tab_lines.
      DESCRIBE TABLE gt_txtedit LINES tlines.
      PLIST-doc_size = 5400 . "( tab_lines - 1 ) * 255 + STRLEN( tlines ).
      PLIST-transf_bin = 'X'.
      PLIST-head_start = 1.
      PLIST-head_num = 1.
      PLIST-body_start = 1.
      PLIST-body_num = 50.
      PLIST-doc_type = 'DOC'.
      DOC_DATA-obj_name = 'DOC1'.
      DOC_DATA-NO_CHANGE = 'X'.
      PLIST-obj_descr = 'Anhang2'.
      APPEND PLIST.
    *********************END OF DOC ATTACHMENT******************************
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
      EXPORTING
        DOCUMENT_DATA                   = DOC_DATA
    *   PUT_IN_OUTBOX                    = 'X'
      IMPORTING
    *   SENT_TO_ALL                      = 'X'
       NEW_OBJECT_ID                    = OBJECT_ID
      TABLES
        PACKING_LIST                     = PLIST
       CONTENTS_BIN                     = objbin_final
       CONTENTS_TXT                     = CTEXT
        RECEIVERS                        = RECEIVER.
    Sorry that the code isn't properly alligned:(
    Best Regards,
    rama
    Edited by: newtoAbap on Jul 22, 2009 9:34 AM
    Edited by: newtoAbap on Jul 22, 2009 12:41 PM

  • Need to send my PC in

    I need to send my computer in to be repaired and i cant seem to locate a link or anything to register the necessary information. Can someone help me out plz?

    You need to contact them through the phone, and they're going to tell you to recover your system to see if the problem is cleared. 
    This only works if it's hardware and you can't do it by yourself, like a hard drive failing.
    You can call them at 1-866-408-5408 or chat with them.
    They're going to send you a box, normally 2 day service by FedEx, and it'll take a couple of days before you get it back.
    There's two styrofoam holders that you place in the box.
    You have to fill out a paper to describe the problem, how to re-occur it and your Windows password if you use one.
    When you get it back it'll be like new (well, sort of) because they have to recover it once again to make Vista compatible with the new hardware.
    Note that the box is like 3 ft by 2 ft.
    Hope this helps 
    I have more HP devices than you'd expect.
    1 HP TouchPad 32 GB with Android
    2 HP Touchsmarts (310-1000z and IQ527)
    2 HP Printers (J6480 and J5750)
    1 Laptop (HP DV6253CL)
    Have at least some experience in each of those devices, and i'll do my best to help you.
    Kudos if I helped!

  • Triing to send pictures threw e mail but it tells me I need a sender verification number. What is it

    I am triing to send pictures threw eliments 9 and it tells me I need a sender verification number. What is it and where do I find it?

    Hey,
    Just to elaborate, as you have added the email id after selecting Adobe email services. You will get an email from '[email protected]'. In this mail there will be an alphanumeric code. This is the verification code asked by Organizer. If this email is not in the inbox then check your spam folder.
    ~Andromeda

  • Stream content from iTunes to AppleTV and Airport Express

    I have an Apple TV in family room which is wirelessly connected to my home network. I also have a PC connected via Ethernet to my network. All my music is stored on an external drive connected to my PC (I don’t store any media on the ATV, as my music is well over 400GB). This setup works great, and allows me to stream content from the external drive to my ATV which is connected to a stereo.
    Next, I purchased an Airport Express, connected it to a second stereo in my basement. After spending 3 hours trying to get it connected to my network, (I had to disable all wireless encryption, and use MAC filtering to keep network secure), I am now able to stream media from iTunes on the PC, to the stereo connected to the Airport Express.
    What I would like to do now, is be able to select a song from the Apple TV (using ATV remote, or iPhone Remote), and have it play in both places. Since the media itself is coming from iTunes running on the PC with the external drive, and it gets streamed from there to Apple TV, how can I also stream the same content to the Airport Express?
    The folks at the Apple store say this is a feature, but no one seems to know how to make it work. I have also read hundreds of posts online, and some say you can do this, others say you cannot. All of those who say it is not possible, state you cannot stream from ATV to AE, but in my case, the media is not on the ATV, it is on the PC, and I just want to use ATV to select the song. From there, it would be iTunes that would send the content to both the ATV and the AE.
    Can someone help myself and many others put this question to rest - can it be done, or not?

    Thanks for the reply. Just as you indicated, I figured out how to use iPhone remote to tell iTunes on PC to output to Express, Apple TV and PC, and that works great - I can even turn on/off any of the speakers from the iPhone - this is so COOL!
    While you answered the question, I am curious about the architecture of all this...If the media is actually on the PC and is controlled by iTunes, isn't the Apple TV doing the same thing as the iPhone Remote - just telling iTunes what to play, and iTunes sends the content to whatever speakers are defined? Keeping that thought, if you can control iTunes via iPhone Remote, and the content will play on any speakers you select, then it would make sense that you could do the same thing with the Apple TV menu - tell iTunes what to play, and let iTunes send to whatever speakers you have selected.

  • Need Help in Sender File Content Conversion

    Hi All,
    I request your expert advice on Sender File content Conversion. I need to process the below pasted file. I was able to achieve this by keeping a offset of 6 in Sender PI File Adapter (PI 7.1) to ignore first 6 lines and used a Unix script to remove last line"END OF REPORT".
    Now my new requirement is I need to capture the date "DECEMBER 2009" from line 3. How can I do this. I have set offset as 6 so Adapter will start processing from line 7. If I don't set offset Interface fails. Please suggest. Thank you.
    ABC LAB            XYZ LIMITED"
                       TRIAL BALANCE"
                       FOR THE PERIOD ENDED DECEMBER 2009"
    "TEST Bank","101000",-1589365.58,0.00,738295.08,0.00
    "TEST Bank Clearing A/c","101200",0.00,0.00,14848018.55,0.00
    "TEST Bank Sweeps","101250",104315957.19,0.00,7571985482.08,0.00
    "TEST Receipts","101260",0.00,0.00,19788596.15,0.00
    "TEST Corporate Deposits","101270",-7776629.87,0.00,-135914980.50,0.00
    "SHARES","00SH",0.00,0.00,-7869890086.22,0.00
    "END OF REPORT"

    Dear Phani,
    Please go through the below blogs:
    File content conversion sites
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns
    /people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Please see the below links for file content conversion..
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC
    File Content Conversion for Unequal Number of Columns
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns - FCC
    Thanks,
    Satya

  • Response from webservice needs to send as Mail content

    Hello,
    i have to configure a scenario as given below
               IDOC --> JDBC --> WebService and response from WebService to SMTPmail receiver.
    now i got strucked at Webservice response. after i got the response from WebService(SOAP), i need to send the both Request and response to Mail Receiver. So Please let me know how to capture request and response both to my SMTPmail adapter(as content or attachment).let me know the steps to proceed for SMTPmail Receiver
    Regards,SARAN

    Hi Raj,
    Thanks for teh reply.
    i have already configured teh above mentioned scenario.but i am not able to get Request and response.
    Could you pelase provide teh steps how to configure BPM in this scenario..(as ia m not handson with BPM)
    Reagrds,Saran

  • Need to send email with content of total sales

    Hi experts,
    I have configure notification mailer and have received also test email. Usually I may receive oracle alerts in my email address.
    I need two solutions or need to build below mention point.
    1) need to send email total daily sale ?
    2) need to setup oracle alerts ?
    I am waiting your kind response or refer solid documents to fulfil my requirements
    Thanks

    You can configure an alert that fires every day at about 1:00 am.
    The alert can query oe_order_lines_all table for all orders lines that were created in booked status on the prior day.
    Then you can format the alert to include the total amount.
    You can group by sales person or by warehouse.
    If you want to group the sales by item numbers, the email may become long depending on the number of items you sell every day.
    See http://docs.oracle.com/cd/A60725_05/html/comnls/us/alr/summary.htm for a great example on how to send a summary alert.
    Hope this helps,
    Sandeep Gandhi

  • Would Like to Get Report of Daily Emails In and Out from Members to a DL Exchange version : 2007 I am the supervisor for the group and want to quantify this information. I do not need to see the content, just quantity is it possible ?

    Would Like to Get Report of Daily Emails In and Out from Members to a DL
    Exchange version : 2007
    I am the supervisor for the group and want to quantify this information. I do not need to see the content, just quantity
    is it possible ?

    Well, distribution groups don't really have a concept of "in" or "out". They only serve to distribute messages sent to them -- unless you're asking to know who was a member of the distribution group at the time a message was sent to the DL.
    Message tracking logs hold the information you want, though. You'd have to look for EXPAND events that reference the distribution group and take the sender's e-mail address from that event. If the DL is a simple one that's not a member of any other groups
    you could also look for RECEIVE events sent to the e-mail address of the group and get the sender's name from that event.
    You can use Powershell extract the rows of data from the logs, but you'll have to write the code to get the data out of those rows and into a format you want. Perhaps LogParser could be useful in place of Powershell?
    --- Rich Matheisen MCSE&I, Exchange MVP

  • I need to erase the contents of my phone and restore to factory settings. Does anybody know how to save your texts so you don't lose them?  Can I back those up to iCloud?  My phone was very likely hacked (Apple's advice was to call the police!)

    "I need to erase the contents of my phone and restore to factory settings. Does anybody know how to save your texts so you don't lose them?  Can I back those up to iCloud?  My phone was very likely hacked (Apple's advice was to call the police!)"
    That was all I could put in the initial "box."  Then it brought me to this page with instructions on how to write a good sentence.
    Proceeding ...
    After going back and forth between Apple, AT&T and the police (all telling me to go to the other two) I took AT&Ts suggestion and got a new number. One tech warned against doing a backup, especially on my Mac, saying if my phone had been hacked then whatever bug was there would then invade my computer. But nobody knows how to determine if the phone has been hacked or a virus was planted there. Unfortunately I know who would have reason to do such a thing and all I can say is that he is at the top technologically and could easily do it. Almost impossible to prove, however.
    So I need to preserve my text messages and my emails as well. I backed up my photos to that Microsoft product (One-Drive) and it froze (Surprise, Surprise) with four short videos to go, and no way of stopping that (when I tried it crashed repeatedly) so I'm in crisis mode here.
    Help ...
    Running 8.0 on 5S
    Thanks!

    Betty I don't know if you fixed your hacking problem but I feel your pain. I've seen some strange things going on between my iMac and my iPhone and Apple has told me the same thing, call the police which I have done. The hackers have stole 500.00 out of my checking account have access to every internet account I use and no matter how often I change the password their right back on the account. I closed my FB account 3 times only to have someone reopen it. Right now I've got a link in my reading list (Safari) that if I click on it, it allows me to log onto my FB account anonymously.
    I've seen a green folder come out of no where while I was trying to delete my passwords out of keychain when that green folder was put into the key chain I was immediately locked out. I than went into system preferences to try to make changes to my security settings, when I clicked on the icon it wouldn't open. I've seen log files of automator receiving commands and sending out my personal information thats on my computer.
    I have a legitamate program called iExplorer that allows you to look at the contents of your iPhone back ups and saw a transaction someone made at the Apple store for some full length movies, some albums, ibooks and other apps but when I called the iTunes store and they said none of those items were showing up on my account. If their not on my account how can they be on my iPhone 6? One day someone was using my gmail account and unknowingly used google maps to search for an Italian restaurant, than a Mexican restaurant than a coffee shop and their search showed up on my iPhone but I didn't have my gmail account installed on my iPhone 6. Using my computer I logged onto my gmail account and looked at the maps history and sure enough there were the searches when I'd hover my curser over the link it gave me the longitude and latitude of the where the hacker was when he was using google maps. I know whoever reads this thinks Im crazy but I've documented everything and can prove the things that I have mentioned in this post actually happened.
    One day I had my laptop (pc) and my iMac next to each other as I was using both. when I clicked on airport it showed that my laptop and my iMac had made a connection and were actually communicating with each other. I know I didn't do it I don't know how. The iMac was logged into my iCloud account while my laptop wasn't. I have formatted my iPhone at least a dozen times, Apple and an Apple retailer have formatted my hard drive not to mention the numerous times I have formatted it but the hackers keep getting on my devices. Im formatting my lap top at this very second because during the course of the night I left the ethernet cable plugged into it and they locked me out of my c: drive, and configured the system so I can't download any updates from Microsoft, overtime I type in www.microsoft.com it changes to ww38.microsoft.com which takes me to a blank page. I right clicked on the page I was redirected to and read the java script and couldn't believe that someone had actually configured Internet Explorer to redirect me to a blank page when I tried to go to Microsoft. Apples answer to all this is there was nothing wrong with my iPhone or my iMac and if I thought there was a problem to call the police which I have done.
    Theres no doubt the hackers are reading this while I type it or will read it and I simply don't care anymore. I no longer email anyone, don't use my iCloud account and have taken precautions to protect my credit but if I ever find out who has invaded my privacy to this extreme the police are going to want to talk to me because Im going to hurt them like they've never been hurt before

  • Need to send a an Outlook attachment with an Email

    Hello everyone ,
    I have a requirement in which I need to send an attachment in a mail as an Outlook attachment. I have used the following code and i am wondering what I would need to change so that the Outlook attachment works fine -
    public static void sendMessageWithAttachments(EmailPoller emailPoller,String body,String toAddresses,String ccAddresses,String subject, BlobDomain associatedEmail)
    throws MessagingException,Exception {
    Properties props = new Properties();
    Session session = Session.getDefaultInstance(props, null);
    MimeMessage message = new MimeMessage(session);
    // Fill in header of the email
    message.setSubject(subject);
    message.setContent(message, "text/plain");
    if ((toAddresses != null) && (toAddresses.trim().length() > 0)) {
    message.addRecipient(Message.RecipientType.TO,
    new InternetAddress(toAddresses));
    if ((ccAddresses != null) && (ccAddresses.trim().length() > 0)) {
    message.addRecipient(Message.RecipientType.CC,
    new InternetAddress(ccAddresses));
    // Create a multi-part to combine the Mime Body parts
    Multipart multipart = new MimeMultipart();
    // Create your new message part to set text inside email & add it to teh multipart
    BodyPart messageBodyPart = new MimeBodyPart();
    messageBodyPart.setText(body);
    multipart.addBodyPart(messageBodyPart);
    // Create and fill MimeBodyPart for the attached content& add to multi part
    messageBodyPart = new MimeBodyPart();
    DataSource source = new ByteArrayDataSource(associatedEmail.toByteArray(),"text/plain");
    messageBodyPart.setDataHandler(new DataHandler(source));
    messageBodyPart.setFileName("associatedEmail.txt");
    multipart.addBodyPart(messageBodyPart);
    // Associate the multi-part with message content
    message.setContent(multipart,"text/html");
    emailPoller.forwardMessage(message);//send email with attachments
    }What I tried was to set the MIME-type for the datasource @
    DataSource source = new ByteArrayDataSource(associatedEmail.toByteArray(),"text/plain");to application/vnd.ms-outlook but it does create an Outlook message as an atatchment but refuses to open it and shows an Error.
    Anyone who know how to make it work please ?

    Thanks a lot ... worked perfectly fine.
    DataSource source = new ByteArrayDataSource(<BlobHavingEmailDetails>.toByteArray(),"message/rfc822");
    messageBodyPart.setDataHandler(new DataHandler(source));
    //etc ... attach MimeBodyPart to MimeMultiPart to send the message with Body & attachment.Yes I wanted to attach another complete message to another one.

Maybe you are looking for