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

Geek News

Threads Replies Last Post
45 Pages: 1  2  3  4  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  >>  
Digital certificate in outlook
In outlook when I click on Tools Options Security and select my own certificate there is a reigstry entry in the registry at the following path HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion \Windows Messaging Subsystem\Profiles\Outlook\c02ebc5353d9cd11975200aa004ae40e In here there is a value 11020355 which contains some binary data. Now if I want to automate this pro...
1 4/24/2007 1:42:11 PM
MOSA addin gives error "Your modem doesn't support PDU format"
When trying to send a SMS through OL 2003, the above error message is received....
1 4/24/2007 6:56:01 AM
See what Add-ins are loaded
How can I see what add-ins are starting up with Outlook? Is there a place I can go to see a list of them and then disable them? Thanks...
2 4/23/2007 8:50:23 PM
Customizing Appoinment Form - Options
Hi, I have a requirement of adding couple of fields in Outlook's Appointment Form. (1) By using Custom Forms, the Appointment Page of the Appointment Form is not customizable. Is there any programatic way do add new fields to the Appointment Page ( Basically, get Item.GetInspector.ModifiedFormPages("Appointment") and then add new fields and bind them ? any code snippet for the same ......
2 4/21/2007 12:14:24 AM
VSTO Outlook 2003 - Issue with button event handlers
Hi, I am developing a VSTO add-in for Outlook 2003 using VS. NET 2005 VSTO template. I am adding two command buttons to Outlook's standard tool bar. These buttons are hooked up to an event handler (Button1_Click). When I start outlook I see the two buttons, however for some reason only one button is hooked to the event handler. This does not depend on the order in which the buttons are ...
2 4/20/2007 1:18:01 PM
MAPILab NNTP Issues
For the past 3 days I have been using the 30 days trial of MAPILab NNTP on Outlook 2000. <http://www.mapilab.com/outlook/nntp/> For free servers like Microsoft and Mozilla it works fine on everything. But I when try to add other free servers like AIOE.org and IDG.pl I can only get their newsgroups list, but I can't get the list of post of a subscribed single newsgroup. Does anyone ...
2 4/20/2007 5:28:41 AM
How to get all events for a perticular date, (need exact filter)
Hi, In the Outlook Instant search using Folder.GetTable() method, we found that while filtering the calendar events for a particular date it is giving all calendar events for that date plus all recurring items even if not on that date ( i.e. if we have recurring meeting say weekly meeting on Monday and we are firing query on Tuesday's date to get calendar events then we are getting all eve...
4 4/19/2007 8:02:31 PM
ContactItem Write event not getting called
Anyone know how to do this? In my COM addin using outlook 2000 I have a Write and a Close event for the contact item and the Close event gets called, but the Write event never gets called. Am I doing something wrong? Private WithEvents objContact As Outlook.ContactItem Private Sub objContact_Write(Cancel As Boolean) End Sub Private Sub objContact_Close(Cancel As Boolean...
2 4/19/2007 5:44:27 AM
upward compatibility 2003 -> 2007
>From what I have read, for an addin, that is a unmanged c++ mostly mapi based and with some OOM support, this shouldn't be a problem, right? No recompiling or seperate versions needed? Time to get 2007 I guess. Thanks, J ...
1 4/18/2007 2:18:32 PM
urgent
hi all. i want to create a button as a plugg-in/add-in for outlook using vc++ can anyone please help me and also send my link to ebooks or study material for programming outlook ...
2 4/18/2007 8:26:33 AM
email window doesnot minimise while sending mail thru MAPI
HI, I am using Mapimessage.send true to email from my application. The email window pops up. The problem is that email window does not minimise in this case if the we click the minimise button on top right side of the window. My requirement is to show the email window before sending the message. Thanks in advance ....
1 4/18/2007 5:36:01 AM
Differentiate between drag & drop email task creation and normal task creation
Hi all, I have explorer window opened. Now I select any mail and drag and drop it onto the Task Button available on the Navigation pane. A new task is created and the description of the task is filled up with my email message body. Now my questions are:- How can I differentiate between tasks that are created normally and those tasks which are created in this drag drop fashion. I re...
2 4/18/2007 4:54:09 AM
Redemption get_Fields()
Is anyone able to indicate the int PropTag value for an AppointmentItem ResponseStatus? When I access the field on the appointment via the OOM my addin prevents outlook from shutting down. Other than accessing that property to read the value nothing is changed. The addin shuts down if I comment that line. I have also tried to call close on the item passing it Outlook.OlInspectorClose.olDis...
2 4/17/2007 11:38:13 PM
using outlook with word set as editor
I have developed two add-ins for MS word 2003 and MS outlook 2003 using vb 6.0. the add-ins adds menus under the file menu in word and outlook respectively. the problem which i am facing is that whenever i am setting the word as as editor for outlook, the menu's displayed while creating/editing e-mail message under file menu are of add-ins corresponding to word integration add-ins an...
2 4/17/2007 1:53:31 PM
Create a new folder in PST/OST which behaves like special folder(e.g Inbox/RSS feeds)
Hi All, We have created an Outlook addin application using VSTO SE(Outlook Object Model 2007), Outlook 2007. This addin, on load, creates a new folder in the default delivery location (pst/ost) and associates a web view(html page) with it. The requirement is that the Outlook user must not be able to delete, rename or move this folder just like RSS feeds/Inbox. In most cases Outlook a...
4 4/17/2007 1:28:17 PM
Is there a way to know if you are a GUI Instance?
When in the context of a COM addin is there a way to know whether your specific outlook instance is an outlook GUI instance or a non-gui instance? Dave ...
2 4/16/2007 5:12:58 PM
After each initialisation, a new draft EMail is generated.
I have the strange effect that a new (empty) email draft message is generated each time I start my Outlook 2003. I debugged my COM Add-In and noticed that it is generated after the Add-In is initialised and after the call of AddinInstance_OnStartupComplete(). There is no custom code that generates such a message. Is this a known bug or how can I find the place that causes this email draft? ...
2 4/16/2007 4:39:11 PM
ItemAddEventHandler only runs once
Hi, Im trying to catch all incoming new mail using the code below. The problem is that it is only run once, so when i get 3 new messages, only the first mail will be used in the eventhandler. -- private void ThisAddIn_Startup(object sender, System.EventArgs e) { Outlook.MAPIFolder inbox = Application.Session.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderInbox); inbox.Items....
2 4/16/2007 1:58:44 PM
Addin button not showing up -- problem with ActiveExplorer?
Hey all, Apologies for the ensuing long-winded post, but I want to be as clear as I can about what's going on. I have a COM addin that was developed for Outlook 2002/XP and later. It began in VBA but was eventually wholly migrated to .NET in order to incorporate XML web services which are an integral part of it. It's supposed to create a new button in the standard Outlook toolbar that ...
5 4/14/2007 5:50:00 PM
Outlook Calendar Add-In
I frequently want to diarise regular events or meetings which occur on, say, the third Tuesday of every month, or working day 10 of every month. Does anyone please know if there is an Add-In (or some other method) for achieving this with Outlook XP? With many thanks, V ...
4 4/14/2007 5:20:14 PM
Starting Outlook Programing
Hi. I need to program an aplication with Outlook. Where books I can search to start?. Can I develop this kind of aplications with VB .NET or I must to use another system?. Thanks. ...
7 4/12/2007 9:47:38 AM
Deleted items not updated!!!
Hello all, I'm developing an Outlook Addin... I encounter a problem that when my addin perform simple functionality which is looping through all folders, then when the user work on Outlook move messages from the inbox to Deleted Items folder, the Deleted Items folder still empty till you restart the outlook. In my code, I loop through all folders and get Items an do some process on them...
1 4/11/2007 11:44:01 AM
Addin call to external dll
I have an addin that is primarily an exchnage client (ExchEntryPoint), and I am making calls to other DLLs that I have created. However, it seems that it can not find these DLLs, if I install them in the same directory as the addin. What is the best way to get my addin to find these other DLLs? If possible, I don't want to messing with system directories or such, that may require eventual ad...
4 4/10/2007 6:29:00 PM
SenderEmailAddress in VB.NET on Outlook 2003
I have an application in development that uses the VSTO 2005 libs to create an addin to Outlook 2003. The application basically adds a button to the New Mail Message window that, when clicked, sends everything about the mail message to our server. One of the important piece of information is the sender's email address. This application cannot be deployed with either Redemption or CDO. Is the...
2 4/10/2007 2:27:32 PM
Email Account space left gauge
When you log into gmail or hotmail there is a gauge or line on the page somewhere that says you are using X% of your total email account amount allotted to you. Is there anything like this that will run on a corporate Exchange/Outlook situation that will tell my users that they are nearing their mailbox size limits? even third party might work ...
1 4/9/2007 4:58:11 PM
45 Pages: 1  2  3  4  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  >>  

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