| Thread | Last Post | Replies |
|
| Displayed dates in the CalendarView | 11 Jan 2007 14:35 GMT | 1 |
OK, so how can I get the dates of the currently displayed CalendarView? I am aware of the bug in the RTM of the Office 2007: http://support.microsoft.com/default.aspx?scid=kb;EN-US;929593 So, I am creating a dummy appointment and can get the date that falls
|
| How to use GetIDsFromNames(....) method ? | 09 Jan 2007 17:11 GMT | 6 |
Im trying to use the method GetIDsFromNames (C#) but I dont know what each parameter is for: int GetIDsFromNames(object MAPIProp, string GUID, object ID, bool bCreate)
|
| MAPI_E_NOT_FOUND when trying to open other user's calendar | 08 Jan 2007 23:52 GMT | 7 |
I am trying to open other user's calendar using CDO and getting the MAPI_E_NOT_FOUND (8004010F) exception. I have a full access to her mail box and verified that I can successfully open Inbox and Outbox from the CDO. The code worked fine against Exchange 2007 Beta 2 and it ...
|
| in-line image, when does outlook remove from attachment | 08 Jan 2007 21:58 GMT | 9 |
I am developing an "encryption type" plug-in to Outlook 2003 using C# based on Outlook Object Model. I am having trouble when the email has an inline image, i.e. when an image is pasted into the email message body. I understand that the
|
| ItemAdd in Deleted Items event doesnt fire after a while | 08 Jan 2007 08:27 GMT | 11 |
I'm having this problem where i can't find a solution on my own and neither can i find and posted solution around the web or forums. The scenario is this : In order to trace the deleted items, i had added an ItemAdd event on the deleted items folder to handle the entryid of the
|
| Adding a header item with MAPI | 06 Jan 2007 16:17 GMT | 3 |
I have developed an ATL/C++ add-in that I want to add a header item to a _MailItem before I forward the email. The idea is that I take an item out of the inbox, modify the header and then forward it to another email address. I see there are Redemption examples; but I do not want ...
|
| Adding Objects as attachments to mails in outlook using c# | 05 Jan 2007 13:51 GMT | 1 |
I have developed an add-in to outlook in c# using vs2005 and vsto. I want to be able to attach objects (of a user -defined class) created in the project to a mail item in c#. I would also appreciate it if you could give me some - details on the use of the 4 attachment types in
|
| Outlook crashes during shutdown after running operation | 04 Jan 2007 20:14 GMT | 1 |
I have a COM addin (VB6), that had run without error until recently. When the following code is run, the microsoft error reporting window comes up when outlook is closing after the onBeginShutdown and after the onDisconection events.
|
| newmailex - messageclass change not displayed message opened | 03 Jan 2007 23:12 GMT | 4 |
I have a C# addin that changes the messageclass of the incoming email message from IPM.Note to IPM.Note.ZZZ. The message class is changed and the new icon is displayed in the message pane. But when i open the message it displayed as an IPM.Note. If i restart outlook and open
|