Ken Slovak - [M...0/2 17 May 2010
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 install files. The install file is unavailable to me to complete the installation. Is there a way for me to dequeue the installation of this addon for the user.
reknik0/3 17 May 2010
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 with a line through it cursor and the drag-drop event doesn't fire. I've set the allow drag-drop properties on the user control and components to true to allow dra-and-drop but it's not
Ken Slovak - [M...0/2 11 May 2010
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 the contents into an Access97 database table. Can I create such an Add-in even though I have OL2007 and not OL2003?
Shawn0/19 10 May 2010
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 NULL and we cannot display our command bar and menu bar. If the user exit Outlook and then start Outlook again, ActiveExplorer return a pointer to ExplorerPtr and then we can display our
Ken Slovak - [M...0/3 10 May 2010
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 Framework 2.0 2. CAS 3. VSTOR.exe 4. primary interop Assemblies (office2007)
Casper0/3 10 May 2010
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 the Outlook Form Designer. Now I wanted to try the new VS2008 and I'm excited how easy the generation of an Add-In is BUT: I can add a new Form Region, fine, but how do I add
Casper0/1 10 May 2010
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 the appointment. I can handle in the addin that the user should not set start and end dates beyond these boundaries but the user can still drag the appointment to another date without
Ken Slovak - [M...0/2 05 May 2010
hi all. i have a 'Help' button on xml ribbon. i want when i click on this button, the 'help.chm' file will show independently in the current inspector. i use outlook 2007 and C# 2008. what should i do? thank you -- khoick245
Ken Slovak - [M...0/2 03 May 2010
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 Studio 2005 installed on my Windows XP laptop and have installed VSTO 2005. Can anyone point me to a good online tutorial to walk me through creating my first add-in for Outlook? I've tried
Russ Green0/2 03 May 2010
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 images) that are within the body of the message. I quite often paste images from the clipboard into my HTML messages and these need to be retained. So when looping through the attachments
Beiley0/4 01 May 2010
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 MessageBox(). I suspect it has something to do with how I'm launching Outlook. Under OL2007, which I can debug in fine, I would start: C:\Program Files\Microsoft Office\Office12\OUTLOOK.EXE
sgrosch10/3 29 Apr 2010
I'm parsing a RecurrencePattern object where the recurrence type is daily. If I'm understanding properly, the pattern Interval of 0 means that they only want weekdays. Is that correct? If so, how do I identify which days are weekday? I know in the calendar options page there are checkboxes for what a workweek is. Can somebody show me how to access those checkboxes please? --
Ken Slovak - [M...0/2 29 Apr 2010
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 with a comercial obfuscation tool and re-sign them before building a .msi file to install the add-in. I have placed messages in the add-in to report its startup and it appears to initialise,
Ken Slovak - [M...0/2 28 Apr 2010
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 ((Microsoft.Office.Interop.Outlook.ExplorerClass)(this._appointment.Application.ActiveExplorer())).CurrentFolder.UserPermissions but my problem is, that this attribute is always null. Any idea what i am doing
Rene0/2 27 Apr 2010
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 Server>/AgentCommunications/Microsoft.AgentCommunicationsPanel.xbap. All client pre requisite software are installed on Vista SP1 & Windows 2008 server but regardlss of the client I get the following error: Any
Mp0/1 26 Apr 2010
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 opens a NAME FOLDER box, then I would type INBOX:MYSTUFF:FOLDERA or similar syntax. Sure would save me time with my 1,648 folders!
joshmerchant0/8 23 Apr 2010
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. Thanks, Tom
Lukasz0/5 23 Apr 2010
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 do this I do: Private Sub ChoixProjetRegion_FormRegionShowing(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.FormRegionShowing If TypeOf (Me.OutlookItem)
Shawn0/2 21 Apr 2010
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 have the namespace defined in the tlh file. Down on the bottom of this code that I have extracted, I keep getting the compiler error that it does not how I'm trying to use "Add". I have
Michael Bauer [...0/4 20 Apr 2010
This is a multi-part message in MIME format. ------=_NextPart_000_000C_01CADD84.3116F490 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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
Dmitry Streblec...0/2 19 Apr 2010
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 an item is an email message? (MessageClass = "IPM.Note" by default.) At the moment I'm testing for all of the RDOMail-derived types, and assuming that if it isn't any of them, it's an
Ken Slovak - [M...0/5 19 Apr 2010
Hello All, I am developing an Outlook 2007 addin using VisualStudio 2008 and C#. My goal is to create an email inside a user created folder. I successfully create the folder and a message. However, I cannot get the message placed in the user created folder. Instead it always ends up in the default "Drafts" folder. Is there an outlook object model call that can solve this problem?
Ken Slovak - [M...0/11 19 Apr 2010
Hi all, I have created an outlook addin and added toolbar on an inspector open event in inspector. When user click on a button on toolbar, new modal form gets opened on top of inspector . If user clicks on send button of inspector and closes the model form then send email event of inspector gets fired. How can I make it completely model , inspectors event should not execute if user has
nitwalke@gmail....0/1 16 Apr 2010
Hi all, I have created an outlook addin and added toolbar in an inspector on an inspector open even. When user click a button on toolbar ,new windows form open.Attachment ContextMenuStrip added on a form. When user clicks on attachmentMenuStrip, a new OpenFileDialog open to get attachment file. But this dialog won't show My Computer content. My Computer contents look blank. I have
Sue Mosher [MVP...0/2 15 Apr 2010
hi all. i built a ribbon xml which has a combobox. i want whenever i choice a item in combobox, the label will automatically insert into current position of pointer in mailcompose. what should i do? thanks ! i use c# 2008 and outlook 2007 -- khoick245
Ken Slovak - [M...0/8 14 Apr 2010
hi all. how to add a new group into Message ribbon of mail.compose inspector? what should i do? I use c# and outlook 2007. thank all -- khoick245
Ken Slovak - [M...0/2 13 Apr 2010
I have a user that has tried to install out VSTO OL2007 Addin onto OL2010 (Beta). Ken Slovak had previously said he thought it would install and work without any modifications but the user is getting the following installation error: Popup dialog: Title: "Microsoft Office 2007 Primary Interop Assemblies" Text: "Please install Microsoft Office 2007 before installing this product."
cbukeo via Offi...0/3 12 Apr 2010
Hello All, I am developing an Outlook 2007 addin using VisualStudio 2008 and C#. My goal is to create a distList inside a contacts folder which is not the default contacts folder. When I say "default contacts folder" I refer to the one inside "Personal Folders". I successfully create the distribution list and add members to it. However I am not able to resolve the contact and as a result
Ken Slovak - [M...0/2 12 Apr 2010
Outlook 2007 Add-In 2005 VSTO Second Edition In Outlook 2007, with regard to an existing AppointmentItem, when pressing the "Send Cancellation" Button you get 2 Events: ItemRemove, and ItemChange. In my experience, the ItemChange Event will fire first, followed by the ItemRemove Event. In my Add-In, I have the handle to the current AppointmentItem in both the ItemChange and
khoick2450/1 10 Apr 2010
hi all. i built a gallery on a xml ribbon. in xml file, the gallery has structure: <gallery id="glrSymbolic" getItemLabel="glrSymbolic_getItemLabel"> <item id="id1" label="%LastName%" /> <item id="id2" label="%FirstName%" /> <item id="d3" label="%UserName%" /> <item id="id4" label="%Email%" /> </gallery> in the cs file. i callback event getItemLabel public string
Bridgji via Off...0/8 09 Apr 2010
I'm trying to persist a custom property with a message within our company. I can add a custom property on the send event and see it in the other mailbox. If I forward the email back the custom property value is still on the forwared email. If I reply the value is dropped and the property has a value of null. Is there a way to either have the reply hold on to the value or to retreive the
Ken Slovak - [M...0/4 09 Apr 2010
An Outlook add-in is not working correctly on a client site. The add-in should change the Categories of an Inbox email. We want the Categories to change to "Reg'd" when the user registers an Inbox email to our database via the add-in. On a particular clients machine, this will work OK if the email has been opened, but will not make any change to the Categories if the email hasn't been
smokiibear0/1 06 Apr 2010
Is there a good program for keeping time for jobs. I've used the appointment as a means for doing this for years, but this can be quite cumbersome as workflow gets more complicated. Looking for the next best method. I use outlook 2007 and quickbooks 2009. I've currently manually transfer info from outlook to quickbooks, then do billing. Any suggestions. I'm looking at timetrax, but
Ken Slovak - [M...0/2 06 Apr 2010
Hi, I am trying to add my very own Navigation strip to the Outlook 2007 Navigation Pane. I want it to appear amongst the 'Mail' 'Calendar' 'Tasks' 'Notes' panes on the Explorer View. I've been going through Outlook Object Model and VSTO library but it has not brought any solution. I began to wonder whether expanding Outlook 2007 navigation pane programmatically is doable at all?
kioweoin@hotmai...0/1 06 Apr 2010
Ìì½òͶӰÒÇרÂô£¬Ìì½òͶӰÒDZ¨¼Û£¬Ìì½òͶӰÒÇרÂô£¬Ìì½òÒôÏìÍø£¬Ìì½òÒôÏìÂÛ̳£¬°ÙÍþÒôÏ죬ԭװ°ÙÍþ£¬½ø¿ÚÒôÏì,Ìì½ò»áÒéÒôÏìϵͳ¡£ Ìì½òУ԰ÖÇÄܹ㲥ϵͳ,Ìì½òרҵÒôÏ칫˾£¬Ìì½òÒôÏ칫˾£¬Ìì½òÒôÏìÆ÷²Ä£¬Æ÷²ÄרÂô£¬Ìì½òÖÇÄܼҾÓ,Ìì½òÖÇÄܼÒÍ¥¹ã²¥,Ìì½ò¼ÒÍ¥ÖÇÄܱ³¾°ÒôÀÖ,Ìì½ò¼ÒÍ¥±³¾°ÒôÀÖ,Ó°ÒôÆ÷²Ä,ͶӰÆ÷²Ä,Ìì½òÃÔÄãÒôÏì,Ìì½ò¸ßµµÒôÏì,Ìì½ò¸ßµµ¼ÒÍ¥Ó°Ôº,»ÝÍþ,»ÝÍþרҵÒôÏì,HIVI,HIVIרҵÒôÏìJVC,JBLרҵÒôÏì,Ìì½òÒôÏìרÂô.com ,
byemufyd@hotmai...0/1 05 Apr 2010
Ìì½òͶӰÒÇרÂô£¬Ìì½òͶӰÒDZ¨¼Û£¬Ìì½òͶӰÒÇרÂô£¬Ìì½òÒôÏìÍø£¬Ìì½òÒôÏìÂÛ̳£¬°ÙÍþÒôÏ죬ԭװ°ÙÍþ£¬½ø¿ÚÒôÏì,Ìì½ò»áÒéÒôÏìϵͳ¡£ Ìì½òУ԰ÖÇÄܹ㲥ϵͳ,Ìì½òרҵÒôÏ칫˾£¬Ìì½òÒôÏ칫˾£¬Ìì½òÒôÏìÆ÷²Ä£¬Æ÷²ÄרÂô£¬Ìì½òÖÇÄܼҾÓ,Ìì½òÖÇÄܼÒÍ¥¹ã²¥,Ìì½ò¼ÒÍ¥ÖÇÄܱ³¾°ÒôÀÖ,Ìì½ò¼ÒÍ¥±³¾°ÒôÀÖ,Ó°ÒôÆ÷²Ä,ͶӰÆ÷²Ä,Ìì½òÃÔÄãÒôÏì,Ìì½ò¸ßµµÒôÏì,Ìì½ò¸ßµµ¼ÒÍ¥Ó°Ôº,»ÝÍþ,»ÝÍþרҵÒôÏì,HIVI,HIVIרҵÒôÏìJVC,JBLרҵÒôÏì,Ìì½òÒôÏìרÂô.com ,
yllydjxh@hotmai...0/1 05 Apr 2010
Ìì½òͶӰÒÇרÂô£¬Ìì½òͶӰÒDZ¨¼Û£¬Ìì½òͶӰÒÇרÂô£¬Ìì½òÒôÏìÍø£¬Ìì½òÒôÏìÂÛ̳£¬°ÙÍþÒôÏ죬ԭװ°ÙÍþ£¬½ø¿ÚÒôÏì,Ìì½ò»áÒéÒôÏìϵͳ¡£ Ìì½òУ԰ÖÇÄܹ㲥ϵͳ,Ìì½òרҵÒôÏ칫˾£¬Ìì½òÒôÏ칫˾£¬Ìì½òÒôÏìÆ÷²Ä£¬Æ÷²ÄרÂô£¬Ìì½òÖÇÄܼҾÓ,Ìì½òÖÇÄܼÒÍ¥¹ã²¥,Ìì½ò¼ÒÍ¥ÖÇÄܱ³¾°ÒôÀÖ,Ìì½ò¼ÒÍ¥±³¾°ÒôÀÖ,Ó°ÒôÆ÷²Ä,ͶӰÆ÷²Ä,Ìì½òÃÔÄãÒôÏì,Ìì½ò¸ßµµÒôÏì,Ìì½ò¸ßµµ¼ÒÍ¥Ó°Ôº,»ÝÍþ,»ÝÍþרҵÒôÏì,HIVI,HIVIרҵÒôÏìJVC,JBLרҵÒôÏì,Ìì½òÒôÏìרÂô.com ,
yxdlsexc@hotmai...0/1 04 Apr 2010
Ìì½òͶӰÒÇרÂô£¬Ìì½òͶӰÒDZ¨¼Û£¬Ìì½òͶӰÒÇרÂô£¬Ìì½òÒôÏìÍø£¬Ìì½òÒôÏìÂÛ̳£¬°ÙÍþÒôÏ죬ԭװ°ÙÍþ£¬½ø¿ÚÒôÏì,Ìì½ò»áÒéÒôÏìϵͳ¡£ Ìì½òУ԰ÖÇÄܹ㲥ϵͳ,Ìì½òרҵÒôÏ칫˾£¬Ìì½òÒôÏ칫˾£¬Ìì½òÒôÏìÆ÷²Ä£¬Æ÷²ÄרÂô£¬Ìì½òÖÇÄܼҾÓ,Ìì½òÖÇÄܼÒÍ¥¹ã²¥,Ìì½ò¼ÒÍ¥ÖÇÄܱ³¾°ÒôÀÖ,Ìì½ò¼ÒÍ¥±³¾°ÒôÀÖ,Ó°ÒôÆ÷²Ä,ͶӰÆ÷²Ä,Ìì½òÃÔÄãÒôÏì,Ìì½ò¸ßµµÒôÏì,Ìì½ò¸ßµµ¼ÒÍ¥Ó°Ôº,»ÝÍþ,»ÝÍþרҵÒôÏì,HIVI,HIVIרҵÒôÏìJVC,JBLרҵÒôÏì,Ìì½òÒôÏìרÂô.com ,
khoi nguyen0/7 04 Apr 2010
Hi all, I would like to add a button to a ribbon on the new message window. I would like to add this button as the first button on the message ribbon. Everything I have read says you can only add a button group to the ribbon. Furthermore is there an example of adding a new group to a new message window? Any suggestions would be greatly appreciated. Thanks, Tom-
byemufyd@hotmai...0/1 04 Apr 2010
Ìì½òͶӰÒÇרÂô£¬Ìì½òͶӰÒDZ¨¼Û£¬Ìì½òͶӰÒÇרÂô£¬Ìì½òÒôÏìÍø£¬Ìì½òÒôÏìÂÛ̳£¬°ÙÍþÒôÏ죬ԭװ°ÙÍþ£¬½ø¿ÚÒôÏì,Ìì½ò»áÒéÒôÏìϵͳ¡£ Ìì½òУ԰ÖÇÄܹ㲥ϵͳ,Ìì½òרҵÒôÏ칫˾£¬Ìì½òÒôÏ칫˾£¬Ìì½òÒôÏìÆ÷²Ä£¬Æ÷²ÄרÂô£¬Ìì½òÖÇÄܼҾÓ,Ìì½òÖÇÄܼÒÍ¥¹ã²¥,Ìì½ò¼ÒÍ¥ÖÇÄܱ³¾°ÒôÀÖ,Ìì½ò¼ÒÍ¥±³¾°ÒôÀÖ,Ó°ÒôÆ÷²Ä,ͶӰÆ÷²Ä,Ìì½òÃÔÄãÒôÏì,Ìì½ò¸ßµµÒôÏì,Ìì½ò¸ßµµ¼ÒÍ¥Ó°Ôº,»ÝÍþ,»ÝÍþרҵÒôÏì,HIVI,HIVIרҵÒôÏìJVC,JBLרҵÒôÏì,Ìì½òÒôÏìרÂô.com ,
Henning0/1 02 Apr 2010
After I installed Outlook connector with Outlook 2010 and add my MSN and LIVE accounts, I am having problems retrieving mail. As long as I only use the POP3 account without Outlook connector it works great, but now I have to restart Outlook 2010 up to 10 times before it works. The progress bar on the bottom that shows the progress in retrieving mail does not move and only after
Ken Slovak - [M...0/6 01 Apr 2010
My add-in is causing a minor problem with large files in Inbox. I have Download Only Headers For Items Larger Than set to 10k. Any larger emails will display only their headers until I Mark To Download and Process All Marked Headers. This should cause the entire body to display, but with the add-in enabled they will not. I have to click onto another email then back, sometimes repeatedly.
Ken Slovak - [M...0/14 31 Mar 2010
Hi, I already customized Outlook inspectors with full custom form regions sucessfully. What I don't know is how do I add a second page to it, like in an Contacts Inspector the "Details" page so that it can be selected and displayed by the Ribbon->Display Group? (Outlook 2007, COM-Addin, c#) Best Tom
Ken Slovak - [M...0/4 30 Mar 2010
Hi, if I have the reference to an inspector, is it possible from there to access its form region? (Outlook 2007, COM Addin, c#) Thanks Tom
Ken Slovak - [M...0/5 30 Mar 2010
Hi, I studied the OutlookRibbonXCS example but don't understand everything completely. Looking at public bool ColorWidgetsGroup_GetVisible(Office.IRibbonControl control) { Debug.WriteLine("ColorWidgetsGroup_GetVisible"); OutlookInspector window = FindOutlookInspector(control.Context); if (window != null) {
TTT0/8 30 Mar 2010
I'm having a problem with an add-in we make. When "Send immediately when connected" is unchecked, the first email sent will sit in Outbox permanently. It has a Date of None and is in bold but not italics. Any subsequent emails will have a proper datestamp and be in italics and get sent at the appropriate time (so long as the first email is still sitting there blocked). Why is my add-in
Mark B0/1 29 Mar 2010
Hi everybody I am looking for people to Beta test my new OL2007/2010 Add-in. - You can see what it's about at: http://www.gertes.com/pages/about/what_is/ - You can download the Outlook 2007 version at http://www.gertes.com - You can report on bugs, feedback (good or bad), functionality/features you like/dislike, copy text, marketing approach etc at http://www.gertes.
Ken Slovak - [M...0/4 29 Mar 2010
Hi, I have a RibbonDropDown with 10 values. This RibbonDropDown is placed inside a Ribbon (designer). This Ribbon is set to display on Mail.Read in the Message tab. When I open an email I need to get the value of an ItemProperty of the current Inspector (the MailItem I am opening) and set a default value in the RibbonDropDown. Setting the default value is not the problem. What I am
Ken Slovak - [M...0/4 29 Mar 2010
Hello, I am having a problem getting an accurate result from reading the number of exceptions to a recurring meeting when that appointment item is in a shared folder. Specifically, after I delete an instance of a recurring meeting, my code is called in the calendar ItemChange event for that calendar and I then call a sub that reads the number of exceptions for that appointment item
SomewhereSomeho...0/11 29 Mar 2010
Hello all! I'm experiencing some problems with outlook add-in loading if outlook was loaded by means of Excel, Word and so on. Here is what i'm doing: 1) Create an empty Outlook Add-in project using Visual Studio 2008, new Project -> Visual C# -> Office -> 2007 -> Outlook 2007 Addin 2) Into the start up method add the following private void ThisAddIn_Startup(object sender,