Click here to Skip to main content
16,006,006 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralContext Menu Pin
KEITHSTER1-Mar-04 7:57
KEITHSTER1-Mar-04 7:57 
GeneralRe: Context Menu Pin
yangchengmin1-Mar-04 18:43
yangchengmin1-Mar-04 18:43 
Generalabsolute memory access Pin
Allan P. Krings1-Mar-04 4:08
Allan P. Krings1-Mar-04 4:08 
Generalcan't modify property in property window Pin
scott987uk1-Mar-04 3:24
scott987uk1-Mar-04 3:24 
GeneralRe: can't modify property in property window Pin
Dave Kreskowiak1-Mar-04 6:28
mveDave Kreskowiak1-Mar-04 6:28 
GeneralHelp Document Pin
Manimee1-Mar-04 0:37
Manimee1-Mar-04 0:37 
QuestionHow can I capture the New Mail Event Handle? Pin
KiranGrover29-Feb-04 23:51
KiranGrover29-Feb-04 23:51 
AnswerRe: How can I capture the New Mail Event Handle? Pin
bhartik2-Mar-04 18:53
bhartik2-Mar-04 18:53 
hi Kiran,
If u want to capture the new mail event ie. u want to capture the event as soon as mail comes to SMTP.
Firslty specify that when you want to capture this event, becuase there are two servers i.e
1. SMTP
2. NNTP
Again, when do you want to capture it? i.e.
1. as soon as mail comes to mail server
2.or as soon as mail comes to your Inbox, ie. in drop directory.
Becuase in the above two senarios, different implementatin is there.
The best way to capture is On The SMTP server itself.
SMTP supports CDO which gives you the interface called ISMTPOnArrival.
So implementing this interface , you can capture the event.
Becuase ISMTPOnArrival interface has a method called OnArrival which gets triggered as soon as new mail comes to the server from anywhere.
If you specify your requirements then may be i can help you little bit.
regard
bharti.

bharti
GeneralRe: How can I capture the New Mail Event Handle? Pin
bhartik9-Mar-04 22:15
bhartik9-Mar-04 22:15 
GeneralHelp me in generating data reports Pin
DurgaGaneshKalam29-Feb-04 23:33
DurgaGaneshKalam29-Feb-04 23:33 
GeneralRe: Help me in generating data reports Pin
BlackDice4-Mar-04 9:58
BlackDice4-Mar-04 9:58 
GeneralYour suggestion Pin
len_ems29-Feb-04 20:24
len_ems29-Feb-04 20:24 
Generalover/under flow question Pin
justmeTW29-Feb-04 20:14
justmeTW29-Feb-04 20:14 
GeneralRe: over/under flow question Pin
apferreira1-Mar-04 14:36
apferreira1-Mar-04 14:36 
GeneralRe: over/under flow question Pin
justmeTW1-Mar-04 18:37
justmeTW1-Mar-04 18:37 
GeneralRe: over/under flow question Pin
apferreira2-Mar-04 2:24
apferreira2-Mar-04 2:24 
GeneralHelp with a simple VB project Pin
yessi29-Feb-04 9:52
yessi29-Feb-04 9:52 
GeneralRe: Help with a simple VB project Pin
Nadroj29-Feb-04 11:42
Nadroj29-Feb-04 11:42 
QuestionCreating "Hot Spots" on an image.. ? Pin
coopsqc29-Feb-04 8:53
coopsqc29-Feb-04 8:53 
AnswerRe: Creating "Hot Spots" on an image.. ? Pin
Dave Kreskowiak29-Feb-04 11:03
mveDave Kreskowiak29-Feb-04 11:03 
GeneralRe: Creating "Hot Spots" on an image.. ? Pin
coopsqc29-Feb-04 23:33
coopsqc29-Feb-04 23:33 
AnswerRe: Creating "Hot Spots" on an image.. ? Pin
Nadroj29-Feb-04 11:51
Nadroj29-Feb-04 11:51 
GeneralRe: Creating "Hot Spots" on an image.. ? Pin
coopsqc29-Feb-04 23:31
coopsqc29-Feb-04 23:31 
QuestionHow to shutdown system through code Pin
Pugman81228-Feb-04 20:43
Pugman81228-Feb-04 20:43 
AnswerRe: How to shutdown system through code Pin
Wayne Phipps29-Feb-04 0:10
Wayne Phipps29-Feb-04 0:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.