when receiver is opening my email, he should hear a tune playing

  • Thread starter Thread starter its_excited
  • Start date Start date
I

its_excited

hi all,

I want to create an email where a tune is attached in a way, that when
the email is openend by the receiver, he will hear the tune
immediately, whithout having to start it.

can somebody help me out on this?

regards,
Maurice
 
Hi Maurice. There is only two reliable ways to do this:

1) Create an Outlook Add-In that is installed on the receiver's computer
2) Create a custom e-mail form that is installed in the receiver's Personal
Forms library (or in Exchange if they are using it).

It sounds like this would probably not be feasible for you though. But by
default, code in Outlook forms that are e-mailed to other users who do not
have the "master" copy of the custom form installed somewhere will not run:

Office Outlook 2003 or Outlook 2002 does not run VBScript code when you open
an item:
http://support.microsoft.com/kb/290663/

--
Eric Legault - MVP - Outlook
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, WSS 3
Application Development, MOSS 2007 Application Development)
Blog: http://blogs.officezealot.com/legault
Try Picture Attachments Wizard for Outlook!
http://www.collaborativeinnovations.ca
 
Hi Eric,

Quote:
"2) Create a custom e-mail form that is installed in the receiver's
Personal
Forms library (or in Exchange if they are using it). "

we are using a exchange form lib.
please explain me how to create a custom form, then I will make sure
that the form is stored in the lib.


regards,
Maurice
 
I assume the receiver is in the same Exchange organization, otherwise you'll
have two different libraries that you'd need to publish the form to.

Explaining how to create a custom form is a large topic - best you consume
some of the resources here and I'll gladly help you with specific questions:

Microsoft Outlook Custom Forms:
http://www.outlookcode.com/article.aspx?id=35
 
Back
Top