| Thread | Last Post | Replies |
|
| How to trap when a user opens an unread mail | 21 Apr 2004 19:19 GMT | 2 |
I've been around searching for this. Hope somebody knows the answer - or can tell me, that I'm going in the wrong direction. I want prompt the users for a property for each unopen mail the user opens in order to sync the mail with a database property. Is that at alle
|
| commandbar pasteface | 21 Apr 2004 14:56 GMT | 1 |
I have an addin which places another commandbar and commandbuttons on Outlook We are using the pasteface method of a commandbutton in order to set a customized image on that button.
|
| commandbar.picture - Automation error | 21 Apr 2004 14:47 GMT | 1 |
I want to use the picture and mask property of a commandbar object to set a custom image to a commandbar. Is there any VB6 example on how to do this ? I always get an automation error when i try to set this property
|
| Disable asking for permission to access the contact | 21 Apr 2004 09:31 GMT | 2 |
Hello, when I use my add in to access the contact, the Ms Outlook 2003 will prompt for permission for accessing the contact that require user to click on how long of the time the add in can access the contact object. Anyway to disable this feature provided by Ms Outlook 2003 ...
|
| Programmatically Set PreviewPane to Right/Bottom? | 20 Apr 2004 22:33 GMT | 1 |
Is there a way to programmatically set the preview pane in Outlook 2003 to show on the Right or Bottom? I know you can do Explorer.ShowPane(olPreview), but that just shows or hides it, doesn't control where it shows up. I need to be able to move it to the bottom
|
| Adding Reminders to Custom Content Classes. | 20 Apr 2004 21:21 GMT | 6 |
Hello. First please have patience if this is an easy thing to solve but I am new to programming Outlook/Exchange. We are currently designing a solution and have reached an impass. We would like to create custom content class with the ability to add reminders. I
|
| How do i convert this CDO line to extended mapi? | 20 Apr 2004 17:37 GMT | 1 |
Attach.Fields(&h3712001e)="image/jpeg" is it IMAPIProp::SetProps? 10x
|
| New mailitem | 20 Apr 2004 14:32 GMT | 1 |
I have an add-in, which edits the html-body of all new mailitems. The way i determine if the mailitem is a new empty mail (on mailopen event), is the entryID. This works fine, and I insert some html into the htmlbody. Then outlook doesn't refresh the form, and the user can't see the
|
| ItemsCB do not compile to VS -NET 2k3 | 20 Apr 2004 14:25 GMT | 1 |
Hi NG's does anybody have a link to a working .NET-Version of ITEMCB? I downloaded the VB6-Version and imported it in .NET, but there are remaining errors, I can not resolve.
|
| AddIn loads and next time not | 20 Apr 2004 10:22 GMT | 1 |
Hi NGs, I'm very confused. I'm using Visual Studio .net 2003 german on a Windows 2000 Professional SP4 german with Office 2000 Professional german
|
| item.attachments(x).remove and .delete does not work | 20 Apr 2004 10:18 GMT | 3 |
Hi NGs, again I run into a 'litle' problem. We have a VBA-Script in Outlook, that works fine. Now we want to migrate this to a DLL using VS .NET 2k3
|
| Addin Buttons not working | 20 Apr 2004 04:06 GMT | 2 |
Hi I have created an addin for outlook in VB6.0. Each time a new inspector is opened I check to see if it is a mailitem and if so I add a command bar and button to the inspector window. The button works fine until another
|
| Getting Recipient's SMTP address? | 20 Apr 2004 01:17 GMT | 2 |
I know, I posted this a week or so ago, but I haven't seen any responses so I'm trying again. I've written a small Outlook addin in VB6 using the Outlook Object Model. Everything seems to be working well, with one exception: I need to get the
|
| Comparing Outlook 2003 Objects | 19 Apr 2004 23:20 GMT | 3 |
I'm having a problem comparing objects from an Outlook 2003 COM Add-in. Take the following code for example (it's contrived, but you get the idea): If oOutlook.ActiveExplorer Is oOutlook.ActiveExplorer Then MsgBox "Same"
|
| Outlook add-in won't start | 19 Apr 2004 21:58 GMT | 4 |
I created an Outlook add-in and I'm having problems on some computers where the add-in doesn't start in Outlook. I just checked today on one computer where this is happening and found that in Outlook the add-in was showing in the COM Add-In Manager but the check box beside it was ...
|