| Thread | Last Post | Replies |
|
| Attach a file, or not | 01 Apr 2004 00:44 GMT | 5 |
Is there a way to prevent or cancel an attachment? When an Outlook user attempts to attach a file to a mail item, I would like to be able to programmatically decide whether the attachment meets certain criteria and either allow or disallow the attachment process to continue.
|
| OL2000 COM addin | 31 Mar 2004 15:33 GMT | 1 |
Hi outlook people. I have a COM addin, that works just great when compiled against "Outlook object libary" 10 and 11. If I compile it using version 9 (coming with office 2000) then the addin will register fine but there is no buttons and
|
| ComAddIn fails under Windows XP | 31 Mar 2004 15:31 GMT | 1 |
a ComAddIn which is programmed with VB6 works fine in Ol 2000 under Windows 2000. It does not load however under Windows XP (still OL 2000). The loadbehavior entry in the registry changes to 2. Even when i set it
|
| ITEMCB DECLARE :Private gBaseClass As New OutAddIn,why? | 31 Mar 2004 14:32 GMT | 3 |
In itemcb example the gBaseClass declared as NEW in the ExplWrap class I am a little bit confused I thought the OUTADDIN should be a single instance? 10x
|
| Creating mail with Redemption & Delphi | 30 Mar 2004 07:56 GMT | 3 |
Working through hundreds of newsgroup items nobody seems to have problems creating E-mails with Redemption. But I have: I cannot get the body / HTML body of the E-mail filled. The "To", "Subject" and "Attachment" get created correct - but the "body"
|
| Removing an Add-in | 30 Mar 2004 06:26 GMT | 8 |
I just uninstalled Spam-Inspector. Now when I launch Outlook an error message pops up saying it could not be installed or loaded, but maybe resolved by using Repair & Detect. Unable to load Spam-Inspector missing a .dll file.
|
| Missing Add-Ins | 30 Mar 2004 06:16 GMT | 2 |
I upgraded to OfficePro recently, and now I am getting the following message when I as the Outlook program loads: The add-in "C:\Windows\System32\ActExt.dll" could not be installed or loaded....
|
| How to handle events in the active explorer only? | 29 Mar 2004 19:44 GMT | 1 |
My add in uses a com component which raises events, currently I am sinking the events in the OUTADDIN class which ensure i get only one event, but now i want to move the events handler to the explorer wrapper object
|
| PR_CREATOR_NAME set only when first created? | 29 Mar 2004 05:40 GMT | 1 |
I am working on a Addin to track appointments, but can someone just clarify when the CDO property PR_CREATOR_NAME gets set... If I create an appointment/meeting item will PR_CREATOR_NAME be set only for the originator...whether that is in a user's own mailbox or
|
| Out of Office not in tools tab | 29 Mar 2004 05:37 GMT | 2 |
I have Outlook 2000 corporate/work groups. I need to load Out of office auto reply but it doesn't show in tools. Tried to work through the installation using the add-on manager but the file doesn't show up for installation. I
|
| Where is Busines Contact Manager? | 26 Mar 2004 14:50 GMT | 1 |
Which CD is Business Contact Manager for Outlook 2003 on? Where can I find it?
|
| Changing to plain text | 26 Mar 2004 00:37 GMT | 1 |
Is there a way to allow incoming messages to be only plain text or a way to change all current messages to plain text via code?
|
| Orgininater of ItemChange / ItemAdd-Events | 25 Mar 2004 16:17 GMT | 6 |
is there a way to dermine which Outlook-Client has caused an ItemChange- or ItemAdd-Event on MAPIFolder.Items? I want to locally process only changes to the folder, that have been done by a spezific client.
|
| PR_ORIGINAL_AUTHOR_NAME on an appointment/meeting item | 24 Mar 2004 18:24 GMT | 5 |
If an appointment/meeting item is converted to a CDO/MAPI message, is the PR_ORIGINAL_AUTHOR_NAME set on the item. As I believe it would be part of conversation index, I just want to know if this value would exist for an appointment. Would other recipients (if checked through
|
| Attachment Issue - Expert needed for this one | 24 Mar 2004 17:56 GMT | 1 |
Please help I spent way to much time trying to figure this one out. I created a module to cycle through my inbox and then save any attachments with extension .aud .swb .a2k. to a
|