Tagged Questions
3
votes
2answers
700 views
How do I play the “New Mail” system sound in .Net?
How do I play the "New Mail" system sound in C#? This is also called the "Notify" sound.
In Win32, that would be something like
sndPlaySound('Notify', (SND_ALIAS or SND_ASYNC));
So how do you do ...