TarunAgarwal
Programmer
Hi,
I am trying to use a Microsoft Stationery, which is in the form of HTML. It has two file references. One is a background file, which is a JPG, and the other is a background sound file.
Outlook Version-2000
OS- Win2000 Professional
The problem is that when I am trying to send a mail with this stationery, only the JPG file is present as the background image. The music file does not play.
On comparing the HTML source of the Stationery and the Sent Mail, I found out that the JPG source was converted from the hard coded value(in Stationery) to a CID value (in Sent Mail), while the source of the sound file was not coded.
Could you help me out in this regard? Is it that only image files are coded and not the sound files? I am also sending the 2 lines of code in the HTML source of the Stationery and the Sent Mail.
Regards,
Tarun.
Stationery HTML:
<body background="file:///C:/Program%20Files/Common%20Files/Microsoft%20Shared/Stationery/srk.jpg" style="font-family: Beagle; color: #0F2368; font-size: 14pt; font-weight: bold">
<BGSOUND balance=0 loop=infinite
src="file:///C:/Program%20Files/Common%20Files/Microsoft%20Shared/Stationery/Retest.wav" volume=0>
Sent Mail HTML:
<BODY background=cid:470294807@25022002-1349
style="COLOR: #0f2368; FONT-FAMILY: Beagle; FONT-SIZE: 14pt; FONT-WEIGHT: bold"><BGSOUND
balance=0 loop=infinite src="file:///C:/Program%20Files/Common%20Files/Microsoft%20Shared/Stationery/Retest.wav" volume=0>
As you can see, the body background has been converted to the CID value.
I am trying to use a Microsoft Stationery, which is in the form of HTML. It has two file references. One is a background file, which is a JPG, and the other is a background sound file.
Outlook Version-2000
OS- Win2000 Professional
The problem is that when I am trying to send a mail with this stationery, only the JPG file is present as the background image. The music file does not play.
On comparing the HTML source of the Stationery and the Sent Mail, I found out that the JPG source was converted from the hard coded value(in Stationery) to a CID value (in Sent Mail), while the source of the sound file was not coded.
Could you help me out in this regard? Is it that only image files are coded and not the sound files? I am also sending the 2 lines of code in the HTML source of the Stationery and the Sent Mail.
Regards,
Tarun.
Stationery HTML:
<body background="file:///C:/Program%20Files/Common%20Files/Microsoft%20Shared/Stationery/srk.jpg" style="font-family: Beagle; color: #0F2368; font-size: 14pt; font-weight: bold">
<BGSOUND balance=0 loop=infinite
src="file:///C:/Program%20Files/Common%20Files/Microsoft%20Shared/Stationery/Retest.wav" volume=0>
Sent Mail HTML:
<BODY background=cid:470294807@25022002-1349
style="COLOR: #0f2368; FONT-FAMILY: Beagle; FONT-SIZE: 14pt; FONT-WEIGHT: bold"><BGSOUND
balance=0 loop=infinite src="file:///C:/Program%20Files/Common%20Files/Microsoft%20Shared/Stationery/Retest.wav" volume=0>
As you can see, the body background has been converted to the CID value.