Quantcast
Channel: Outlook Program Addins
Browsing latest articles
Browse All 106 View Live

Can not move Outlook Mail Item to specific existing named Folder

Here is a request/suggestion for an enhancement for Outlook so that the Move to Folder (token? pulldown? option?) permits Naming the destination folder? E.g. Move to Folder , click on "BY NAME", which...

View Article



Problem installing the web based Microsoft Agent Communications Pa

I have installed the Agent Communications Panel on CRM 4.0 server running on Windows 2003 Small Business server SP2. I tried installnig the client via https://<CRM Web...

View Article

Outlook 2007 userpermission

Hi, im trying to get the permission of a user, who is editing a appointment in an others persons calendar. After debugging the outlook appointment model i tryed it with...

View Article

Word 2007 add-in ribbon icons greyed out

I'm having a problem with a Word 2007 add-in I made. When I click on Add-Ins, the icons of the add-in show, but they are greyed out and disabled. This is occuring when I obfuscate the dlls I have made...

View Article

Identify weekend from daily RecurrencePattern

I'm parsing a RecurrencePattern object where the recurrence type i daily. If I'm understanding properly, the pattern Interval of 0 mean that they only want weekdays. Is that correct? If so, how do...

View Article


how to debug in OL2010?

I can't figure out how to debug my add-in under OL2010? I'm using VS2005 with a C++ COM/ATL add-in. Any breakpoints I set never break, although the add-in is loaded/running as determined by using...

View Article

Detecting if attachement is embedded or not

