How to open a PDF file in Microsoft Mail - Version Microsoft Vista

I ache to open a PDF attachment in an email sent to my email from microsoft.  Premium version of Windows Vista

Thank you

Microsoft Mail has not been in production for 15 years. Using the default Vista Windows Mail? Adobe Reader is installed? The attachment opens if you save it on your HARD drive? If so, then create an association.

Save the attachment to your HARD drive. Right-click on it and open with | Choose the program. Find and choose a program that works, (Adobe Reader), then check the box: always use this program to open this type of file. This should allow you to open these attachments in the future.   Bruce Hagen MS - MVP [Mail]

Tags: Windows

Similar Questions

  • How to open the pdf files from hotmail.

    OMG no body can help with this question, how to open the pdf files from hotmail

    OMG no body can help with this question, how to open the pdf files from hotmail

    Told you that you need Adobe Reader, which is designed to open pdf files?

    Download Adobe Reader:

    http://www.Adobe.com/products/reader.html

  • How to open a PDF file in Windows 7? When I click on an all I get is a blue promotion screen 'extras '.

    How to open a PDF file in Windows 7? All I get is a blue promotion screen 'extras '.

    One of those 'extras' is likely to be Adobe Reader :)

  • I need a step by step instructions on how to convert a PDF file to Microsoft word, so I can change it

    I need a step by step instructions on how to convert a PDF file to Microsoft Word, so I can modify it.

    Hello Sharon,

    Here is a quick guide:

    1. log-in to cloud.acrobat.com

    2. click on the tab PDF export

    3. click on the big blue button labeled as "PDF files selected for export

    4. a Pop up window appears, you must click on "Choose the files on my computer" and select the file to convert.

    5. click on continue and then click on the button "export to Word.

    You will be asked to download the converted file once finished the process of file conversion.

    Kind regards

    Rahul

  • How to open a pdf file in the custom file system browser?

    Hello experts

    Nice day

    My Forms/version BEING 10.1.2.3

    Operating system Windows server 2008r2 / 2012r2

    I want to open a PDF file of file system server (pdf file stored in the custom example path D:\folder1\folder_pdf\pdf_file.pdf ) in a web browser as we call / open a PDF reports by clicking a button.

    How can I achieve this?

    Thanks in advance.

    Ask2Learn

    Hello @ask2Learn

    Follow

    1 web.show_document virtual directory. Oracle Community

    2 view the web document does not... | Oracle Community

    Hope this helps

    Hamid

  • How to open a pdf file in an e-mail after updating to ios 9.2?

    He appears as a picture of the document and don't open in the Adobe application.  9.1 and earlier, I could click on the attachment and it will open the pdf file.  I then select the option box and say open in Adobe where I could fill out the form and save it in my iPhone.  9.2 IOS it no longer gives it as an option.

    Hi Grayl,

    Please see this:

    iPad: How to open PDF documents in Adobe Acrobat Reader for iOS (iPad version)

    iPhone: How to open PDF documents in Adobe Acrobat Reader for iOS (iPhone version)

    Thank you

    Abhishek

  • How to open a PDF file using the built-in Viewer? (Windows 8.1)

    When I try to open a PDF file I have the pop-up dialogue "you have chosen to open *.pdf Firefox do with this file? And display in Firefox is not one of the options. I am sure that what is happening is that there is no dialogue, and the PDF has just opened in the integrated Viewer pdf.js. If something is wrong with my profile I guess.

    I tried the instructions here: https://support.mozilla.org/en-US/kb/view-pdf-files-firefox-without-downloading-them

    I checked through all my extensions and you do not have open a PDF (I have uBlock, NoScript and Zotero).
    I completely uninstalled Adobe Reader.
    I checked that in preferences/Applications, PDF is set to "Preview in Firefox.
    I did as I went through: config and change all settings with 'pdf' on their return to their default values
    But none of these things work.

    Is there anything else I can try to get this working?

    I think the problem I had was that some of the PDF files is served by Web sites with a "header" (I don't really know what that means) called "Content-Disposition: attachment", and when this happens, Firefox refuses to load them into the integrated PDF Viewer. (I don't know why Web sites this.)

    It is very helpful, especially because Firefox gives no indication as to what is happening (why the user preference for a PDF file is not respected). I just thought that the PDF Viewer was broken and spent hours trying to fix it.

    If anyone runs into this problem, there is an extension that fixes it: https://addons.mozilla.org/en-us/firefox/addon/inlinedisposition/

    There is a Bugzilla bug open about it: https://bugzilla.mozilla.org/show_bug.cgi?id=773942

    As far as I can see, it would be trivial reflect changes the extension above in Firefox. In the bug of no claim that it would be a bad thing to do for safety reasons. But Firefox should at least present the user the ability to open the PDF file in the integrated Viewer or even more at least have explanations on why the PDF is not currently open in the Viewer, for example "this PDF file was marked for download, so for safety reasons it has not been opened in the integrated Viewer. Who would save people like me, who don't know the HTTP headers that are complicated, just think that Firefox is broken.

  • How to open the pdf file using the LabVIEW program

    I want to open the pdf file using the system exe, but this isn't the case. Can you help me?

    Thanks for your help.

  • How to open a PDF file to a specific number of page in Safari 8.0?

    I use the command #page = 33 to try to force Safari to open a PDF file to a specific page number. While this works very well on almost all Web browsers, it doesn't seem to work in Safari. What I am doing wrong?

    Thank you!

    The problem is probably with the PDF of Safari plugin, which does not correctly open settings. To be fair, however, is not a part of the PDF ISO specification, but something that Adobe put up on their own in their PDF plugins, so that other applications are not obliged to follow.

    If you switch to using software Macromedia so it should work, even in Safari.

  • How to open a PDF file after the expiry of the eLearning Suite trial?

    When I try to open a PDF file I just get the license screen. The uninstall does not work.

    Start Adobe Reader directly. Use file > open.

  • How to open a pdf file in its native player in iOS using AIR?

    Hello

    I wonder if there is no feasibility to open a pdf file directly in its native player in the environment of iOS. I had to do since an AIR application.

    I found that AIR can be applied using a java program to run the task above for Android.

    Here is the link: http://www.jamesward.com/2011/05/11/extending-air-for-android/

    Thanks in advance,

    SRI

    Hello

    When you say native player, you mean ibooks? or the integrated web PDF Viewer?

    iBooks:

    Use the URL scheme provided by apple to call the app... you can find more information about certain patterns known to http://wiki.akosma.com/IPhone_URL_Schemes

    I him have not tested/used, but it is average of thw you can call other apps of your application.

    WebViewer:

    Create an instance of StageWebView, a load then the PDF with it:

    var view: StageWebView = new StageWebView();

    view.viewPort = new Rectangle (0,0,320,480);

    View.stage = stage;

    view.loadURL ('yourPDF.pdf');

    Note: I have not tested the latest code, it may contain errors, but you get the idea...

  • How to open the pdf file residing on the server to the client computer applications?

    Hi all
    The scenario is that I've developed a form using forms10g (9.0.4). I wrote the following lines in the module of the form, there is a button.in the code for this button.
    AppID: = DDE. App_Begin ("C:\Program Files\Adobe\Acrobat 5.0\Acrobat\Acrobat.exe C:\2dayDBA.pdf', DDE.") App_Mode_Maximized);
    ConvID: = DDE. Insider ("Acrobat", '2dayDBA.pdf');
    Now when I run the form and click the button, it opens the pdf "2dayDBA.pdf" file and it works fine.
    My problem is that when I deploy the same form on Oracle application server and copy the pdf files in the same location with acrobat reader installed at the same place and run the formula browser client and press
    the button, it does not open the pdf file and gives me the error "Exception no Oracle".

    someone has the solution for this. (don't forget I want to just open the pdf file of the client)
    its really urgent

    Kind regards
    abbasyazdani

    Stop and then restart the OC4J container, and then try again.

    François

  • How to open the .3gp files using Microsoft Outlook

    Trying to get some videos/pic of the .3gp file

    I am trying to open the .3gp on my Outlook files. How can I open these files.

    06/01/2010 09:16, 10Sweetie wrote:
    >
    > * I am trying to open the .3gp on my Outlook files. How can I open these
    > files.*
    >
    Save this file to disk hard and then go into Windows Explorer
    right-click on it and select the program with which you want to open
    It and then set this program as default program to open these files.
     
    Possibly Windows Media Player, BUT see
    There may be additional software you need to install.
     
    --
    Hope this helps,
    Doug Robbins - Word MVP
    DKR [atsymbol] MVP [dot] org
    Please answer in the forum so that others can benefit from, unless you wish to obtain my services on a professional basis.
     
     

    Doug Robbins - dkr [atsymbol] Word MVP MVP [dot] org

  • How can open a PDF file on my iPad of Safari?

    Hello

    Could you look in section "Open in Safari" of the FAQ document?

    How to open PDF documents in Adobe Acrobat Reader for iOS (iPad version)

    Please let us know if you have any additional questions.

    Thank you.

  • How to open a pdf file in the free trial version

    Subscribe to the free trial of acrobat pro dc and I don't know how I can load a pdf file and then convert it to word.

    I use a pc.

    Someone knows how to do?

    Thank you

Maybe you are looking for