| Author |
Message |
Microsoft LiveComm Develo
Guest
|
Posted:
Sat Dec 04, 2004 2:54 am Post subject:
Can Exchange Server push information? |
|
|
Hey All,
I am new to the group and new to Exchange Server applications. My aim is to
make Exchange Server push out the information whenever there is a change in
the user's calendar schedule.
We can retrieve the calendar information from the Exchange Server by
querying it accordingly but my concern was whether the server can push out
information without being queried again and again?
All the help is highly appreciated.
Thank you very much.
Best Regards,
Purvi Dholakia
|
|
| Back to top |
|
 |
Sven Carstensen
Guest
|
Posted:
Sun Dec 05, 2004 6:26 am Post subject:
Re: Can Exchange Server push information? |
|
|
Hi Purvi,
have a look at the Exchange SDK - downloadable from MS. Exchange Store
Events may be what you are looking for. You could use the save event
(sync or async) to get notified of item save events which have e.g.
the contentclass of apointments. Your store event component has to be
registered on the Exchange Server itself. The SDK explains details.
Bye,
Sven
"Microsoft LiveComm Developer" <mihir_a_vaidya@hotmail.com> wrote in message news:<#lLRdoX2EHA.3416@TK2MSFTNGP09.phx.gbl>...
| Quote: | Hey All,
I am new to the group and new to Exchange Server applications. My aim is to
make Exchange Server push out the information whenever there is a change in
the user's calendar schedule.
We can retrieve the calendar information from the Exchange Server by
querying it accordingly but my concern was whether the server can push out
information without being queried again and again?
All the help is highly appreciated.
Thank you very much.
Best Regards,
Purvi Dholakia |
|
|
| Back to top |
|
 |
Microsoft LiveComm Develo
Guest
|
Posted:
Tue Dec 07, 2004 2:35 am Post subject:
Re: Can Exchange Server push information? |
|
|
Correct Sven.
Events is what I needed. Thank you very much for the guidance.
Best Regards,
Purvi Dholakia
"Sven Carstensen" <Sven.Carstensen@gft.com> wrote in message
news:6621f28.0412041626.6278855e@posting.google.com...
| Quote: | Hi Purvi,
have a look at the Exchange SDK - downloadable from MS. Exchange Store
Events may be what you are looking for. You could use the save event
(sync or async) to get notified of item save events which have e.g.
the contentclass of apointments. Your store event component has to be
registered on the Exchange Server itself. The SDK explains details.
Bye,
Sven
"Microsoft LiveComm Developer" <mihir_a_vaidya@hotmail.com> wrote in
message news:<#lLRdoX2EHA.3416@TK2MSFTNGP09.phx.gbl>...
Hey All,
I am new to the group and new to Exchange Server applications. My aim is
to
make Exchange Server push out the information whenever there is a change
in
the user's calendar schedule.
We can retrieve the calendar information from the Exchange Server by
querying it accordingly but my concern was whether the server can push
out
information without being queried again and again?
All the help is highly appreciated.
Thank you very much.
Best Regards,
Purvi Dholakia |
|
|
| Back to top |
|
 |
|
|
|
|