Group:  Microsoft Outlook ยป microsoft.public.outlook.program_addins

Geek News

Threads Replies Last Post
45 Pages: <<  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  >>  
how to load the the xml file in vc++ 2005
I am creating an addin for outlook 2007 in vc++ 2005 i have an xml file separately how to load the file into my code... I know in C# we have to use imported namespaces system.reflextion,system.io how to do it with vc++2005.. plz help!!!! ...
1 1/19/2007 10:23:46 AM
Outlook add-in and thisapplication.vb
I am trying to create an Outlook add-in using VSTO for Office 2003 and apparently there is supposed to be a "thisapplication.vb" object but I can't seem to find it. All I have is "ThisAddin.vb". What am I doing wrong? Thanks! ...
2 1/19/2007 1:42:14 AM
Registry - CommandBars : Closing Outlook Notes problem
OK. We have this problem with Outlook. It takes 3-5 clicks to close the Outlook Note RegMon shows that HKCU\Software\Microsoft\Office\Outlook\Addins\Uninstalls\Controls and HKCU\Software\Microsoft\Office\Outlook\Addins\Uninstalls\Commandbars are being enumerated, but these do not exist. What's going on?! ...
1 1/18/2007 4:06:36 PM
How could I retrieve free/busy information if the only information I have is the Email address?
I would like to retrieve free/busy information for given email address , is it possible? ...
2 1/18/2007 3:19:43 PM
How to find out pop3/imap password for Outlook account?
Hi, I am developing a tool (part of outlook add-in) that has to use existing Outlook (XP/2003/2007) pop3/imap account(s). It is easy to work with all Outlook account information using MAPI, except password. Unfortunately I don't know how to find out password for particular pop3/imap account. Did I miss this functionality in MAPI? Other known way to access pop3/imap password is to read regis...
1 1/17/2007 3:38:19 PM
Outlook 2007add-in,vc6
I am planning to create a Outlook 2007 add-in. Can i use vc6? Plz refer some site to start form beginning... ...
2 1/17/2007 1:49:14 PM
Is there any SDK to parse the outlook extend.dat file?
I want to know what Exchange Client Extension plug-ins had been loaded and enabled .By GOOGLE,I've known that the plugin 's Enable/Disable status had been written into extend.dat file.So ,is there any library or source code to crack this file? Or any other ideas to help me accomplish this work? Thanks. ...
5 1/17/2007 12:56:27 AM
IRibbonExtensibility and specific folders
I have implemented IRibbonExtensibility but how can I only load the ribbon when the Outlook form is from a specific folder or message class (we have an ECE that does this for pre 2007) The RibbonID does not seem to reflect the actual message class. ...
5 1/17/2007 12:54:56 AM
Access Outlook from process other than Outlook process
If I use OL objects from process (other than OL process) will the operations I perform on the outlook object e excuted on the OL process or on a worker thread immitating OL process? Im asking this question cause Im trying to use OL OOM from a desktop application which runs on different process. ...
3 1/16/2007 6:28:18 PM
outlook newmail event for different version causing problems
I have handled new mail events for OL XP. but while installing in OL2003 its giving error "could not load type outlook.applicationevents_11_ newemaileventHandler from asembly interop.outlook " >> OBVIOUSLY its version difference << but is there any way out to handle/get such event which can handle new mail event in all outlook versions? Any workarounds to capture all versions new...
4 1/16/2007 4:05:46 PM
CommandBarComboBox problem: Text lost when combo box lost focus
Hello All, I'm creating a toolbar as Add-in to outlook. I have a textbox(CommandBarComboBox with ControlType = msoControlEdit) object & a command button on the toolbar. I am use the text from textbox when button is clicked. My problem is when I write something in textbox, then change the cursor location another place(click somewhere outside textbox ) or click on button,...
1 1/16/2007 9:47:42 AM
Microsoft Outlook 2003 error
Every time when I open the outlook 2003 sends me a error that says THE ADD-IN C:\WINDOWS\SYSTEM32\AVGXCH32.DLL COULD NOT BE INSTALLED OR LOADED. THIS PROBLEM MAY BE RESOLVED BY USING DETECT AND REPAIR ON THE HELP MENU. I did run the detect and repair but does not resolve the problem Could some one help me out with this one...
4 1/16/2007 5:12:57 AM
Attaching an Addin to Send Button
Hi, I am very new to creating Outlook addins. I have a need to create an addin that executes when the user clicks the Send button. My plugin needs to run after the button is clicked, but before the message is sent. At this point it needs to have an option to either send the message or not to (preferrably to execute a different addin). So I guess I'm really trying to figure out if this is ...
2 1/12/2007 3:18:36 PM
Drag and drop from Lookout no longer working
Hello - I used to be able to perform a search with Lookout and then drag and drop a "found" email message from the results screen directly into a new email (or a folder, etc). Now, I am no longer able to drag an email from the lookout results window (the only think I am able to do is right click - I cannot drag at all). I have recently been upgraded to Outlook 2003. I am running XP pr...
1 1/11/2007 9:59:02 PM
Keeping trace of answers
Hello everyboby, I need a program (or outlook 2k3 tool) that can help me with outgoing and incoming emails The goal is keeping under control the situation of emails sent and answers received, in order to send quick reminder to those who didn't answer. I have in mind something like a panel where I can easily find out which messages are still not answered, it would be nice if it could treat...
2 1/11/2007 3:15:42 PM
Displayed dates in the CalendarView
OK, so how can I get the dates of the currently displayed CalendarView? I am aware of the bug in the RTM of the Office 2007: http://support.microsoft.com/default.aspx?scid=kb;EN-US;929593 So, I am creating a dummy appointment and can get the date that falls somewhere in the current view and would have been able to calculate the start and end dates of the view, but the CurrentViewMode is ...
2 1/11/2007 2:35:13 PM
How to use GetIDsFromNames(....) method ?
Im trying to use the method GetIDsFromNames (C#) but I dont know what each parameter is for: int GetIDsFromNames(object MAPIProp, string GUID, object ID, bool bCreate) I know waht are GUID and ID but I dont know what the other two parameters are, Can anyone please help me? ...
7 1/9/2007 5:11:12 PM
MAPI_E_NOT_FOUND when trying to open other user's calendar
I am trying to open other user's calendar using CDO and getting the MAPI_E_NOT_FOUND (8004010F) exception. I have a full access to her mail box and verified that I can successfully open Inbox and Outbox from the CDO. The code worked fine against Exchange 2007 Beta 2 and it doesn't with the RTM. The CDO session is openned anonymously. Any ideas? Thx... Alex -- Alex Yakhnin, Device A...
8 1/8/2007 11:52:55 PM
in-line image, when does outlook remove from attachment
I am developing an "encryption type" plug-in to Outlook 2003 using C# based on Outlook Object Model. I am having trouble when the email has an inline image, i.e. when an image is pasted into the email message body. I understand that the image is referenced with a CID and it is actually transmitted as an attachment. Here is my problem. On the receiving side, when does outlook actually remo...
10 1/8/2007 9:58:34 PM
Adding a header item with MAPI
Hi, I have developed an ATL/C++ add-in that I want to add a header item to a _MailItem before I forward the email. The idea is that I take an item out of the inbox, modify the header and then forward it to another email address. I see there are Redemption examples; but I do not want to use the redemption libraries. Is there an extended MAPI example that will show me how to accomplish ...
10 1/8/2007 6:54:03 PM
how to add own areas in outlook
hello, how do I create own areas, frames, panels for showing non outlook data in outlook 2003/2007 with c# regards, harry...
2 1/8/2007 4:13:18 PM
A macro to show images
I've used a macro to show images in outllok 2003 , this is the macro: ******************************************************************************************************************* Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) Sub view_attachments() On Error Resume Next Dim oOL As Outlook.Application Dim oSelection As Outlook.Selection ...
1 1/8/2007 3:24:13 PM
ItemAdd in Deleted Items event doesnt fire after a while
I'm having this problem where i can't find a solution on my own and neither can i find and posted solution around the web or forums. The scenario is this : In order to trace the deleted items, i had added an ItemAdd event on the deleted items folder to handle the entryid of the deleted items. Well, it works in the beginning, but somehow i observed this, after a while, specifically after i del...
12 1/8/2007 8:27:07 AM
Adding Objects as attachments to mails in outlook using c#
I have developed an add-in to outlook in c# using vs2005 and vsto. I want to be able to attach objects (of a user -defined class) created in the project to a mail item in c#. I would also appreciate it if you could give me some - details on the use of the 4 attachment types in outlook. ...
2 1/5/2007 1:51:34 PM
Outlook crashes during shutdown after running operation
I have a COM addin (VB6), that had run without error until recently. When the following code is run, the microsoft error reporting window comes up when outlook is closing after the onBeginShutdown and after the onDisconection events. Private Sub ExecuteButton_Click() ' Code renames two archive folders on in a pst file and one in the public folders. On Error Resume Next If Utilities....
2 1/4/2007 8:14:33 PM
45 Pages: <<  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  >>  

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