ThreadLast AuthorMessages
read/total
Date
Recognize the type of the clicked folder in outlook
Hichem Sarrai
0 / 5 04 Aug
Yes. This is it. Thank you for your help... "Dmitry Streblechenko" wrote: > The root IPM folder (the parent of Inbox and most other special folders), > can have items just fine, it is just Outlook shows an HTML page instead of > an explorer list view. > Check if the MAPIFolder.WebViewOn is true. > > -- > Dmitry Streblechenko (MVP) > http://www.dimastr.com/ > OutlookSpy...
Outlook addin not loading
TheCommedian
0 / 3 04 Aug
Ken, Thanks for your reply, it was very usefull, I didn't know about Fusion Logs. I was aware about the "bugs" of the shim wizard and how to configure the COM registration in the setup project. The link to VSOD Support Team has a bunch of information, very interesting! Many thanks! "Ken Slovak - [MVP - Outlook]" wrote: > You want to look at the Fusion logs, that's the managed code...
OUTLOOK CONNECTOR
jkest
0 / 1 03 Aug
I want to creat an email alias for my live.com hotmail account in outlook...i can do that with the webmail but not in outlook...
12-month calendar
jaaj
0 / 1 03 Aug
I miss the 12-mont view I have on my MWM 6.1 device. Have anyvone seen any kind of 12-month calendar in Outlook. With the widescreens we are using now (I am using a 21"), that would give a much better view for longtime planning. Jarl Å. Jakobsen...
Connector stopped working for me as of 7/21 - Arggh!
Perplexed Mary
0 / 1 31 Jul
I'd been using Connector since February. All of a sudden on 7/21, it stopped working. So I uninstalled Connector yesterday and reinstalled it today and now I keep getting this message "The network connection has been interruped. Please try again later." And I keep getting it no matter what I do. I'd like to use Connector again, but am stuck as to what happened on 7/21 and don't...
Outlook 2007 Addin hangs if Business Contact Manager is instal
M_Dill
0 / 3 30 Jul
Hi Ken, thanks for the reply. I will try posting in a BCM group. Cheers, Martin "Ken Slovak - [MVP - Outlook]" wrote: > I don't know that there's very much BCM knowledge here. You might be better > off posting in a BCM group. Most of us here have played with BCM and > disabled it or uninstalled it a long time ago. > > The alternative is to open a case with MS as to what you're...
typemismatch by reading user property
Ken Slovak - [MVP - O...
0 / 11 30 Jul
That is weird and I've never seen that. Do you get the same error if you use slightly different syntax for finding a UserProperty, such as this, do you still get an error: If mhMailItem.UserProperties.Item(tUserPropName) IsNot Nothing Then -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended...
Outlook 2007 add-in: appointment changed event
Johan Machielse
0 / 3 29 Jul
Yep, I ready figured it out! I used a flag to check if the appointment was already changed! Thank you Ken! Johan "Ken Slovak - [MVP - Outlook]" wrote: > Setting a property of an item in ItemChange() will of course cause that > event to fire again. So you need to put a flag on the item as you change the > color to show it was already changed. An alternative would be to maintain...
WordEditor property for Inspector null in Outlook
Ken Slovak - [MVP - O...
0 / 4 29 Jul
Does the user notice anything odd about using their WordMail from a user standpoint or do things look normal there? I'd try disabling all other addins and seeing if that helps. If that doesn't help then it's grasping at straws time. I'd run the Office Detect and Repair, find and delete the WordMail template and run ScanPST on their PST file if they're using one as their default...
Outlook 2003 Appointments -- drag and drop event using C#
Ken Slovak - [MVP - O...
0 / 6 29 Jul
You always have to be more aware of scoping and possible garbage collection in managed code than in unmanaged code. You'd be surprised at how many problems are solved just by thinking about and following scoping rules. Good, I'm glad things are working now. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager,...
get countrycode,areacode from telephonenumber
Ken Slovak - [MVP - O...
0 / 2 29 Jul
Those properties aren't stored separately as fields, so you have to parse the entire phone number. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "sd" <dshubhangi@gmail.com> wrote in message...
breitling heritage billige gebrauchte breitling breitling uhren preise breitl...
sdgvfwe@yahoo.is.com
0 / 1 28 Jul
breitling heritage billige gebrauchte breitling breitling uhren preise breitling headwind + + + BILLIGE BREITLING UHREN KAUFEN http://jhku.net/breitlinguhren/ http://jhku.net/breitlinguhren/ http://www.breitling.tk/ + + + BILLIGE ROLEX UHREN KAUFEN http://jhku.net/rolexuhren/ http://jhku.net/rolexuhren/ http://jhku.net/rolexuhren/ + + + BILLIGE SWATCH...
Another connector problem, but a little different
Ken Slovak - [MVP - O...
0 / 3 27 Jul
The name is deceptive for this group. It's actually a programming group. There are probably more people familiar with the Outlook connector, and MVP's who have dealt with it, in a more general Outlook group such as microsoft.public.outlook.general. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended...
ACREDITE FUNCIONA!!!!!
JET72@BOL.COM.BR
0 / 1 27 Jul
...
MAPI.Fields.Add() does not supoort 64 bits?
Dmitry Streblechenko
0 / 4 26 Jul
I think that would be a safe bet given the shift to 64 bit apps. What can't you use the current 32 bit version? -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "joshsackett" <joshsackett@gmail.com> wrote in message news:b36124a7-497c-4fa4-a5e5-62fc0ab662ef@k36g2000pri.googlegroups.com... Is there a 64 bit version of MAPI...
Outlook Connector Problem
Reed
0 / 1 25 Jul
I installed the new version of Outlook Connector yesterday and now I cannot get Outlook to open. It continues to crash on me, and when I uninstall Outlook Connector, I cannot get the program to open. When I revert back to the previous version of Connector, it doesn't synch with my account. I'm stuck here and hoping for a solution -- Reed...
How to prevent Outlook add-in from being disabled?
Ken Slovak - [MVP - O...
0 / 13 25 Jul
I don't know if VSTO is preventing that or does its own thread handling exceptions. I wouldn't worry about it at this time unless you find your existing exception handlers aren't sufficient. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech....
AddIn do not start
Ken Slovak - [MVP - O...
0 / 14 25 Jul
What you will need to do is some Fusion debugging. Fusion is the managed code loader and the logs from that should tell you at least where and why your addin is getting disabled. See the article at http://blogs.msdn.com/vsod/archive/2008/04/22/Troubleshooting-com-add-in-load-failures.aspx for information on the debugging you will have to do. -- Ken Slovak [MVP - Outlook]...
Outlook Connector--Product ID not valid
ari_1965
0 / 1 25 Jul
I'm trying to send a support request, and the Microsoft system keeps telling me my Outlook Connector product ID is not valid. I am copying it directly off About Outlook Connector screen, so I am using the proper product ID. Any suggestions? Thank you....
Outlook Connector problem--can't see saved or sent messages since
ari_1965
0 / 1 25 Jul
I updated Outlook Connector to latest version yesterday. I can now receive and send e-mails again. However, when I open any of my personal folders or the Sent folder, there's nothing in the To, From or Subject lines of any e-mail I saved or Sent prior to yesterday's update. However, the date and size of each of the e-mails that are supposed to be in these folders is listed. Everything...
How to Force User to assign Category
Michael Bauer [MVP - ...
0 / 2 24 Jul
...
IPC.MS.REN.USERFIELDS Messages 0x36E30102 Property
keremskusmezer@gmail.com
0 / 1 24 Jul
...
Installation add-in successfull but not in COM add-in list in OL20
Ken Slovak - [MVP - O...
0 / 2 24 Jul
An administrative installation (to HKLM for all users) is never shown in the COM addins dialog in Outlook 2003 or earlier. It is shown in the Trust Center of Outlook 2007. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Johan...
how can i copy excel content to the outlook indirectly through
D
0 / 3 23 Jul
I am having problems with this example. I keep getting an error with the following line... Set Doc = Application.ActiveInspector.WordEditor It says "Object does not support this property or method" Any ideas? (Office 2003) "Michael Bauer [MVP - Outlook]" wrote: > Am Mon, 23 Jun 2008 13:56:56 +0800 schrieb chelsea: > > > This sample demonstrates how to copy and paste from...
Achat achat valium france achat valium canada suisse eurodrugs.org femme en t...
sdgvfwe@yahoo.is.com
0 / 1 23 Jul
Achat achat valium france achat valium canada suisse eurodrugs.org femme en termes de acheter valium on achat valium en France a vendre +++ Anti Inquietude +++ Anti Inquietude +++ Anti Inquietude +++ + + + ACHETER VALIUM BON MARCHE (ALL CARDS ACCEPTED !!!) http://jhku.net/ACHETER-VALIUM-BON-MARCHE/ http://jhku.net/ACHETER-VALIUM-BON-MARCHE/ http://jhku....
Call AddIn-Functions from VBA-Macro
Ken Slovak - [MVP - O...
0 / 8 23 Jul
If Outlook is started "headless" some versions of VSTO won't initialize the addin. They only initialize the addin when Outlook is started with some UI such as an Explorer or Inspector. That may have something to do with your problem. Another possibility is that since VSTO 2005 SE doesn't fire its Startup() event until OnStartupComplete() fires in the extensibility interfaces that...
Outlook 2007 - KB923933 prob - Adding a URL to Homepage Address Bo
Eric W. Cahoon
0 / 4 23 Jul
Its always fun to get incorrect direction. Below are is are the steps I have gone through to enable the modifying the "Home Page" address for a Mail Folder. 1. Exit Outlook. 2. Click Start, click Run, type regedit, and then click OK. 3. In Registry Editor, locate and then click the following key HKEY_USERS 3. Then locate and then click the following registry subkey:...
.Net Config Files for custom add-in
Curtis Justus
0 / 1 23 Jul
Hello everybody, I am developing an addin for Outlook that requires a configuration file. I have an app.config file in my project, and the <assembly>.dll.config file is created in my bin\debug directory. Unfortunately, when I run it from within Outlook 2007, it doesn't find the .config file. I am using the VS 2008 template. Would anybody have any ideas? Thanks in advance,...
C#, Redemption, not able to set appointment color in Outlook 2
Johan Machielse
0 / 3 23 Jul
Ken, It works great! Thank you! Mvg, Johan Machielse Avanade "Ken Slovak - [MVP - Outlook]" wrote: > Outlook doesn't know anything about changes you make to an item using > Extended MAPI (Redemption), so when you save the appointment your changes > are being ignored or overwritten. > > Try this and see if it works better: > > Rdo.SafeAppointmentItem safe = new Rdo....
Add new item to right click menu in Outlook 2002 Contacts ?
Ken Slovak - [MVP - O...
0 / 2 23 Jul
There's a very hacky way of doing that in earlier versions of Outlook, but it doesn't always work right and can cause problems if you're not real careful with your code. The method only works in Explorers, not in Inspectors too. See http://www.outlookcode.com/codedetail.aspx?id=314 for one example, and search on that site for "context menu" to see other examples. -- Ken Slovak...
Add-in not reading message
Ken Slovak - [MVP - O...
0 / 6 23 Jul
I suggested using VBA as a test, not for your code deployment. I'd suggest seeing if you still have the same problem without displaying the item using equivalent VBA code, which would tend to suggest a timing problem. .NET code is slower than VB6 code to startup (JIT compilation, starting the CLR) and to run since everything is effectively late bound and has to pass through the...
Events and Message Store add
Tom
0 / 3 22 Jul
Thanks Dmitry - I used the Advise on the message stores table and it worked great. "Dmitry Streblechenko" <dmitry@dimastr.com> wrote in message news:OE6DQuG6IHA.3756@TK2MSFTNGP06.phx.gbl... > Outlook 2007 exposes Namespace.Stores collection, which exposes the > StoreAdd event. > In the previous versions of Outlook, Extended MAPI (use notifications on > IMAPITable returned by...
ItemAdd event fires more than once when adding a new appointment
Johan Machielse
0 / 2 22 Jul
Already solved; I added the handler to the event at two places! "Johan Machielse" wrote: > Dear Reader, > > I figured out that the ItemAdd event fires more than once when I add a new > appointment to the calendar in Outlook 2003! After a couple of ItemAdd events > one ItemChanged event is fired! It also seems that when there are more items > in the calendar, more ItemAdd events...
Load MSG into PST
MON205
0 / 5 22 Jul
Now it is 1-0 for you :) About the "pInboxFolder", GetDefaultFolder() returns a smart pointer "MAPIFolderPtr" when passin this smart pointer, the exception raised. Also I tried passing "pInbox.GetInterfacePtr( )" to pass the interface, the function succeeded but the message added to the Drafts folder. "Dmitry Streblechenko" wrote: > 1. How did you declare pInboxFolder? > 2. No,...
AddHandler to a button on a new inspectors commandbar
Steffen Grellmann
0 / 7 21 Jul
Hi Ken, thank you very much for that deep insight. I guess I can work on with that additional informations. I really appreciated your time and help. Kind regards, Steffen...
HTML Images Get Stripped-Out
JJ Jones
0 / 1 21 Jul
Hello, I have an intermittent problem. When I send an HTML page as an e- mail, Outlook 2003 sometimes strips out the images (jpg's) and sends them as attachments. It only does this for certain HTML pages. It sends some OK. This is probably the fault of the third-party add-in that I'm using, "Send Individually". With one of our web pages it works fine, sending out the whole HTML...
Office::COMAddIn::put_connected NOT WORKING under VIsta
Ken Slovak - [MVP - O...
0 / 2 21 Jul
If the addin is registered to HKLM then it's likely that Vista is preventing disabling the addin due to its security, since a HKLM registration is an administrative installation. I don't see any way around that. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www....
Archiving with 2003 Outlook
Ken Slovak - [MVP - O...
0 / 2 21 Jul
Just set both programs to use the same archive PST file. Of course you can't have both Outlook's open at once since Outlook locks any PST file you open until Outlook closes. In addition use of PST files across a network share isn't supported and may lead to problems or corruption. This is a programming group, by the way, not a group for user questions. -- Ken Slovak [MVP -...
Disbale Outlook Connector
Connector Problems
0 / 1 21 Jul
How do I disable/uninstall Outlook Connector? Thank you....
Office::COMAddIn::put_Connect not working under VISTA
Gancev
0 / 1 21 Jul
Hi All, I add my code below. The problem is that in Vista the function put_connected is not working. On Windows XP is working in all combination.On Windows Vista if I start Outlook with "Run as admin" it works, otherwise not. I used the link http://msdn.microsoft.com/en-us/library/bb386106.aspx and copy all keys from Local to current user but still not working until I delete...
MAPILogonEx
Dmitry Streblechenko
0 / 8 20 Jul
No profiles are ever automatically created when you install the standalone version of MAPI. You either create a profile using Outlook (or the Mail Control Panel applet) or you create it programmtically. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "MON205" <MON205@hotmail.com.NoSpam> wrote in message...
Add-In, Automation objects, CDO, or MAPI?
Dmitry Streblechenko
0 / 2 20 Jul
Keep in mind that OE *only* supports Simple MAPI. Outlook Object Model is the awy to go if you are targeting Outlook 2000 and up. See http://www.outlookcode.com/article.aspx?id=52 for the list of your options regrading the security patch. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Jordan Hafer"...
Can Java program access Outlook object model or CDO ?
Bert_Bert
0 / 1 18 Jul
Hi, Is it possible to access Outlook, or even better CDO object model from java running locally (yes, java, NOT javascript). In all the documentations I can see only some standard examples of file input output but no possibility to create something like in vbscript or visual basic "late binded object" like CreateObject("MAPI.Session"). I do not want any external script running- in...
C# Error when calling MAPI.Session.Logon()
Dmitry Streblechenko
0 / 8 18 Jul
That will break if the user has more than one profile and a non-default profiel is used. Setting the MAPIOBJECT property (Outlook 2002 and up) will work much better. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Johan Machielse" <JohanMachielse@discussions.microsoft.com> wrote in message...
Outlook Addin WebView
Ken Slovak - [MVP - O...
0 / 2 18 Jul
I think that would depend on the particular Web site and how it handles persisting state and if and how it accepts cookies. You might want to post this on a group that deals with IE or Web programming to get more information. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment...
Change calendar appointment colors programmatically
Ken Slovak - [MVP - O...
0 / 3 18 Jul
It's possible and you can use the Outlook object model's PropertyAccessor object to work with the labels in Outlook 2007. For earlier versions of Outlook I'd recommend using the Redemption library, which is a COM wrapper around Extended MAPI and which works with managed code. There are code samples of working with labels at www.outlookcode.com but I'm not sure how many are managed...
Any add-in to prevent the PST ovesize 2Gb?
Ken Slovak - [MVP - O...
0 / 2 18 Jul
I don't know of any addins like that but you can look at the Utilities pages at www.slipstick.com to see if there's anything like that. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Jose" <Jose@discussions.microsoft.com>...
Cross Message Store copy or move
Ken Slovak - [MVP - O...
0 / 2 17 Jul
For an ECE you should ask in microsoft.public.win32.programmer.messaging, that's where the MAPI programmers hang out. For the Outlook object model you can subscribe to events in any folder in any open store, so you could handle Folder.Items.ItemAdd() in any loaded folder. You can handle Folder.Items.ItemRemove() in any likely source folder but that event fires after the item was...
Open mail via WindowsDesktopSearch
Ken Slovak - [MVP - O...
0 / 6 16 Jul
If Outlook isn't running then ItemLoad won't fire and Explorers have nothing to do with open items, Inspectors are associated with open items as I've mentioned a number of times. When a Simple MAPI Inspector is opened (from the file system or a Send To action) you don't get any events, not even the Application.Inspectors.NewInspector event, even if Outlook is already running at the...
MSG to EML
MON205
0 / 8 16 Jul
Thanks a lot. I'll try Redemption and the MailBoxSDK. "Sue Mosher [MVP-Outlook]" wrote: > I've seen people say good things about this developer toolkit: > http://www.iconico.com/mailbox-SDK/ > -- > Sue Mosher, Outlook MVP > Author of Microsoft Outlook Programming: Jumpstart > for Administrators, Power Users, and Developers > http://www.outlookcode.com/jumpstart....
All times are in (US) Eastern Daylight Time (GMT -4:00)