How can I embed Xcelsius in the body of an Outlook e-mail?

I have been trying to put my Xcelsius canvas directly into the body of an e-mail (I don't want it to be an attachment), but so far I have been unsuccessful.
I have tried expporting it to Word (2007) and then from there sending it by using "Send to Mail recipient" option.  However, its just comes up with a blank box or one with an X in it.  I have also tried cutting and pasting it, but I get the same result.  I also tried putting it into power point and again copying and pasting but still it doesn't work and making it a webpage and sending it that way with no result.  I feel that there is a simple way of doing this that I am missing.  Any help or advice would be greatly appreciated!
Thanks!

sounds like the Billing Alert functionality which is currently in preview:
http://msdn.microsoft.com/en-us/library/windowsazure/dn479772.aspx
Not sure though if that works under EA as well.

Similar Messages

  • How can I show attachments in the body of emails that I receive and compose?

    The menu item Display inline is checked. The files are available in the list to be viewed or saved. I would like to see them in the body with the text interleaved as they were created, and I would like to be able to do the same when I compose.

    Yes to both of these. Here's an interesting twist: A few days ago I set up a new profile. This profile displays photos inline on incoming mail. I have not tried sending, but for the same message recieved by the two profiles, the old one only makes the jpegs available as separate attachments, where the new one shows them inline as well. I have tried to compare settings in the different profiles to see what is different, however this is not easy considering that I can have only one copy of Tbird open at one time (so far as I can tell) so switching back and forth is slow.

  • Codes appearing on the Body of my Outlook e-mails

    Can someone make this stop?  I keep getting these codes when I send an email.  Actually I'm not sure if it's the mail I'm sending or receiving.  It started the day i started to get my emails on both my outlook and Blackberry.
    /* Font Definitions */ /* Font Definitions */ @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:#606420; text-decoration:underline;} p {mso-margin-top-alt:auto; margin-right:0in; mso-margin-bottom-alt:auto; margin-left:0in; font-size:12.0pt; font-family:"Times New Roman";} span.EmailStyle18 {mso-style-typeersonal; font-family:Arial; color:navy;} span.EmailStyle19 {mso-style-typeersonal-reply; font-family:Arial; color:navy;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {pageection1;} -->
    Solved!
    Go to Solution.

    Try going into Oulook email options mail format, and switch to plain text, just to see if it changes. ok?
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • How can I embed a pdf file into the body of an email?

    How can I embed a pdf file into the body of an email?

    The problem is defining what it even means to “embed” a PDF file in the body of an e-mail, especially if you are dealing with a multiple page PDF file.
    E-mail is either pure text, rich text (something akin to RTF in Word), or HTML. PDF is not compatible with any of these. Thus, to embed a PDF file, something has to be converted and that means the PDF would be converted to a less graphically rich raster format. But is that what you would really want?
    I think that the MacOS and iOS e-mail clients do under some circumstances place an attached PDF file within HTML segments and by clicking on same, you get the equivalent of extracting the full PDF file, but I have no real experience with that.
    Another alternative is HTML with a proxy image with a hyperlink to an external PDF file that is invoked when you click on the hyperlink.
    Perhaps you can explain what you are really trying to accomplish and what the recipient of such an e-mail's actual experience would be?
              - Dov

  • When I call an external program from Labview, how can I embed the interface into the front panel?

    I'm running Labiew 6i for Linux. I'm using a system exec.vi to call an external program to do image manipulation (since there is no IMAQ for linux). How can I embed the user interface of the external program into the front panel of Labview?

    As far as I know, the only way to embed other GUIs in LabView is an ActiveX in a container.
    As long as you are using Linux, try to place (moving them on the desktop ) the two windows linked (like those 3 of WinAmp).

  • How can I embed a form on my website and set up a submit button so that when people fill out and click Submit, the filled form will be emailed to me as an attached pdf file?

    How can I embed a form on my website and set up a submit button so that when people fill out and click Submit, the filled form will be emailed to me as an attached pdf file?
    Thank you!

    Hi;
    That is not a workflow that is supported by the Adobe forms solutions at this time.
    Thanks,
    Josh

  • How can i use AME for the new OAF page.

    Dear all,
    I have developed a new OAF page and registered under Employee Self Service.
    How can i use AME for the approval process.
    Appreciate your ideas?
    zamora

    I will try to answer based on my experience of working with iProcurement and AME. It depends on how you want to make a call to AME , directly from OAF Page or from Workflow and your requirement. You didn't specify what you want to show the users on OAF Page and your business requirement.
    Before calling AME Engine from the OAF page or workflow, I guess you did already setup AME Transaction Type and it's Approval Groups, Conditions, Action Types and Rules. Do some testing from AME Business Analyst Test Workbench. Please note that, AME provides lot of PL/SQL API's that you have to call from your programs (java or workflow pl/sql)
    Let's look at the workflow and putting an OAF Page as notification.
    As Sameer said, you have kick-off workflow process from PR of CO and with in the workflow function, you make a call to AME Engine API's with the AME Transaction ID. This transactionId belongs to the AME Transsaction Type that you setup. Based on the rules setup, AME Engine generates list of approvers/approver and stores them AME Tables for that transactionId. Then, it sends a notification to the approver.
    In the workflow, where that notification is defined, in the message body you have to put an attribute(&XX_WF_FWK_RN) of type document/send. And this attribute will have the constant JSP:/OA_HTML/OA.jsp?OAFunc=XX_FUNC&paramId=-&DOCUMENT_ID-. This function is SSWA Jsp function that makes a web html call to your OAF Region.
    If your requirement is to just show the list of approvers on the OAF Page, you may have to call AME API diectly passing your AME TrasnactionId with other parameters. Then AME generates list of approvers and stores them in AME tables with each approver status. You can pickup those approvers using VO and show them on OAF Page.
    Hope this gives some idea.

  • How can I embed an html signature in my mail

    how can I embed an html signature in my mail signatures? I have done it easy with older operating systems, but have no idea with the 10.8.2. Following the olds steps don't work...can't "save as" in the library...that folder isn't even an option

    http://code.coneybeare.net/how-to-make-and-html-signature-in-apple-mail

  • How can I embed files of word, excel, and pdf format in a pdf document

    I have a word document of the product, which I am updating for next product release. However, there are some excel, word, and pdf files embedded within a word document. When I double click these embedded files in word, these files open in a new window. However, we deliver documentation to the customer in the pdf format. Therefore, when I am converting the word document in the pdf format, only an icon of the embedded file is displayed and the files do not open in a new window. Can someone let me know how can I embed these files (in word, excel, and pdf format) in a pdf document?

    You must attach them to the PDF file after it is created. You cannot embed file attachments onto a page as you can with Word.

  • How can I embed an DOCTYPE HTML Form from Adobe Forms central into a responsive html5 page?

    How can I embed an DOCTYPE HTML Form from Adobe Forms central into a responsive html5 page?
    -Luis

    Hi,
    You can embed the form on your website, but you need to make sure that javascript has been enabled in the browser. You need to copy the embed code and add it into your HTML code. If you would like FormsCentral to generate embeded HTML form without using javascript, you may post a feature request and vote it. Hope it helps! Thanks!
    Kind regards,
    Shiyao Bao

  • How can I embed a song into a keynote presentation?

    how can I embed a song into a keynote presentation?

    (From Keynote Help)
    Adding Sound to an Individual Slide
    Sound added to an individual slide plays only on the slide to which it’s been added.
    Here are ways to add sound to a slide: 
    Drag a sound file from the Finder anywhere onto the slide canvas or to a media placeholder.
    Click Media in the toolbar, choose iTunes in the Audio pane of the Media Browser, select a playlist, and then drag a file or playlist anywhere onto the slide canvas (including to a media placeholder).
    The sound file is represented on the slide canvas by a speaker icon, but this icon doesn’t appear when you play the slideshow.
    You can start and stop sound playback at any time while the slide is showing. When you advance to the next slide, the sound playback automatically stops. To control when the music starts and stops, select the sound file icon, and then set playback options and use the Start Audio and Stop Audio effects in the Build Inspector. For more information, see Adjusting Media Playback Settings and Creating Movie Builds.
    When you add media files to your slideshow, make sure that they will be available if you transfer your document to another computer. When saving your document, make sure to select “Copy audio and movies into document” in the Save window after you choose Save or Save As. (If you don’t see the option, click the disclosure triangle next to the field, and then click Advanced Options.)
    Also note that some media files are protected under copyright law. Some downloaded music may be played only on the computer where the download occurred. Make sure the computer you’re using has permission to play all the media files included in your slideshow.

  • How can I embed text box on photos?

    How can I embed text box on photos?

      Did this software slow down the system in your experience?
    No, not afaik. It behaves like any other external editor. You do not need to have it running in the background all the time. Just activate it from the contextual menu after ctrl-clicking the image you want to annotate and select "Edit with plug-in -> BorderFX" from the pop-up menu (or Photos ->  Edit with plug-in -> BorderFX) .
    Corky02 really said it all - the only draw back is that this plug-in really is more like an export plug-in and the edited version will create a new master.
    Regards
    Léonie

  • How Can I Embed A Webpage While Making A Post On An Internet Forum?

    What is an easy way to embed or add a webpage into a post, (I know how to include a picture), when answering a thread on a internet forum with my iPad?
    I hope my question is clear enough. Thanks!

    Tap and hold down on the link, and then select Copy from the pop up window. Once you have copied the link, tap and hold down in the text field to get the option to paste.
    How Can I Embed A Webpage While Making A Post On An Internet Forum?

  • How can I Embed Video

    I'm trying to create an application that allows a user to
    combine several types of media files into one swf file that can
    then be passed around and viewed elsewhere. How can I embed a video
    into the swf file? It won't work if you just use the Embed keyword.
    Any ideas?

    To insert a video in a Pages document it's really simple.
    You open *_Pages User Guide_* and you use the Search tool to find the word "video".
    As I'm not a bad guy, I will add that it's described page 24 (in the English version)
    This said, I'm not sure that you will be able to play the video in an exported PDF.
    In fact, I'm quite sure that you can't.
    I don't have an available video file to make tests.
    Yvan KOENIG (VALLAURIS, France) dimanche 16 janvier 2011 21:29:29

  • How can I embed a JPEG so that Windows users....

    How can I embed a JPEG so that Windows users will not have to open it as an attachment? I have a flyer I've converted to a JPEG, and I need to send it out to my contacts. Problem is, a lot of people are too lazy to open attachments in outlook.
    How can I make it so even (ugh) Window's users will just open the email and see the flyer?
    Thanks a lot!

    Dont think you can on ipad numbers.
    Jason

Maybe you are looking for

  • Compress PDF

    Hi Experts, We have loaded very large PDF files which has images in it to our production oracle database, but where in which we supposed to upload only 8MB files. when the files goes beyond 8MB we suppose to compress using adobe professional and them

  • GR/GI print form

    Hi Experts, My client is using same SAP system for multiple countries. One of the country was already using WE03,WA03 output types for GR/GI form printing. Now another country wants new format for GR/GI print form. Can i use WE01/WE02 , WA01/WA02 for

  • Document versions making time machine have huge backups?

    Time machine was working fine until i recently restored a backup last week. Afterwards i backed up everything but now i have noticed that every backup is over 800mb, for no reason. To test this, I backed up my mac, it was a 1.5GB backup, then 1 min l

  • BUG: SQLDev 4.0: Find... (Ctrl-F) does not work properly in some cases

    Hi, I've noticed while working on PL/SQL packages that if I do a search (Ctrl-F), go back to editing and then do another search (Ctrl-F), I get the results of the first search word. As a workaround, if I then click in the search box and edit it (e.g.

  • Is "address layout" preserved in MobileMe or Google Contacts Sync?

    I want to sync Mac Address Book entries with Google Contacts. For many of my addresses I have set the "Change Address Format" option in Address Book to match the country of that specific contact, e.g. address format/layout changed to "United Kingdom"