ThreadLast AuthorMessages
read/total
Date
How to Force User to assign Category
Michael Bauer [MVP - ...
1 / 2 24 Jul
...
IPC.MS.REN.USERFIELDS Messages 0x36E30102 Property
keremskusmezer@gmail.com
1 / 1 24 Jul
...
Installation add-in successfull but not in COM add-in list in OL20
Ken Slovak - [MVP - O...
2 / 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
3 / 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
1 / 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...
1 / 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
1 / 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
1 / 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...
1 / 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...
1 / 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
1 / 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
1 / 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
1 / 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
1 / 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...
1 / 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
1 / 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
1 / 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
1 / 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
1 / 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
1 / 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...
1 / 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
1 / 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....
AfterSendEvent...
Sue Mosher [MVP-Outlook]
0 / 4 15 Jul
Your add-in could handle that possibility by looking at the value of the SaveSentMessageFolder property and adding ItemAdd event handlers for other folders as needed. A wrapper class would be a good approach for that, just as you'd use a wrapper class to handle events from multiple open Explorer or Inspector windows. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook...
List of explorers
Sue Mosher [MVP-Outlook]
0 / 2 14 Jul
No. Explorers, like other Outlook object model collections, is 1-based, not 0-based. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Hichem Sarrai" wrote: > Hi, > Is there an outlookApplication.Explorers[0]. > and what is the difference...
catching changes to the To/CC/BCC lines in a mailitem compose
Ken Slovak - [MVP - O...
0 / 4 14 Jul
Deletions of what don't count, values from properties or what? I don't understand your question. Is the form an Outlook form or a Windows form? Code in an Outlook form is VBScript code and can't be called from outside the form. Show the code you're talking about that references your forms controls and fails. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author:...
Newbie Question
Sue Mosher [MVP-Outlook]
0 / 2 14 Jul
See http://www.outlookcode.com/news.aspx?id=39 for resources related to Visual Studio 2008. If you have VSTO 2005 or VSTO 2005 SE, see http://www.outlookcode.com/article.aspx?ID=42 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Robert" wrote:...
herrenmode kaufen in grossen groessen herrenmode kaufen online herrenmode kau...
sdgvfwe@yahoo.is.com
1 / 1 13 Jul
herrenmode kaufen in grossen groessen herrenmode kaufen online herrenmode kaufen in berlin koehler herrenkleidung online herrenbekleidung bestellen online shop + + + +++ MAENNERKLEIDUNG KAUFEN +++ MAENNERKLEIDUNG ONLINE BESTELLEN +++ + http://WWW.MAENNERKLEIDUNG-KAUFEN-24.INFO http://WWW.MAENNERKLEIDUNG-KAUFEN-24.INFO http://WWW.MAENNERKLEIDUNG-KAUFEN-24.INFO http://WWW....
RE:AddIn not loaded - .Net 3.5 - DeskUse
Atish Gaikwad
3 / 3 12 Jul
If you are using VSTO SE to develop the Outlook 2007 Add-in. Visual Studio will add the setup project for you, you just need to add custom actions which grant full trust to your Add-in assembly into the Setup project. You can refer the following two articles: http://msdn2.microsoft.com/en-us/library/bb332051.aspx http://msdn2.microsoft.com/en-us/library/bb332052.aspx If you are...
A runtime error occured during the loading of the COM add-in
Aved Mohammed
3 / 3 11 Jul
follow the link below it has solved my problem. Best of luck http://support.microsoft.com/kb/908002...
retrieve domain user name
Dmitry Streblechenko
0 / 2 10 Jul
On the MAPI level, you will need to retrieve the PR_ACCOUNT property (0x3A00001E) from the IMailUser object opened using the entry id returned by IMAPISession::QueryIdentity(). If you are using Outlook 2007, you can use Namespace.CurrentUser.AddressEntry.PropettyAccessor to read the PR_ACCOUNT property. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook,...
Clearing folder 'Deleted Items'
Ken Slovak - [MVP - O...
0 / 2 10 Jul
Get the Items collection for the folder and iterate it using a count down loop, deleting items as you go. -- 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 "Koen Verwimp" <KoenVerwimp@discussions.microsoft.com> wrote in message...
How to create Outlook Express/Windows Mail (Vista) Add-ins?
Ken Slovak - [MVP - O...
0 / 2 10 Jul
OE has very little, you mostly have to hack things using Win32 APIs or use a library from Nektra. I have no idea about Windows Mail but you'd probably be better off for both applications asking in groups devoted to those products, most of us here know nothing about them. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007....
How to add a user defined field to Redemption RDOContactItem object?
Dmitry Streblechenko
0 / 4 09 Jul
Next version of Redemption (4.6) will expose UserProperties collection on all RDO items. Keep in mind that a user property is nothing but a named property (accessible through RDOMail.Fields[]), but Outlook alos expects user property definition in yet another named property blob. UserProperties reads and updates that blob. Contact me at my private e-mail address if you want a beta...
Outlook
Ken Slovak - [MVP - O...
0 / 2 09 Jul
You can look at www.outlookcode.com for examples of working with Excel data in Outlook, or you can google for lots of examples of that. For this to run on Outlook startup you would want a macro called by the Application_Startup() event in the ThisOutlookSession class module. If this is for distribution to others you are better off using a COM addin, since Outlook VBA macros don't...
How to call CALLBACK functions from COM Add-In
Ken Slovak - [MVP - O...
0 / 2 09 Jul
Of course it's possible, it's called event handling. It can be done in any language that supports event handling and automation. You can find tons of examples of handling different Outlook events at www.outlookcode.com. You can look in the Outlook VBA Object Browser for all Outlook events associated with all the Outlook objects. -- Ken Slovak [MVP - Outlook] http://www....
ed paquets dessai sur internet citrate de sildenafil bon marche us usa ed paq...
sdgvfwe@yahoo.is.com
0 / 1 08 Jul
ed paquets dessai sur internet citrate de sildenafil bon marche us usa ed paquets dessai canada soft bon marche ed paquets dessai soft sans prescription commander ed paquets dessai en France soft +++ SANTE MASCULINE +++ SANTE MASCULINE +++ SANTE MASCULINE +++ + ACHETER VIAGRA BON MARCHE (ALL CARDS ACCEPTED !!!) http://jhku.net/ACHETER-VIAGRA-BON-MARCHE/ http://jhku....
Backup Utility for Outlook 2000
Peter O
0 / 1 05 Jul
Just completed a reinstall of Office 2000 including Outlook 2000. I had been using a quite nice backup utility, provided by MS, which reminded me regularly to backup Outlook. Simply say yes to backup to folder of choice. When I went to search for this utility (which I apparently failed to save) MS insisted I validate my XP & Office 2000. No problem with XP but MS failed Office 2000. This...
Deploying Outlook 2007 Addin using vs2008
Ivica Muruzovic
1 / 5 04 Jul
Thank you for informations I will investigate my problem On Thu, 3 Jul 2008 09:53:00 -0400, "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> wrote: >Startup time has nothing to do with the installer. It's a function of how >long your addin initialization takes plus various overheads for managed >code. > >If your addin is the first managed code application to run in that...
Attachments of saved MSG files
Dmitry Streblechenko
8 / 8 03 Jul
No, I like challenge :-) -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "MON205" <MON205@hotmail.com.NoSpam> wrote in message news:4096C1F1-760B-4E8B-B3ED-022131966427@microsoft.com... > Don't you despair ?!!! > Thanks Dmitry > > "Dmitry Streblechenko" wrote: > >> It is up to tehe provider to expose the PR_ATTACH_SIZE...
Need to suppress Outlook message on msg.Send()
Ken Slovak - [MVP - O...
1 / 2 03 Jul
See http://www.outlookcode.com/article.aspx?id=52 for your various options. -- 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 "Adi" <adityajain_bit@indiatimes.com> wrote in message...
Custom Explorer
Sue Mosher [MVP-Outlook]
2 / 5 01 Jul
As Dmitry said, you can pretty much put whatever you want into an FHP. See http://www.outlookcode.com/news.aspx?id=45 for links to samples using .NET techniques. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Koen Verwimp" wrote: > Hey Sue,...
Adding Custom older List Items
Sue Mosher [MVP-Outlook]
3 / 3 01 Jul
Is there something you want this store to do that you can't do with a .pst file? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Jody Morgan" wrote: > I am trying to add my own Folder List to the Outlook Folder list. I want it > to reside...
All times are in (US) Eastern Daylight Time (GMT -4:00)