| Thread | Last Post | Replies |
|
| Persist commandbutton events | 31 Jul 2005 05:11 GMT | 2 |
I am building an outlook addin with command bar that changes with each new inspector that is spawned. The commandbar builds fine along with the main events. When I open a new mailitem, I build the same commandbar but with a unique tag and different buttons save for a help button ...
|
| Outlook 2003 cached mode and Named Properties | 29 Jul 2005 21:05 GMT | 1 |
I'm using vb6.0 com addin for Outlook. When the addin loads it goes to a specific public folder (contacts folder) and reads a load of properties, some are MAPI properties, some Named properties and some user defined named properties. I use Outlook Redemption and MAPI
|
| How to clear MSGFLAG_UNSENT from PR_MESSAGE_FLAGS | 29 Jul 2005 21:03 GMT | 1 |
I am using VC++/ATL and Extended MAPI. Is there any way to remove MSGFLAG_UNSENT from PR_MESSAGE_FLAGES. It would be grateful to me , if someone code give me a code example. Regards,
|
| Disable Send button in ".msg" file... | 29 Jul 2005 21:02 GMT | 3 |
I have developed outlook addin in ATL. I am using MS Outlook 2003. when user compose a new mail and press a send button,Send event is captured which is associated with OnSendMail()and hence OnSendMail()
|
| 'From' field shows current profile | 29 Jul 2005 21:01 GMT | 5 |
I want to create post items programatically, I have used extended Mapi to modify the sender name, sender email and date properties. but still when I double click on the FORM field, its displaying me my name and email instead of showing the Sender name and Sender Email
|
| How to get attachment's information in VC++ | 29 Jul 2005 21:01 GMT | 13 |
I'm trying to get the informations from an attachment but it don't manage to get it. why does this piece of code doesn't work ? CComPtr<Outlook::_Application> olapp;
|
| Memory Leak | 29 Jul 2005 11:44 GMT | 2 |
I am facing a memory leak problem .. and i cant figure out whats causing it . . here is the code which leaks Please help.. its making me crazy.. for(int j =1;j<=mailItemCount;j++)
|
| Office Add-Inn Error -- SBCMSYNC.dll | 29 Jul 2005 07:39 GMT | 1 |
Just finished re-formatting HD and installed Office 2003. Also installed Office updates from MS Website. When starting Outlook for the first time I got this message -- "You receive the "<Path> is not a valid Office add-in" error message when you start Outlook." Looked through ...
|
| Plugin does not load | 29 Jul 2005 04:26 GMT | 1 |
It appears that I cannot add anything to the commandbar or toolbar with a C# Outlook add-in. Any ideas? rog
|
| GetSharedDefaultFolder | 29 Jul 2005 04:17 GMT | 9 |
when I use GetSharedDefaultFolder() with Exchange-Users "User1" within a C# COMAddin, Outlook doesn't shutdown properly. If the user "User2" is resolved, everthing works fine.
|
| Retrieving Information with VB | 29 Jul 2005 04:05 GMT | 1 |
I want to be able to select an email in outlook then click on a custom button that will be able to retrieve information such as name of the sender, the message, etc. I'm not too familiar with development in VB or addins. Can anyone point me in the right direction?
|
| Lookout disappeared from Outlook | 29 Jul 2005 03:55 GMT | 1 |
Outlook crashed and gave me some error stating that Lookout was affected. Unfortunately, I didn't pay much attention to the error message at that time. The next time I started Outlook, it was no longer showing up regardless of whether or not the Lookout Toolbar was selected to be ...
|
| how to override global "send as ical" setting | 28 Jul 2005 18:00 GMT | 2 |
Hi, this is my first post, I've learned much from reading OfficeKB archives, thanks. I'm writing a C++ COM addin that creates a meeting request with certain fields pre-populated. We would like to modify the body text significantly, including inserting a bitmap. Most of the ...
|
| How to access Outlook Emails for a web page | 27 Jul 2005 15:31 GMT | 1 |
We create a web application. we are now facing a problem to access Outlook from a web page in the client side. I am thinking we might need to build two add-ins, one is Outlook Add-in, the other is IE add-in?
|
| Word "Send to" | 27 Jul 2005 14:56 GMT | 2 |
I have created a COM add-in which is working fine when using MS Outlook. When I use MS Word and select File -> Send To -> Mail Recipient (as Attachment...) no events are caught by my add-in code and thus new buttons and the command bar is not displayed.
|