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  >>  
Outlook address book view details
How can I setup Outlook address book for viewing all contacts, not only those who have e-mail addresses ? (need for dialog function IAddrBook::Address) ...
2 11/26/2008 2:06:00 PM
Access 'Appointment window' toolbars buttons.
How can I access all of toolbars controls in 'Outlook Appointment' window programmatically (C++) ?...
1 11/26/2008 12:57:47 PM
get attachment file data
hello I'm using VSTO SE Outlook add in for Outlook 2007 using vb.net.I need to get attachment details - MIME content type,content subtype & the file data itself. I used redemption to get content type,subtype using field value &H370E001E of safemailItem attachment.But was not able to get attachment file data. Is there any way to get attachment file data without saving the file & then getting...
5 11/25/2008 12:57:01 PM
Changing the background color of a MailItem
Is there any way to change the background color of a Mailitem in the list portion of Outlook? I need to display a status for a MailItem given certain conditions and I think changing the background color would be the most easily recognizable....
4 11/24/2008 6:13:42 PM
Starting outlook after installing outlook programmatically
Hi all, I have created an outlook 2007 Addin using C#, VSTO 3.0,VS 2008 and created an msi installer for same... Everything working fine.. Now I want to launch the addin (In this case the outlook itselt) automatically after the completion of installation of the addin... So I think I have to run the OUTLOOK.exe programmatically . I got the location of OUTLOOK.exe from registry (ht...
4 11/24/2008 4:47:43 PM
Create appointment item in shared calendar
Hi, Is there a way to create and display appointment item in shared calendar. The statement Application.CreateItem(ItemType); creates item in the default folder of the specified type. But I want to create item programatically in the shared calendar of a specified recipient and display it in the inspector window without actually saving it. Is there a way to do this?...
2 11/24/2008 3:05:15 PM
Refresh Calendar Folder List After Create New Folder
I'm using Outlook 2003 and I have a background process that adds new subfolders to the root calendar folder (GetDefaultFolder(olFolderCalendar)) using the Outlook C++ COM interface. When I start Outlook and am sitting in the mail view, the background process adds 1 or more subfolders to the root calendar folder. When I switch to the calendar view the new folders aren't displayed. If I r...
1 11/22/2008 11:19:00 PM
BCC field in an Outlook Meeting Request
Hi all, I can't seem to find the solution to this issue. I am trying to send an Outlook meeting request to a distribution list that I wish to remain private (do not want anyone on the distribution list to see the email addresses listed). I have over 400 people (all of them competitors to one another) that I wish to invite to a conference call. To have them all on the same call is on...
3 11/21/2008 5:18:14 PM
programmatically add attachments to meeting requests
I have some code, referenced below which creates a MailMessage which is really a meeting request because when it shows up in my Outlook I can accept/decline like with any other meeting request. This is great. However, now I am trying to add attachments to the MailMessage using the code commented below, when I do this, it successfully adds the attachment however when the email is received...
1 11/20/2008 5:59:53 PM
Outlook 2003 Word as Editor and .NET forms
Our company has been working on an Outlook AddIn using VSTO which has a number of issues which we have not been able to resolve yet. We would appreciate any insight or assistance you can offer. Our .NET AddIn includes support for using Word as editor in Outlook 2003. On the editor window we add a custom command bar button that launches a .NET form. The problem is that the .NET form doe...
12 11/20/2008 2:56:02 PM
place button on ribbon for compose & read message
hello I've Outlook addin for office 2007 using VSTO SE.I need to add custom buton on ribbon for existing mesage as well as for new message. Currently I'm using below xml file <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" onLoad="OnLoad"> <ribbon> <tabs> <tab idMso="TabNewMailMessage"> <group id...
4 11/20/2008 2:52:49 PM
How can I access the Outlook2007RibbonXAddin?
Hello all, I downloaded the Outlook2007RibbonXAddin.MSI to see some Working Examples of Ribbon C# Code. So I installed it.. And I cant find it ANYWHERE.. it looks like there has just been a icon installed. Where Can I find this Sample code? As I really want to start understanding the Outlook API by the end of the afternoon. This bugs me a lot since all the samples on Google don't w...
7 11/19/2008 2:56:07 PM
Items in consecutive Selection collections not the same?
Hello. I'm trying to write a VSTO add-in (my first venture in C# & VSTO) which will allow me to construct wrapper objects around emails selected by the user (so that I can hook into open events etc.) and I've run into an issue. When a user selects multiple items I get a call into my SelectionChange event hook for each item selected. On the first call the explorer.Selection collection...
4 11/18/2008 5:30:04 PM
jpg file in signature
hi, The jpg or gif files in the signature are also the attachments in the mail. What kind of attachment are these jpg files? are they same as other attachment jpg files? Anyone knows?...
2 11/18/2008 9:16:00 AM
Hello World Crashes.. I really need help with this... =S
Hello All, After a long struggle I finally embraced C# in my Default language tool kit and I am starting to enjoy its powers on Microsoft Windows Systems.. Its great to Embed in Smart-phones or add missing functions in Windows Programs. I think its way better then VBA in the first place. Anyhow, after embracing C# I learned a lot about the language and I saw I can make Plug-ins for ...
5 11/18/2008 8:02:01 AM
Sending different body text to each recipient
I'm struggling with the following: i want to send a customized e-mail body text to each recipient of an e-mail. I know I can split the e-mail into individual e-mails for each recipient, but that way no one can reply-to-all or see who else is copied on the same e-mail. Is there ANY way I can accomplish what I want to do, while maintaining the thread and having just 1 item in the sender's...
2 11/17/2008 2:51:34 PM
_Commandbar button event handler for multiple buttons
Hi, I have a COM add-in that is a toolbar for outlook and has some controls on it - buttons and combo boxes. I am able to successfully register event handlers for them. However, when I have more than 1 button, I don't receive the callback for the second button. Is there something that needs to be done to receive callbacks for the 2nd button? I thought the handler has an input param, IDis...
11 11/15/2008 2:59:59 PM
VSTO Add-In Loading Twice
All, I have posted here before and received great advice. However, I am writing a VSTO Outlook Add-In, and still have an issue where the Add-In loads twice When debugging and sometimes starting Outlook 2007. I have tried Mutex, registry checking and a variety of other methods to no avail. Any suggestions? My goal is to ensure only one copy of my Add-In loads and executes. I have...
3 11/15/2008 1:42:01 PM
Outlook 2007 spell check and .NET code
Our company has been working on an Outlook AddIn using VSTO which has a number of issues which we have not been able to resolve yet. We would appreciate any insight or assistance you can offer. Our AddIn uses CommandBarButton.Execute() to trigger a spell check before continuing to run its own code which eventually pops up a .NET form. In the Outlook 2003 version, this works fine. In th...
4 11/14/2008 2:10:04 PM
Trapping "Enter" key in _CommandBarComboBoxEvents
Hi, I have a ATL COM add-in for outlook which has a toolbar and a button. I added a _CommandBarComboBox to the commandbar and would like to now trap the "enter" key when user types in something and hits the "Enter" key. I find that there is only 1 event that is generated - Change. However, when I trap this event, my handler is never invoked Any clues??? Thanks...
13 11/14/2008 2:08:52 PM
capture attachment count change
hi, i am working on outlook plug-in in VB6.0. My plug-in will pop up a dialog when sending a email. in the dialog the attachment will be list in a listview. If i add a new attachment in the email, i want to capture this event and refresh the listview. i am looking for the attachment changed event, but not yet found. Does anyone can help me? Thanks in advance. ...
2 11/13/2008 2:44:12 PM
Outlook 2007 AddIn being disabled
Our company has been working on an Outlook AddIn using VSTO which has a number of issues which we have not been able to resolve yet. We would appreciate any insight or assistance you can offer. We have sometimes experienced errors which cause Outlook to disable the AddIn even when no errors have occurred in the managed code or been caught by our exception handling. How can we most e...
6 11/13/2008 2:41:44 PM
Outlook 2007 Calendar Printing Assistant Print Error
I have installed the Calendar Printing Assistant on our 2003 Terminal Server running Outlook 2007. When I try to print a calendar, I get a print error, "Windows cannot print due to a printer error...". I have tried it with multiple printers and all the printers work fine for everything else. I am wondering if it is a Terminal Services issue, because I installed it on my local computer...
1 11/12/2008 4:53:01 PM
Enable Disabled Add-Ins automatially
We have Outlook 2007 and Microsoft CRM 4.0. The toolbar for CRM gets disabled rather easily. Is there a way to force that back to enable when starting Outlook or the computer automatically? Instead of going to Help | Disabled Items? This would be a great help. ...
3 11/12/2008 4:48:02 PM
application item send
hi, I want to code a small project which can pop up a warning when user click send a email. But it doesnt work for application_itemsend. i work with VS2008, vb. the code is here. Public Class ThisAddIn Public WithEvents myOlApp As Outlook.Application Event ItemSend As AssemblyLoadEventHandler Public Sub Initialize_handler() myOlApp = CreateObject("Ou...
5 11/11/2008 2:18:17 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