| Thread | Last Post | Replies |
|
| how to find outlook user settings programmatically | 10 Dec 2003 23:51 GMT | 5 |
Hi , I have a COM Add-In in which I am trapping the 'Reply' and 'Reply All' events to create custom replies. My problem is I need to insert a signature in the reply
|
| Getting Outlook Calendar Date | 10 Dec 2003 23:51 GMT | 1 |
How can I get the selected day within the Outlook Calendar view.
|
| application object events issue | 10 Dec 2003 15:05 GMT | 1 |
I'm developing a VB6 COM Add-In for outlook 2000. I have the following code: Private WithEvents olApp As Outlook.Application Private Sub AddinInstance_OnConnection(ByVal Application As Object, ByVal ConnectMode As AddInDesignerObjects.ext_ConnectMode, ByVal AddInInst As Object, ...
|
| Extracting data from SUPERGRID | 10 Dec 2003 12:31 GMT | 5 |
Is it possible to extract information from the Outlook SUPERGRID control? I am trying to write code to subclass a SUPERGRID so that I can process some (but not all mails) before they are opened by Outlook
|
| Redemption object causing Outlook to stay in memory | 09 Dec 2003 20:49 GMT | 2 |
I have a VB Outlook COM addin that uses the Redemption library. Whenever a Redemption object is created, it causes Outlook to stay in memory when you exit. I'm cleaning up all references to objects. The following code causes the problem, and commenting it out prevents the problem:
|
| Outlook OM : Method Restrict() has problems with parentheses | 09 Dec 2003 18:54 GMT | 4 |
I'm trying to filter for a specific name using; olItems.Restrict("[From] = John Doe()"); Notice the parentheses in the string. If the string contains parentheses in it, I get the following exception.
|
| form letter to single contact in Outlook 2003 | 09 Dec 2003 16:26 GMT | 1 |
So far I always have been using ACT! to organize my contacts. However, I like to switch to Outlook 2003 but I need a feature to work that I couldn't figure out yet how it works.
|
| Outlook 2000 views | 09 Dec 2003 16:24 GMT | 1 |
I'm developing an Outlook 2000 add-in and cannot programmatically add or modify folder views using the object model in outlook object library 9.0, which is what outlook 2000 uses. Is there a way I can deploy object library 10.0 with my com add-in, so that it works in outlook ...
|
| ISP SPAM | 09 Dec 2003 04:28 GMT | 1 |
I'm using Outlook 2002 with Windows XP Pro. I have a lot of problems with SPAM and try to use the Rule Wizard to help eliminate my problem. I've noticed that certain ISPs are the source of most SPAM. But I have also
|
| Cannot display modal form during OnConnection in COM Addin | 08 Dec 2003 16:00 GMT | 2 |
Has anyone every heard of this problem? We have a COM addin, that during the OnConnection even it may display a dialog box to log the user into an external system. We have encountered a couple of customers which our addin terminates because
|
| Contact Find Filter Efficiency | 06 Dec 2003 16:55 GMT | 2 |
I need to find a Contact item that matches a phone number. I am considering matching on any of the intrinsic phone numbers, if that is practical, using a find filter such as: strFilter = _
|
| not getting inspectors close event on reply forms | 05 Dec 2003 21:43 GMT | 4 |
I have an exchange client extension in which I'm using the Outlook Object Model to track creation and closing of Inspectors so that I can add a button to the forms in Outlook 2000. I open a message, reply to it, and send the reply. But I don't ever
|
| Inspector Wrapper Query | 05 Dec 2003 17:51 GMT | 1 |
I have written a com add-in for Outlook 2000 and XP in VB6 based on the ItemsCB example. I am now at the point that I need to ensure that all items are cleaned up properly especially since my add-in will be run in 2000. I have read many posts on the Next/Previous issue but am
|
| Which book to buy? | 04 Dec 2003 21:54 GMT | 1 |
I'm a visual basic developer & now i need to automate some things in outlook. Can you guys give me some advise on which are the best books to buy? I'd like to get to know the structure of how outlook works with
|
| How to get the format of mail in outlook2000?(VC) | 04 Dec 2003 20:38 GMT | 1 |
In Outlook2002 I can use the function OlBodyFormat fmt; get_BodyFormat(&fmt); but in Outlook2000 I can't use OlBodyFormat, then how can I get the format of mail in Outlook2000 ?
|