| Thread | Last Post | Replies |
|
| about snoozing appointmnet item | 22 Apr 2005 14:17 GMT | 7 |
When outlook's appointment item being snoozed what happens to it? Is it possible to retrieve the appointment item later and find out this state Regards Yeghia
|
| NewMailEx not returning a string of all entry IDs | 22 Apr 2005 02:06 GMT | 1 |
According to the NewMailEx description, this event: Occurs when one or more new items are received in the Inbox. This event passes a list of entry IDs of all the items received in the Inbox since the last time the event was fired. The entry IDs are comma-delimited. The
|
| change the mouse coursor to an hourglass | 21 Apr 2005 16:27 GMT | 1 |
I am trying to change the mouse coursor to an hourglass from an Outlook Addin (Outlook 200) written in BCB5 C++. I tried the Screen object, but it does not work. Any ideas?
|
| Compacting | 21 Apr 2005 15:23 GMT | 1 |
Does anyone know how to stop Outlook Express from compacting every time I close it ? I have searched google, msn etc but can't find anything on this. Cheers
|
| Using VBScript behind Outlook forms with a COM-AddIn | 21 Apr 2005 14:46 GMT | 1 |
I am trying to get the VBScript behind the Outlook forms (Outlook's VBScript runtime) to work with my COM-AddIn so that I can develop functionality with the COM-AddIn (in C#) and some of the other IT staff can then script that functionality.
|
| Get Current User | 21 Apr 2005 09:39 GMT | 1 |
How to read out the current user for a code used in my userdefined form. I tried this: Set myOlApp = CreateObject("Outlook.Application") Set myNameSpace = myOlApp.GetNameSpace("MAPI")
|
| CRM Add In Questions OutlookCRM and Outbooks | 20 Apr 2005 16:39 GMT | 1 |
We started with Act, went to Goldmine and have decided to come back to Outlook knowing the issues that exist when combining OL with Business Contact Manager on a peer to peer running SBS 2003 and Quickbooks 2004. Question, what experiences have people had with Teamscope's ...
|
| C# Object parameters in Outlook and Office methods | 19 Apr 2005 19:59 GMT | 4 |
I am writing an Outlook COM Add-in in C# (Visual Studio .NET 2003). I am having trouble with methods in the Outlook Object Model that have Object parameters. These seem to be Variant parameters (whatever they are) in Visual Basic, and I do not have VB experience. I can't seem ...
|
| Getting Addin Menu Bars To Stick | 19 Apr 2005 18:04 GMT | 1 |
I currently have 3 Add-ins to Outlook 2003 . Norton AntiSpam, Adobe PDFMaker 7.0, and Duplicates Remover for Outlook . each with their own menu bars. In all 3, and changes I make . add or remove buttons, edit buttons (text and/or image), alignment of all three menu bars onto one
|
| Archive Addin | 19 Apr 2005 16:39 GMT | 1 |
Are Outlook's archive functions programmatically accessible? Thanks in advance
|
| isWordMail; add a command button? | 19 Apr 2005 14:17 GMT | 2 |
Hello all, how can I add a command bar button when the inspector type is iswordmail? I am using Outlook 2003 and vb6 to write this addin.
|
| Adding Contact item in a STA thread.ContactItem and Redemption::IMessageItem::Save | 19 Apr 2005 02:47 GMT | 6 |
Firstly, I spawn a thread, and then I unmarshal what was passed in, which is a MAPIFolder. And then, I add an Outlook Contact Item. (assuming the MAPIFolder passed in is a Contact folder)
|
| Saving unsent message to Sent Folder | 18 Apr 2005 22:29 GMT | 3 |
I am developing an Outlook add-in with a send event handler that modifies the recipient list before the message is sent to redirect the message to our sever. For this to be seamless to the user, we need to save the original message that the user has sent with the original
|
| Modal Forms and Add-Ins | 18 Apr 2005 22:24 GMT | 5 |
I have seen a number of posts regarding problems using modal forms with Outlook Add-Ins. This issue is also mentioned in Randy Byrn's book "Building Applications with Microsoft Outlook". My problems is that I want to use a modal form to gather some
|
| contact list from PST | 18 Apr 2005 18:18 GMT | 2 |
Is there a way to get the contacts stored in Personal Folder (PST file). My contacts mostly in there and I can't get them through namespace.AdressList object Reagrds
|