Thanks Joe!
The problem is that the receiver has a sound card, and he is using the same mail program (Outlook 2000) to read my mails, that I am using to send my mails.
The stationery is being sent in HTML format. I have looked at the sources of my Stationery, and the mail that the person received. I could make out a difference prominently.
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, but the BG sound still refers to a hard coded value. So I guess, its not able to find that sound file on the receiver's pc.
Any light on this??
Regards,
Tarun