Group:  Microsoft Outlook » microsoft.public.outlook.program_addins

Geek News

Threads Replies Last Post
45 Pages: <<  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  
Losing handle to MailItem when send
If you access Outlook through COM-automation and create a new MailItem, you lose access to it when it is send. "The subject has been moved or deleted" or some such error message you get, if you try to access any of the mails properties after it has been send. I know i need to keep track of the MailItem where it is using MAPIFolder.Items.ItemAdd event on the "Sent Items" folder and add a ...
9 2/1/2006 6:09:56 PM
MSG Custom properties on right click custom tab
Hiya All I'm trying to set the custom properties on a message that is saved as an .MSG file when you right click on the .MSG file in explorer and go to properties. There is a custom tab there, like all other office documents, but I cannot seem to get access to this using VBA. I know you can use 'ActiveDocument.CustomDocumentProperties' for word documents and other office programs, but t...
2 2/1/2006 6:00:18 PM
Redemption Doesn't ByPass Outllok 2003 Security
Trying to send email from MS Access 2003 using CDO 1.21 and the RTF DLL in MS KB http://support.microsoft.com/?kbid=172038. This all works fine except for dealing with Outlook 2003 security that advises a program is trying to send a message on your behalf. installed the Redemption library and am using the following code snippet, which still works but still getting the security prompt. There...
16 2/1/2006 5:59:44 PM
Popup with Outlook Exchange
I am using Outlook 2003. We use Solomon Application Server which interact with Outlook Email setup. Whenever Application Server polls the mailbox or try to send a report via email, it prompts a 'Send in Mailbox' message box. I found a knowledge base article on this (Document ID 132859). Can you please let me know the solution for this and which Outlook version we can use and whether ther...
1 2/1/2006 5:41:29 PM
Outlook Popup
We use Solomon Application Server which interact with Outlook Email setup. Whenever Application Server polls the mailbox or try to send a report via email, it prompts a ‘Send in Mailbox’ message box. I found a knowledge base article on this (Document ID 132859). Can you please let me know the solution for this and which Outlook version we can use and whether there are any patches availa...
1 2/1/2006 5:37:58 PM
Saving large attachments to memory
Subject: Saving large attachments to memory Please forgive the cross-posting. My add-in saves several 200MB attachments to a memory buffer. I notice that the calls to IStream::Read can take wildly variable amounts of time, for identically-sized attachments. IStream::Read consistently takes over two minutes(!) to return for the first two attachments, but it returns in only a few sec...
2 2/1/2006 5:03:59 PM
Outlook connector for domino
When I start outlook, I am getting the message: Outlook connector for domino can't be started. Verify that the lotus notes client is installed and properly configured, log off and log on to your computer or domain and then start outlook connector for domino again. After that a second message is appearing: The profile is not complete because your notes.ini file has'nt been personalized f...
3 2/1/2006 3:41:45 PM
Loading of Common Dialog fails on Outlook 2003 SP2
Hello, We have developed a COM add-in that works in conjunction with a custom form that dynamically loads common dialog. The code works fine on Outlook 2003 but fails to load on some machines with Office 2003 SP2. The line that fails is the following: set opendd=CreateObject("MSComDlg.CommonDialog") Any ideas? Thanks, Ronnie ...
2 2/1/2006 3:25:08 PM
Create message
Hi, I want to create a new message in the storage. I noticed that there is a function in Outlook::MAPIFolder (Add) that adds a MailItem to the mapi folder. The problem with this function is that I have a complete source of a message and I want to create the message from that source and the security warnings that will be displayed when changing the To or Cc. So, I want to create a full m...
3 1/31/2006 5:33:25 PM
Check email at time(s): X, Y, Z
Check email at time(s): X, Y, Z Hello, Problem Statement: I noticed recently that having set my outlook installation to do send/receive every hour is a productivity killer. For my (late) new year's resolution, I need to reduce my email checking and start taking care of my daily emails in batches. Otherwise, they wreak productivity havoc. The current Send/Receive rules don't quite p...
3 1/31/2006 2:47:20 PM
different problem
hi, i have captured itemsend event. When ever the user click the send button, i used to add some data at the end of mail. It has been adding. It showing in the view,but when the mail is sent.it is not with mail. how can i solve this -- Regards, RamakoteswaraRao Koti ...
4 1/30/2006 5:12:20 PM
Detecting signed/encrypted mail messages
I'm searching for a way to detect if the mail is signed/encrypted. The only idea i have is to search for multipart/signed and multipart/encrypted content type, but MAPI doesn't seem to implement content-type. ...
2 1/29/2006 9:30:37 PM
How to get pop3 settings of an account
Is it possible, through COM Add-In, to get what is incoming pop3 server, as specified for a specific accound? If outlook does not support this directly (which I think is the case) is it possible to get it through the registry? If yes which is the registry location, (Key and parameter) I should use to get it? (It won't matter even if my antivirus has screwed the registry and is pointin...
2 1/29/2006 9:27:21 PM
RecurrencePattern strangeness
I've just discovered something pretty interesting about calendar event recurrence: In the recurrence pattern dialog, when the "Daily" radiobutton is set, there are 2 input choices. One allows you to enter the Interval property (i.e., event recurs every [n] days); the other is labeled "Every weekday." If you choose "Every weekday" the RecurrenceType property does not get set to olRec...
1 1/29/2006 7:01:49 PM
how to implement "itemsend" with vc++6.0
how to implement "itemsend" with vc++6.0 i want overidde the method itemsend by using vc++6.0. How can i do that? plz suggest any solution -- Regards, RamakoteswaraRao Koti ...
2 1/28/2006 9:22:56 PM
How to remove Connector after unsuscribing to MOOL
Last week I choose not to renew my subscription to MOOL and to keep Hotmail Plus. In Outlook Pro 2003 SP2, I deleted the existing Hotmail e-mail account with MAPI and replaced with HTTP. However Connector insists on changing it to MAPI which of course does not work anymore. So I cannot access my Hotmail account from Outlook. I contacted MSN and they told me to contact Outlook support ...
2 1/28/2006 6:04:26 PM
how to change the mail message body
hi, How to change the mail message body. When i am click send option, i have to add some more info at the end of the mail and will be send. how can i solve this. i am using vc++6.0 and Outlook2000 Thanks in advance -- Regards, RamakoteswaraRao Koti ...
11 1/27/2006 5:21:56 PM
Catch the item I just sent
Hello, I am using COM Add-In ib VB6. Through the add-in when a defined events occur I send a message automatcally through the add-in. This is working fine. Now I want to monitor and check when the item actually gets sent, i.e. it when moves from outbox to sent item. How can I refer to the message I just sent, progrmatically? I though of using SynEnd event, but if there is error du...
3 1/27/2006 4:15:15 PM
open window 'select contacts'
Hello everybody I want to know if there is a way to open de from to select contacts like if you click to the For.. button in a new mail. thanks in advance. Jaume F. ...
2 1/27/2006 4:08:59 PM
How we can find out the format of the mail.
Hi all, I have written one Outlook add-in in C++. I want to detect the mail format of the mail through that add-in. ( RTF,HTML or Plain Text ). I have tried to do some search on this, I only got that, thorugh VBA we can use BodyFormat property of the mail item. How I can access this property through my C++ code? If Outlook is able to detect the format of incoming mail, I think we shoul...
6 1/27/2006 1:51:44 PM
building a web site
I just got back working on my website. Its taken a long time to finish but I am getting there. I got great web hosting at http://www.domainnamefree.net where I got a free .com name and a good site builder. Im going to keep working on it ill let you all know how im doing. Paul ...
1 1/27/2006 1:30:55 AM
New to add-ins
Hello, Can an add-in be built in VB? Are there any examples of small add-ins in VB? Thanks Sharad ...
10 1/26/2006 1:04:38 PM
Adding CommandBarPopup into the a specific Inspctor
Hi I want to add a CommandBarPopup with some ComandBarButtons to the Inspectors Menu. But this menu should only appear when the inspector is showing an e-mail. I am using VS2005 and the VSTO 2005. Right now I create the CommandBarPopup in the newInspector_Event. But this event is fired only once, or am I missing something. What I need is an event which is fired when the Inspector ope...
8 1/26/2006 8:07:52 AM
Custom Forms in Outlook
I want to create a new custom form for use within my C# outlook add-in. Do I need to create the form myself in Outlook and then somehow distribute with my add-in? How do I go about this process? Thanks so much...
6 1/25/2006 8:53:01 PM
Outlook commandbars
Hello, everyone!!! I have a problem: I need to add my custom Category to the Tools->Castomize...->Commands.. There is a list on this page "Categories:" = {File, Edit, View, ..... New Menu} Want have my category there "Categories:" = {File, Edit, View, ..... New Menu, MyCategoty} how can I do it? ...
2 1/25/2006 2:35:42 PM
45 Pages: <<  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net