| Thread | Last Post | Replies |
|
| MFC support for Outlook Add-In | 21 Jan 2008 14:46 GMT | 1 |
Hi, I want to know about the MFC support for building a new add in for Outlook 2003. Can I fetch Outlook folders and populate same on MFC Application dialog as
|
| Folder last modification date | 21 Jan 2008 01:55 GMT | 10 |
Does folder has last modification date property like contact/task item? Thanks
|
| Programatically creating calendar entry from delegate to owner's calendar | 18 Jan 2008 19:46 GMT | 1 |
I have an Outlook Add-In that gets installed into a user's Outlook. When they press the toolbar button it brings up a custom form (based on the meeting form) and when they hit send it is saved into their calendar.
|
| To get Items from multiple user created folders | 18 Jan 2008 14:12 GMT | 1 |
I want to get items from user created folders from outlook 2003. How can I do this.In case of default folders we can do that by using pFolder=pApp->GetNamespace(_bstr_t("MAPI"))->GetDefaultFolder(olFolderInbox); Here for default folder olFolderInbox enumeration is there , ...
|
| Send Individually Add-In by Sperry software "Problems" | 18 Jan 2008 14:03 GMT | 5 |
Is anyone familiar with the above? http://www.sperrysoftware.com/Outlook/Send-Individually.asp I have repeated problems with this newly purchased add-in. I have Vista, MS Office 2007 w/ new Dell PC. I continually get a message from Outlook stating there is a
|
| Soliciting Custom Form Advice | 17 Jan 2008 20:17 GMT | 4 |
I have spent the last 5-6 months developing a MAPI transport provider and store and I have now arrived at the add-in part of this project. I want to develop custom forms for my message class. I have been down the custom form path before and this time before I start I thought I ...
|
| Outlook 2003 Event | 17 Jan 2008 10:22 GMT | 3 |
I am trying to get contact item information when user moves the particular contact item to another folder. I have checked in MSDN library for the list of event in Outlook 2003. The closest i can get is the ItemRemove event. Public WithEvents myOlItems As Outlook.Items
|
| Changing Color on a Disabled Button | 16 Jan 2008 18:59 GMT | 5 |
All - I really need help with this one. any pointers or direction for this will be a big help. Background -
|
| Change value of To field in compose window | 16 Jan 2008 13:45 GMT | 1 |
I have to change the value of "To" field in the compose/reply window in the send event method. The change occurs appropriately but,once the mail is sent, the item is placed in the sent folder but the recipient does not recieve the mail. If the mail is sent without changing the ...
|
| VS2008 OL2007 add-in with ClickOnce : Does not load | 15 Jan 2008 21:17 GMT | 1 |
I have created a one-liner vanilla hello-world C# Outlook add-in using VS2008 and published it using default settings. Copied everything in \Publish folder to CD and installed on several machines (none with VS2008).
|
| How to create Outlook forms to display data fetched from database | 15 Jan 2008 12:30 GMT | 1 |
We are facing a problem creating Windows based forms for Outlook that should be embedded within the Outlook. If we use Windows Forms (from Visual Studio 2005), we can successfully built it with outlook add-in (C#) and use the functionalities as needed. But we cannot attach them ...
|
| Develop COM Add-in and forms for Outlook | 15 Jan 2008 12:26 GMT | 1 |
The requirement of my proposed COM Add-in is to create forms (outlook forms or windows form). These form will should be embedded within the Outlook interface. These forms should be read-write forms. Forms would communicate with the
|
| Empty UserProperties and PropertyAccessor | 14 Jan 2008 21:37 GMT | 9 |
I've got the following strange problem. Language == C++ I've added custom properties to the containg outlook contact folder and create the contact item using replacement form regions. Within the form regions all the custom values are saved and redisplayed every time
|
| Outlook COM Addin and MAPI Provider | 14 Jan 2008 17:45 GMT | 1 |
I have a MAPI message store which works perfectly with Outlook 2007 but not with 2003. The problem I'm having with it is that HTML messages don't render in OL2003. I can't find any properties which could lead to this and I have tried a lot of properties.
|
| BeforeFolderDelete event | 14 Jan 2008 15:36 GMT | 1 |
Is there such a thing as a BeforeFolderDelete event, or OnFolderDelete, something like that? I need a way to determine that the user is attempting to delete a folder that is critical to addin operation, and as such I want to disable this action.
|