does this sound ok to do?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

given:
OutlookHelper class which retrieves inbox items using Outlook object model.

well the collection in Outlook that holds the inbox items raises an event
that says you just received an email.

i'm subscribing to that event. In the event I want to raise another event to
the layer above that one. does that sound ok? an event that raises another
event?

thanks,
rodchar
 
Sounds fine in principle, but I think we'd need to know a little bit more
about what exactly it is you are trying to do.

The principle you describe though is called Bubbling, among things, and is
fine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top