![]() |
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
|
|||
|
|||
![]()
I hope you can lead me in the right direction. My company wants to use
outlook for appointments. They want to be able to populate outlook from another program. Also, when an appointment gets moved in outlook, they want the data sent to another program. Is that possible? And were can I learn more (web sites, books, discussion groups...). Thanks. "Sue Mosher [MVP-Outlook]" wrote: 1) No. 2) Probably neither. 3) I don't see why not, but I'm not really a Windows event programmer. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Xingren Ying" wrote in message news ![]() Sue, Thank you for answering my question! It is too bad MS doesn't expose these links in Outlook Object Model. Since you are the guru of Outlook programming, I like ask you more tricky questions: 1. Is it possible to remove, hide or disable this link in COM Addin (via some MAPI tricky)? 2. What is this link in the pane? a html hyperlink or a COM object? 3. If I have to listen to a Windows's event, could I do it in COM Addin module instead of Exchange client extension? Thanks! -- Xingren "Sue Mosher [MVP-Outlook]" wrote: The Outlook object model does not expose any event when the user clicks that link. I guess you'd have to hook into it at the window level. Outlook also offers no way to disable that dialog in a non-Exchange profile. "Xingren Ying" wrote in message news ![]() subscription for the calendar in our non-Exchange server. In Outlook 2003, these is a "Shared Calendar..." link on the left pane of Calendar's Explorer. After clicking on this link, there is dialog box popup for calendar subscription. We want using COM Addin to intersect this action event to hook up our subscription program. Question: 1. What is the event and the event source object in Outlook Object Module when user clicking on the link? 2. If this event source is inaccessible by C++ COM Addin, how could I disable this link. 3. What is the answer of above two questions for "Shared Tasks..." and "Shared Contacts..." link? Thanks! -- Xingren |
Ads |
#2
|
|||
|
|||
![]()
Sue's on a road trip.
You can do all of that but you would have to monitor all folders of the type you are interested in for the ItemAdd, ItemChange and ItemRemove events. Sending data to another program depends on that other program and if it exposes some object model or interface. Creating new Outlook data from another program just needs to use the Outlook object model. I'd start out by browsing Sue's site, www.outlookcode.com, it has wide variety of code samples and informational articles. Depending on your level of expertise in programming Outlook you can start with Sue's books as a good beginning for Outlook programming. For more advanced programming there are a number of books that are now out of print but still available at places like Amazon for earlier versions of Outlook. For Outlook 2007 the only advanced book out right now is by Randy Byrne and Ryan Gregg from MS Press: Building Applications with Outlook 2007. My Outlook 2007 book won't be out until the summer. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "lawjake" wrote in message ... I hope you can lead me in the right direction. My company wants to use outlook for appointments. They want to be able to populate outlook from another program. Also, when an appointment gets moved in outlook, they want the data sent to another program. Is that possible? And were can I learn more (web sites, books, discussion groups...). Thanks. |
#3
|
|||
|
|||
![]()
Thanks for your incredible help. I will look at Sue's website and the books,
and look forward to your book. Jeff "Ken Slovak - [MVP - Outlook]" wrote: Sue's on a road trip. You can do all of that but you would have to monitor all folders of the type you are interested in for the ItemAdd, ItemChange and ItemRemove events. Sending data to another program depends on that other program and if it exposes some object model or interface. Creating new Outlook data from another program just needs to use the Outlook object model. I'd start out by browsing Sue's site, www.outlookcode.com, it has wide variety of code samples and informational articles. Depending on your level of expertise in programming Outlook you can start with Sue's books as a good beginning for Outlook programming. For more advanced programming there are a number of books that are now out of print but still available at places like Amazon for earlier versions of Outlook. For Outlook 2007 the only advanced book out right now is by Randy Byrne and Ryan Gregg from MS Press: Building Applications with Outlook 2007. My Outlook 2007 book won't be out until the summer. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "lawjake" wrote in message ... I hope you can lead me in the right direction. My company wants to use outlook for appointments. They want to be able to populate outlook from another program. Also, when an appointment gets moved in outlook, they want the data sent to another program. Is that possible? And were can I learn more (web sites, books, discussion groups...). Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How do u link the birthday of the contacts to "one" certain calendar? | MuNcHkiN | Outlook - General Queries | 3 | August 23rd 06 02:46 PM |
[OL2003] "Title" of shared calendars in Calendar view | Don Wilkinson | Outlook - Calandaring | 0 | July 20th 06 06:25 PM |
my contacts, mail, tasks all work but the calendar is "frozen" | CeliaJ | Outlook - Calandaring | 0 | July 20th 06 04:30 AM |
Cannot "Open" "Import/Export' or use "Data File Management" | Ed Isenberg | Outlook - Installation | 3 | July 16th 06 12:31 AM |
want Outlook 2003 to auto open"Other Contacts" not "My Contacts" | tobytaby | Outlook - Using Contacts | 0 | June 28th 06 06:24 PM |