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 ...
0
votes
2answers
346 views
Outlook plugin new mail information C#
I am working on an outlook plug-in. Now, I have a requirement to know the attached file name, size and possible then the content of mail before downloading the mail in the outlook. So, we can take ...