![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hallo,
Is there somebody who has some experience in programming a synchronisation with Outlook ? If yes, how can I program such a synchronisation ? Or can someone tell me where I can get some more information ? Thanks. Michel D. Genk (Belgium) |
#2
|
|||
|
|||
![]()
What programming and language and API are you planning to use?
What kind of message store (Exchange, PST, etc)? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DRIESSEN Michel" wrote in message ... Hallo, Is there somebody who has some experience in programming a synchronisation with Outlook ? If yes, how can I program such a synchronisation ? Or can someone tell me where I can get some more information ? Thanks. Michel D. Genk (Belgium) |
#3
|
|||
|
|||
![]()
Hello Dmitry,
Thanks for your reaction. I'd like to develop a synchronisation with Outlook. I have a developed a software which has a quite sophisticated(?) calender. Because my customers ask me for synchronisation with a PDA or a mobile, it seems to be that Outlook is the ideal tool to be used as a bridge between my software and a PDA or a mobile. Right now I can send mails from my software to Outlook, using OLE. But I have a need for : - synchronisation with the Outlook calender - synchronisation with the Outlook contacts - reading the emails in the inbox. The solutions for these needs has to be able to use PST, as well as Exchange. Can you tell me how to establish my goals ? Thank you very much in advance for trying to help me. Have a nice weekend. Michel D. Genk (Belgium) "Dmitry Streblechenko" schreef in bericht ... What programming and language and API are you planning to use? What kind of message store (Exchange, PST, etc)? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DRIESSEN Michel" wrote in message ... Hallo, Is there somebody who has some experience in programming a synchronisation with Outlook ? If yes, how can I program such a synchronisation ? Or can someone tell me where I can get some more information ? Thanks. Michel D. Genk (Belgium) |
#4
|
|||
|
|||
![]()
What programming language are you using?
Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DRIESSEN Michel" wrote in message ... Hello Dmitry, Thanks for your reaction. I'd like to develop a synchronisation with Outlook. I have a developed a software which has a quite sophisticated(?) calender. Because my customers ask me for synchronisation with a PDA or a mobile, it seems to be that Outlook is the ideal tool to be used as a bridge between my software and a PDA or a mobile. Right now I can send mails from my software to Outlook, using OLE. But I have a need for : - synchronisation with the Outlook calender - synchronisation with the Outlook contacts - reading the emails in the inbox. The solutions for these needs has to be able to use PST, as well as Exchange. Can you tell me how to establish my goals ? Thank you very much in advance for trying to help me. Have a nice weekend. Michel D. Genk (Belgium) "Dmitry Streblechenko" schreef in bericht ... What programming and language and API are you planning to use? What kind of message store (Exchange, PST, etc)? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DRIESSEN Michel" wrote in message ... Hallo, Is there somebody who has some experience in programming a synchronisation with Outlook ? If yes, how can I program such a synchronisation ? Or can someone tell me where I can get some more information ? Thanks. Michel D. Genk (Belgium) |
#5
|
|||
|
|||
![]()
I am using FiveWin for xHarbour (www.fivetechsoft.com) and xHarbour
(www.xharbour.com). Michel D. Genk (Belgium) "Dmitry Streblechenko" schreef in bericht ... What programming language are you using? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DRIESSEN Michel" wrote in message ... Hello Dmitry, Thanks for your reaction. I'd like to develop a synchronisation with Outlook. I have a developed a software which has a quite sophisticated(?) calender. Because my customers ask me for synchronisation with a PDA or a mobile, it seems to be that Outlook is the ideal tool to be used as a bridge between my software and a PDA or a mobile. Right now I can send mails from my software to Outlook, using OLE. But I have a need for : - synchronisation with the Outlook calender - synchronisation with the Outlook contacts - reading the emails in the inbox. The solutions for these needs has to be able to use PST, as well as Exchange. Can you tell me how to establish my goals ? Thank you very much in advance for trying to help me. Have a nice weekend. Michel D. Genk (Belgium) "Dmitry Streblechenko" schreef in bericht ... What programming and language and API are you planning to use? What kind of message store (Exchange, PST, etc)? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DRIESSEN Michel" wrote in message ... Hallo, Is there somebody who has some experience in programming a synchronisation with Outlook ? If yes, how can I program such a synchronisation ? Or can someone tell me where I can get some more information ? Thanks. Michel D. Genk (Belgium) |
#6
|
|||
|
|||
![]()
I am not familiar with either one, but I suspect that they cannot do
Extended MAPI (either because of the language limitation, as in VB, or because there are no MAPI headers). That limits you to using the Outlook Object Model. OOM does not provide any synchronization specific features (unlike Extended MAPI, which provides the Incremental Synchronization API for the Exchange stores), so you have no other choice but to do synchronization using brute force - loop thrrough all the items in a folder and figure out whether each item was added or modified since the previous sync. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DRIESSEN Michel" wrote in message ... I am using FiveWin for xHarbour (www.fivetechsoft.com) and xHarbour (www.xharbour.com). Michel D. Genk (Belgium) "Dmitry Streblechenko" schreef in bericht ... What programming language are you using? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DRIESSEN Michel" wrote in message ... Hello Dmitry, Thanks for your reaction. I'd like to develop a synchronisation with Outlook. I have a developed a software which has a quite sophisticated(?) calender. Because my customers ask me for synchronisation with a PDA or a mobile, it seems to be that Outlook is the ideal tool to be used as a bridge between my software and a PDA or a mobile. Right now I can send mails from my software to Outlook, using OLE. But I have a need for : - synchronisation with the Outlook calender - synchronisation with the Outlook contacts - reading the emails in the inbox. The solutions for these needs has to be able to use PST, as well as Exchange. Can you tell me how to establish my goals ? Thank you very much in advance for trying to help me. Have a nice weekend. Michel D. Genk (Belgium) "Dmitry Streblechenko" schreef in bericht ... What programming and language and API are you planning to use? What kind of message store (Exchange, PST, etc)? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "DRIESSEN Michel" wrote in message ... Hallo, Is there somebody who has some experience in programming a synchronisation with Outlook ? If yes, how can I program such a synchronisation ? Or can someone tell me where I can get some more information ? Thanks. Michel D. Genk (Belgium) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Programming with Outlook | mad-z | Outlook and VBA | 1 | July 28th 07 11:37 PM |
Outlook programming from C++ | Olivier Langlois | Outlook and VBA | 2 | September 25th 06 11:53 PM |
Outlook programming | Jerod Mills | Outlook - General Queries | 3 | July 27th 06 04:17 PM |
Outlook programming | Jerod Mills | Outlook and VBA | 3 | July 27th 06 04:17 PM |
Choice of programming tool for Outlook programming | [email protected] | Outlook and VBA | 4 | July 13th 06 10:48 AM |