I've seen lots of discussion on this but no answers. I have an addin (VB.NET and VSTO) that strips attachements from emails as they are sent. Trouble is, I don't want to strip attachement (usually...

View Article

Creating Add-in from VBA

I have many bespoke functions and forms I have created for Outlook but have been asked to produce some of these as a company-wide add-in so that other users can benefit from them. I have had Visual...

View Article


call a help file when click on a button xml ribbon

hi all. i have a 'Help' button on xml ribbon. i want when i click o this button, the 'help.chm' file will show independently in the curren inspector. i use outlook 2007 and C# 2008. what should i do?...

View Article


Prevent moving a calendar item

Hi, Asked this at Outlookcode.com as well but got no answer, now I try here. I've got an addin (form region) which (among other things) have userproperties with dates which are the outer boundaries for...

View Article

VSTO 2008 how to bind Form Region controls to Item data fields

Hi, perhaps it's so obvious that I don't see it, but I searching the web now for about an hour and don't find an answer. I'm using Outlook 2007. So far I used VS2005 and designed my Form Regions with...

View Article

Not able to load an add-in for outlook 2007 developed in VSTO 2005

Hi, I have created the setup for the outlook adddin. The setup works fine , but when open the outlook the addin doest not get loaded. Following thing i have Installed for outlook addin setup 1. .Net...

View Article

ActiveExplorer return NULL on new Window user login and running Outlook first...

I'm trying to figure out why ActiveExplorer is returning NULL when the user is a new user login (logged into windows for the first time) and then start outlook for the first time, ActiveExplorer return...

View Article


Develop for OL2003 on OL2007 machine using VS2008 and VSTO?

I have a remote client who has OL2003. I have OL2007 on my desktop and VS2008, VSTO, C#. They want me to develop a small VSTO Add-in that intercepts incoming emails to a particular address and inserts...

View Article

Outlook reports Error 4203 when Hotmail Connector syncs

I have the released version of the Outlook Hotmail connector (14.0.4760.1000) installed with the RTM version of Outlook 2010 (also 14.0.4760.1000). Whenever I perform Send/Receive, Outlook appears to...

View Article


Drag-and-drop to Custom Task Pane

I'm trying to implement a Custom Task Pane that will allow me to drag-and- drop an email item in it. At the moment, I'm getting no-where - every time I drag over the email item I get the black circle...

View Article

How to Cancel a queued addon installation on Outlook2003 Launch

When starting the program, it attempts to install a program addon, in this case it is MailViewer.MSI(1) which seems to have attempted to been deployed by our deployment software without caching the...

View Article


Capturing events with IDispEventSimpleImpl

Hello, I want to creating an addin that captures when a {contact, calendar, task, note} is {created, edited, removed}. I have the following code, to make it shorter I removed all the code but the...

View Article

Address book to show contacts with no email address or fax numbers

Hi, We have developed an Outlook phone message add-in that allows users to send and receive phone messages. The caller information is selected from the address book. One of our customer has a large...

View Article

Prevent moving a calendar item (again)

Hi, Asked this before and Dmitry says he answered it here, but I can't find his response, sorry for reposting. I've got an addin (form region) which (among other things) have userproperties with dates...

View Article

Exchange Client Extensions in Outlook 2010?

All other versions of Outlook enable customization via the ability to manage various add-in's thru Exchange Client Extensions. Is this gone or different in Outlook 2010?

View Article


New Inspector word editor crash Outlook 2003

Hi all, I have a rather interesting issue with Outlook 2003. When a create a new email message using automation outlook will crash if I try to request the word editor(GetWordEditor) during the new...

View Article


add new panel to email editing window

Hi, I need to add a new panel to the email window, ideally it is a sliding panel. Any idea whether it is possible? Where should I look into? Googling does not return much useful information at this...

View Article

Create or Import a Outlook Rule through C# code.

Outlook 2007 ..NET 3.5 with VS2008. In outlook manually i can create a rule which looks like below. I am looking for a code sample which can do the same. Rule is :- "Apply this rule after message...

View Article

Outlook add-in that captures contacts from email, web page anddocuments and...

AddressGrabber Standard is an Outlook add-in that captures names, addresses, email, phone,fax etc. from emails, web pages and documents and adds contacts to your outlook addressbook with a single...

View Article


Outlook 2003 Addin fails to load for 32 bit Outlook 2010

Hi All: The subject pretty much sums up my issue. I have an addin built that work on Outlook 2003 and Outlook 2007, but when try to use in Outlook 2010 it does not even show up in the addin list. If...

View Article

Accessing SafeUser.SMTPAddress crashes Outlook (Redemption)

Hi, One of our customer has a problem with our AddIn. He uses Windows 7 with OL2003 (latest ServicePacks) connected to Exchange. His Outlook crashes, if our AddIn (VB6) accesses the data of the current...

View Article

Changes made using RDO, visibility in OOM

Is it possible to add/change a UserProperty on an item using RDO, in such a way that said addition/change is visible in the corresponding OOM item (i.e., same EntryID) *without* having to restart...

View Article

hiding from print-out user-defined props doesn't take effect until OL restarts

Greets, I'm using RDOUserPropery.Printable property to make it so our user-def props don't print. (Sorry if that was redundant.) It works, but not until I have restarted Outlook. I check the item's...

View Article



Inspector Activate Problem

In my appointment ribbon I have the following code that adds an event handler to listen for inspector activate events. private void AppointmentRibbon_Load(object sender, RibbonUIEventArgs) {...

View Article

Content hidden from sender

Dear Group, I would like to write a plug-in. When user sent an email to recipient, the plug-in will add some content to the email. However, the sender cannot view the added content when he views the...

View Article

Outlook Meeting Request Bug

I've found what I believe is a bug in Outlook. I can demonstrate the problem with the following code. It's a small add-in that hooks an event on the Application object. The problem only happens when...

View Article

2010 PIA

Hi, Any word on when PIA 2010 redistributable will be released? Thanks, Ronnie Ronnie Mansoor CTO, Implicit Inc. www.implicitweb.com

View Article


Sending email from Access or MySQL address list

Hi there, I would like to use Outlook to send out a newsletter using the email addresses from a MySQL table or an Access 2003 table(via ODBC from MySQL) directly from my Membership Database. Can...

View Article

C# BrowserControl Woes ... Again!!

Hi All, I have gone through the various postings all over the web and this group and still cant find a solution to my problem. May be because I do not understand C++ / COM programming properly. Please...

View Article

Outlook 2010 string for keyboard shortcut "new e-mail"

This string worked to re-assign a key to open a new email message with Outlook 2007 i.e. C:\Program Files\Microsoft Office\Office12\OUTLOOK EXE" /c ipm.note.myform Changing Office12 to Office14 does...

View Article


How to save encrypted mail to disk (MSG) unencrypted

Hi as in topic, i'm looking for a programmatic way to save encrypted email from inbox as unencrypted MSG file on disk. I want to do it from outlook add-in. Outlook Spy does it, so somehow it is...

View Article


How To Capture Keypress Event inside Compose mail Item?

I need to capture the keypress event when a user types the contents inside the mail body. When the user presses the spacebar the previous word has to be read from the compose mail body. How can this...

View Article

Mailitem Copy() loose HTML format

I'm writing a small app that would copy mail messages based on some sort rule. I'm having problems copying Mailitems, since it loose html format of the duplicated messages. I'm using Outlook 2007 SP3,...

View Article

Setting Emails to be send in calendar holidays to group of people

Is there a way (add in or something) to set up emails(Set up differen types od emails) for different calendar Holidays, ceremonies and etc t be send to group of people filtered by country/region or...

View Article

MailItem Unload event fires non-deterministically with custom form-region

Hi all, I've written an add-in that creates a custom form-region for reading/preview mailitems. In short, I've wired the Application.ItemLoad and MailItem.Unload events under the expectation those...

View Article


attachment location

hi, all I am working on attachment. I don't know how to get the location of a sending email' attachment. I want to do some operation before the email be sent. is "Source Property" works? but when i use...

View Article

Knowledge Base Using Outlook 2007 and Sharepoint 2007

I am looking at creating IT support KB that uses outlook 2007 (emails, tasks, attachments, etc) and SharePoint 2007 (uploads info from outlook, etc inan organized fashion that is searchable later on)....

View Article


OpenMsgStore returns MAPI_E_FAILONEPROVIDER with Exchange 2013 proxy

Hello I am working on a new version of some software that uses CreateStoreEntryID t generate an EntryId for a mailbox and OpenMsgStore to connect to the mailbox. have recently added AutoDiscover...

View Article

RDO: using TypeOf to determine [OOM] Class

I've been using this successfully to determine whether an item object is a contact, task or appointment, but I have a related problem: Since all item types derive from RDOMail, how do I determine that...

View Article


Add signature to MailItem

Hi, all: When I send an email from Outlook add-in, in the mail item, can I add the signature that user normally uses in to it, without creating one one the fly? Thanks, Danny

View Article

Compiler Error: Does not like...

I have a sample program below that I'm trying to convert to the newer mso.tlh (the code has not been updated for years). So, I had to add all of the "Outlook::" and "Office::" since the old tlh did not...

View Article

Looking for email address under ItemSend event

Hi, I need to retrieve recipients' email addresses and sender's email address when an ItemSend event is raised. I just cannot get them, even I use Redemption MapiUtils. Like string lsAddresseeEmail =...

View Article

Event trigers only first two times from FromRegion.

Hello, I have a custom VSTO Addin with FormRegion. In that add_in I wan't to hook to the events triggered when a user presses Reply or Forward buttons of the inspector window running my FormRegion. To...

View Article


Context menu for new message window

Hi All, I am developing an add-in for Outlook 2003 and above and would like to add an item to the context menu of the "new message" window. Is this possible? We are using Word for the editor and HTML....

View Article

Browsing latest articles
Browse All 106 View Live




Latest Images