Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
2k views

VSTO: process mail using newmailex before outlook rules move mail

I am creating an addon for Outlook 2007 that reads a mail item when it is received, and then rewrites it. The addon works great, and rewrites the mail for items that do not have an Outlook rule that ...
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 ...
2
votes
2answers
95 views

ASP.NET Check new mail on Lotus Notes/Domino server

Is there a way to check new mail on a Lotus Notes/Domino server in ASP.NET 3.5+, for multiple users. Users are logged in with there Windows Domain account into the ASPx application.
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 ...