This.mailDoc or app.mailMsg body format/clickable link

Hello,
I want to send a PDF using this.mailDoc() in a script, but want to include a link to an internal help web page.  Is there a way to make the message body contain a link, maybe by forcing the message to be formatted as HTML? In another, I want to simply send an email with a link in the body, but this time to a file on our server.  It is all for internal use, and all using Windows, and (currently) Outlook as the mail client.
Any suggestions on how to force the message to go out with a link that can be clicked?

You can try formatting your message as an HTML page and hope that your email client will interpret it correctly. Beyond that there's nothing that can be done.

Similar Messages

  • How do I add multiple emails to the cTo: parameter of this.mailDoc?

    Here is the script I am working with. I need the email addresses that the user submits in field "saManager" and field "ManagerEmail" to both end up in the To: field of the generated email. i.e. [email protected];[email protected]
    // Email Variables
    var cToAddr = this.getField("saManager").value;
    var cCCAddr = this.getField("RequestorEmail").value;
    var cSubLine = "This is the Subject";
    var cBody = "This is the email body.";
    //Submission Script
    app.alert("NOTE: Clicking this button generates an email with your completed Meeting Request Form attached.  You must send this email to complete the submission process.");
    this.mailDoc({
        bUI: true,
        cTo: cToAddr,
        cCc: cCCAddr,
        cSubject: cSubLine,
        cMsg: cBody
    Thanks!

    var cToAddr = this.getField("saManager").value + ";" + this.getField("ManagerEmail").value;

  • Problem with app.MailMsg on Korean forms

    Hi,
    I am trying to send an email with Outlook using the following syntax in an email button:
    app.mailMsg(1,"", "", "", "Test", "Korean Text goes here");
    When the email comes up, instead of displaying the Korean text in the body it displays "... ...". If I just copy the Korean text shown here and try to paste it in the body of the email it works just fine. We have all of the proper font and language packs installed. Am I missing something obvious?
    Thanks!

    Install the Mac OS X 10.6.8 Update Combo
    It's ok to do this even though you are already running v10.6.8
    Restart your Mac after the combo is installed, then try the App Store.
    If it crashes again, if you have anti virus software installed, disable that, and turn off the Firewall in System Preferences > Security.

  • I am looking for an app that can unmute my iphone after a preset time, eg 1 or 2 hours. Does anybody know an app with this feature?? The apps I have found are linked to a calendar or a place, I just need the timer function..

    I am looking for an app that can unmute my iphone after a preset time, eg 1 or 2 hours. Does anybody know an app with this feature?? The apps I have found are linked to a calendar or a place, I just need the timer function..

    thanks. yes i am aware of the VoiceOver feature but it is NOT the solution to my problem. as you said, it is a solution to a different set of issues. i want the text to speech ability because i there are books i need to read but do not have the time to sit down and read them and have become used to listening to them read to me either by a professional human reader or with the text to speech software on the Kindle.
    I think Apple makes the best audio devices but i am really disappointed in this inexplainable shortcoming. if apple can give us siri they ought to be able to design a nice little button that i can push to turn on text to speech while i am in a document, book, magazine or webpage. clearly it is possible as apple has added the "reader" button in safari to have web pages dropped into the reader format.
    thanks for your suggestion though, it is what everyone suggests but it does not address the issue.

  • Function app.mailmsg doesn't work in Acrobat 9.4.2.220

    Hello all:
    Today I update Acrobat 9 from 9.3 to 9.4.
    I find the function app.mailMsg() doesn't work any more.
    when I use app.mailMsg() in Javascript, the Acrobat will be aborted and send Error Report.
    Is anyone able to help me with this?
    Many thanks!

    I have tried your suggestion (for example cPdfAVDoc->FindTextA(WideString("R1").c_bstr(), 0, 0, 1);
    but the result is the same.
    Searching directly in the find window of the Acrobat in my application obviously all works correctly. But my target is to search from an external button.
    Thanks

  • How to implement this in Oracle Apps 11i

    Hello Friends
    I am working as a consultant for a manufacturing company.
    They have a format for charging Excise and Sales tax on their products (example below). I dont know how to implement this using oracle apps. Please help me ASAP.
    eg.
    Product A:
    MRP = Rs. 100
    Assessable Value (i.e. the value at which I have contract with the Government to pay Excise Duty) = 60% of MRP = Rs. 60 in this case.
    Excise Duty = 16% of AV =0.16*60 = Rs. 9.6
    Now, let’s suppose I am selling my product to a dealer at 30% discount.
    Therefore, Sale Price = 70% of MRP = Rs. 70
    Sales Tax = 4% of Sale Price = 0.04*70 = 2.8
    Therefore, total revenue from the deal = 70-9.6-2.8 = Rs. 57.6

    you can use Advance Pricing or creating discount or attiribute while calculating.
    this is not much complex, possible even with Advance Pricing too. Thanks
    Shiv

  • Email Body formatting Issue

    Hi,
    We have a requirement to send an email with body in the below mentioned format. I have populated the final internal table with necessary data. I have concatenated all the columns of each record of the final internal table into a text variable with necessary spaces and appended to another internal table of type 'SOLI_TAB'. I am using CL_BCS class to send email. But I am facing an issue with the formatting. Also the column headings should be in bold.
    Column1        Column2         Column3     Column4      Column5
    XXXXX          XXXXXX         XXXXXX    XXXXXX      XXXXX
    XXXXX          XXXXXX         XXXXXX    XXXXXX      XXXXX
    XXXXX          XXXXXX         XXXXXX    XXXXXX      XXXXX
    Current Behaviour:
    Column1        Column2         Column3     Column4      Column5
    XXXXX          XXXX        XXXXXX    XXXXXX      XXXXX
    XXXXX          XXXXXX         XXXXXX    XXXXXX      XXXXX
    XXXXX          XXXXXX         XXXX    XXXXXX      XXXXX
    Can any one help me on this?
    Regard

    hi ,
    Why cant you try putting tablle format for this. and you can make header in bold also
    refer this page
    Table as Email Body
    Thanks Sam.

  • This.mailDoc stopped working?

    I've been sending documents using the standard this.mailDoc method:
         this.mailDoc({
              bUI: false,
              cTo: "[email protected]",
              cCC: "[email protected]",
              cSubject: "The Latest News",
              cMsg: "A.P., attached is my latest news story in PDF."
    For reasons i don't understand it has stopped working? It opens the mail programme but does not open a window with the content added?
    The message is "
    GeneralError: Operation failed.
    Doc.mailDoc:10:AcroForm:Button2:Annot1:MouseUp:Action1
    We are using Lion and Montain Lion with Acrobat 9, the default mail apps are Outlook or Mail. Is there some sort of security i need to check?
    I have uploaded a simple file for anyone interested here.
    https://workspaces.acrobat.com/?d=567EKQdOCJfixBIc44DO*w

    Thank for the feedback.
    Setting it to true has made no difference i still get the same error.
    Also the carbon copy parameter i took from...
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/js/html/wwhel p.htm?&accessible=true
    ...I changed it to 'cCc' and it still did not work for me? This use to work for me on a much more complex mail form, it seems strange that it should suddenly stop.

  • App.mailmsg causing Adobe X to crash

    I have designed a form in Adobe Acrobat.  The form is passed along a workflow using email.  The users wanted a combination of action emails (contain the form) and update emails that are just text.  In order to send the update emails I am using the app.mailmsg command in my submit button.  As I was developing the form I was using Adobe Acrobat Pro 9, and Adobe Reader 9 to test and had no problems.
    Recently one of the users of the form tried using it with Adobe Reader X and the form crashed when she clicked submit.  The error is:
    Adobe Reader has stopped working
    A problem caused the program to stop working correctly.  Please close the program.
    This error only happens in Adobe Reader X and when I comment out the app.mailmsg line the form works fine.  I have even tried removing the dynamic values for email and subject, but it doesn't make a difference.  It crashes no matter what.
    Has anyone else experienced problems with app.mailmsg in Reader X?

    You assume correctly.  I am using app.mailMsg.
    That is some very interesting information.  All my users were using Adobe Reader 9.4.1, and some just recently went to X (myself included to test).  I had never seen this error before Reader X.  An even stranger thing is that I have been testing all morning to recreate the problem, and as of right now I can't get the most recent version of the form to throw the error in Reader X.
    Do you know of another way to send an email from Adobe without attaching the form, that is compatible with Reader?

  • What is the javascript (this.maildoc) code to link mail icon in Acrobat X1

    What is the javascript (this.maildoc) code to link mail icon in Acrobat X1

    The code to use is:
    this.mailDoc();
    This will generate a blank email with the current email attached to it. If you want to specify additional parameters, like the address to send the email to, subject line, body message text, etc., have a look here:
    http://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address
    Notice that this command does NOT actually send the email, it just generates it. It's still up to the user to press Send in their email application/website.

  • How do I change filename when using this.maildoc?

    I am using a button and the this.maildoc method to send my form.  The email recipients, subject and body are all dynamic based on the user's field entries.  Is there a way to make the attached filename dynamic as well?  Thanks!

    Not directly, only if you use a folder-level script to first save the file
    under a different name.

  • Unable to import jpg file: Error: This file is in an unrecognized format.

    I have an iMac 2009 with Mavericks 10.9.3 and iPhoto 11 (v 9.5.1) and am getting an error message trying to load 1000 .jpg photos from ScanCafe.  The error message is: this file is in an unrecognized format.
    I have tried the following but am still unsuccesful:
    1) Upgraded all software
    2) Disk Utility repair permissions.
    3) Rebooted system.
    4) Deleted com.apple.iPhoto plist files.
    4) Tried to import the photos into a new test library within iphoto.
    Interestingly, my son's MacBook is able to load the photos into iphoto.  His ancient laptop is using Mountain Lion 10.8.5 and the same iPhoto 11 (9.5.1).  I have also tried to upload the file from his computer to mine, but the same "unrecognized format" error is received.
    Does anyone have any suggestion

    That's a problem with the format of the photos sent to you by ScanCafe.  The original poster in this topic contacted ScanCafe and had new disks sent to him which solved the problem:
    Re: ScanCafe jpeg photo file unrecognized format in iPhoto, not Preview
    I suggest you contact Carl at ScanCafe and get replacement disks with correctly formatted files.
    OT

  • I cannot found iLife app on my macbook pro and when i want to buying it i cannot and i have this massage (These apps cannot be accepted by your Apple ID.These apps were already assigned to another Apple ID, and they will be available in that Apple ID's P)

    i cannot found iLife app on my macbook pro and when i want to buying it i cannot and i have this massage (These apps cannot be accepted by your Apple ID.These apps were already assigned to another Apple ID, and they will be available in that Apple ID's purchases list. If you don't have access to that AppleID and want to receive future updates, you will needto purchase the applications ) what i want to do now ? please tell me

    Either use the Apple ID you used when you originally purchased the applications or you will have to purchase them using your Apple ID. If you did not have the other Apple ID, then you have the applications illegally or they were improperly included with a computer you purchased from someone else.

  • How do I fix this error, Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Modal session requires modal window'?

         I have been trying to start up my Batman: Arkham City game recently and it says that it cannot open and gives me this error;
                   "Terminating app due to uncaught exception 'NSInternalInconsistancyException', reason: 'Model session requires model window'"
         I have played the game for about 13 hours before this error started to pop up and I was wondering if anyone knew of a way to fix it.  Any information would be greatly appreaciated.

    Yesterday I had the same problem.
    I installed the game and played for five hours with no problem but in the last execution my iMac show me that error. I tried to uninstall and install the game again but always show me the error. I did the same with the Steam client with no solution.
    Finally I fixed the error deleting a folder.
    Go to Macintosh HD/Users/[username]/Library/Caches/com.feralinteractive.bmac
    and delete the folder named "com.plausiblelabs.crashreporter.data"
    Try to launch the game again.
    Good luck.

  • I have a dollar amount balance on my itunes account... can i use this to purchase apps for my MacBook Pro?

    I have a dollar amount balance on my itunes account... can i use this to purchase apps for my MacBook Pro?

    You should be able to.  As long as you are signed in to the same AppleID that has an available balance.  The services are linked.

Maybe you are looking for