AboutJim Stiles Expertise I am a Certified Internet Web master and designer with twelve years experience in creating, developing and maintaining both personal and corporate web sites. I have an extensive working knowledge of HTML, DHTML and JavaScript. While I specialize in DHTML and JavaScript functions, my main topic is assisting persons and businesses with the overall development and outlay of their web sites. I also have 18 years of experience in Law Enforcement and Corrections. I have an extensive knowledge of all Microsoft Office applications, all Windows Operating systems, Eudora and Outlook email programs as well as Microsoft Exchange server 5.5 and Outlook Web Access. I am also certified in Video Teleconferencing and network systems.
Experience I have many various certifications from Microsoft as well as individual course studies in web site development, advanced database development, Cisco ISDN, LAN and WAN technologies. I have developed and currently maintain four personal and three corporate web sites. I currently hold the position of Network Adminstrator for the Information Services Division at my local Sheriffs Office.
Question how can I save the music from a Microsoft Outlook e-mail? I don't want the e-mail itself but I would like to save the background music to my music files.
Answer First, veiw the source code for the email message:
Open the message, then select other Actions, view Source from the Actions menu.
Now, you will need to search for the audio file in the source code. The file will usually end with .mid or .mp3.
You can also search for the word "embed".
In either case, you will find a line in the code similar to the below line:
Within this line in the target for the music file you want. Simply copy the full URL address for the music file and paste it into your browser address.
You should be able to save the file to your computer.