| Thread | Last Post | Replies |
|
| Move to Folder option | 20 Oct 2004 22:31 GMT | 3 |
Is it possible to have the "Move to Folder" option appear automatically before you send an e-mail? There is to many steps in selecting "Message Options", then changing the "Delivery Options". Also, it doesn't pop-up automatically.
|
| How can I know .. | 18 Oct 2004 16:57 GMT | 1 |
Dear Sirs, How can I know if the current active inspector is a received message being read or if it is a message being composed. Regards,
|
| How to delete and copy large number of messages in a PF | 14 Oct 2004 07:01 GMT | 1 |
My goal is to replace the contents of a public folder containing 8,000 contacts while leaving the folder in place. Given Outlook's limitation on dealing huge amounts of messages (8,000 or so) I am looking for an alternative.
|
| register Folders & Items events from a secondary thread | 12 Oct 2004 23:59 GMT | 1 |
I have a C++ COM Addin that uses a thread to register Folders and Items event handlers. After the registeration completes, the thread goes down. However, the event handlers registered never get called. If I switch the registeration in the main thread, the event handlers get called
|
| Disable Mail Format tab | 12 Oct 2004 15:56 GMT | 1 |
We are running Outlook 2000 and I'm trying to disable the Mail Format tab under options. Any ideas? I can gray out the Options tab by disabling the Object ID in the Outlook Administrative Template but can't find the
|
| Service Pack 2 and New Mail Notification | 11 Oct 2004 19:18 GMT | 1 |
We have a COM Add-in for Outlook written in VB that performs a function when the NewMail event occurs. We use Redemption for SafeMailItems, but don't use the ExtendedMAPI NewMail event, just the regular Outlook NewMail event. The add-in isn't working for one user.
|
| Events fail to fire when copying more than ~20 items | 11 Oct 2004 16:11 GMT | 1 |
Greets, I'm processing ItemAdd and ItemChange for a few folders, which works ok except when I drag more than about 20 messages at a time, and drop them into the folder. When this happens neither event fires, plus the
|
| PropertyPage custom help file | 11 Oct 2004 16:09 GMT | 7 |
I have VS.Net 2003 C# addin for Outlook 2000. Works OK, after a lot of troubles, I have made a custom property page to work. But I can not make Outlook to invoke my help.chm file for that page.
|
| ActiveSync | 09 Oct 2004 06:47 GMT | 1 |
I have just purchased a phone with sync capability. I have tried to load ActiveSync 3.7.1 both from the accompanying cd and by downloading from the Microsoft site. Both get to 92% of total and then stop.
|
| Business Contact Manager | 08 Oct 2004 20:11 GMT | 3 |
Is there absolutely no way to use Business Contact Manager with an Exchange Server? I don't want to have to toggle between two different profiles (Exchange vs. IMAP) just to use this program. Any feedback appreciated!
|
| Problem modifying XML view definitions from installed C# Add-in | 08 Oct 2004 19:08 GMT | 3 |
I am writing an Outlook COM Add-in in C# (Visual Studio .NET 2003) which attempts to modify an XML view definition for an Outlook folder (similar to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnout2k2/html/o dc_customviews.asp ) .
|
| Save and Close does not fire Inspector.Close event | 08 Oct 2004 16:12 GMT | 3 |
Closing contactitem window by clicking 'save and close' button seems to fire only Item.Write and Item.Close events, but no Inspector.Close event. Closing item using Alt+F4 combination ot just X in upper right corner raises Inspector.Close event. Is it normal behaviour ?
|
| how to handle ItemEvents? | 08 Oct 2004 15:19 GMT | 1 |
I want to handle ItemEvents of the _MailItem object. users can create many _MailItem objects through creating new mail,so the following code will not work: class ATL_NO_VTABLE CAddin :
|
| How to distribute a COM addin? | 08 Oct 2004 15:17 GMT | 1 |
A new button which will pop up a VB form from the Outlook. How do I distribute it to all the customers? Thanks.
|
| Issues with Inspector custom command button | 08 Oct 2004 15:15 GMT | 1 |
I have implemented an Outlook add-in that maintains a collection of Inspectors (one for each open MailItem). Each inspector has a custom command button. The tag name for each button differs by the index number of the inspector (as it is seen in the collection of
|