ThreadLast AuthorMessages
read/total
Date
Opening mail before outlook decrypt mail
Dmitry Streblechenko
0 / 4 03 Sep
Outlook Object Model always tries to represent signed/encrypted messges as regular IPM.Note messages. You will never see the raw signed/encrypted data (p7m atatchments etc). -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Ramazan" <ramazangirgin@gmail.com> wrote in message...
Inconsistent syncObjectEvents behavior
Exchnerd
0 / 2 02 Sep
...
Displaying temporary messages in Outlook
Ken Slovak - [MVP - O...
0 / 4 02 Sep
Thanks for the compliment. I'm not sure how Dmitry is doing that in Redemption, you'd have to ask him what goes on under the hood. I just know how to use Redemption from the outside :) -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products....
Address Book add-in wipes out autocomplete cache
Ken Slovak - [MVP - O...
0 / 4 02 Sep
If you don't replace the changed items then you have to go over every property in the synch object to update the existing item, so I'd say your choice would be a better one. -- 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...
Please vote for public Microsoft Office symbols
SvenC
0 / 1 29 Aug
Hi Office developers, if you ever had the need for public Microsoft Office debug symbols to make your debugging of addins or the like easier, please vote on Microsoft Connect. Up to now Microsoft says there is not enough need for public symbols and the cost to provide them is too high. Please let us try to change their view on this and vote here: https://connect.microsoft....
=?ISO-8859-1?Q?=CF=EE=EC=EE=F9=FC =E0=F1=EF=E8=F0=E0=ED=F2=E0=EC?=08332
=?ISO-8859-1?Q?=CF=EE...
0 / 1 29 Aug
This is a multi-part message in MIME format --=_NextPart_2rfkindysadvnqw3nerasdf Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =C2=EE=F1=F2=EE=F7=ED=EE=F3=EA=F0=E0=E8=ED=F1=EA=E8=E9 =E8=ED=F4=EE=F0=EC= =E0=F6=E8=EE=ED=ED=EE-=E0=ED=E0=EB=E8=F2=E8=F7=E5=F1=EA=E8=E9 =F6=E5=ED=F2= =F0 ( http://ukrdiss.narod.ru ) - =EE=F0=E3=E0=ED=E8=E7=E0=F6=E8=FF =F1...
Hook into the SMTP transport in Outlook 2007
Mark McGinty
0 / 3 28 Aug
"mad" <andreyk.mad@gmail.com> wrote in message news:061538a3-d3d0-4b40-bdcd-60c3e83e510b@k13g2000hse.googlegroups.com... > Hello! > > Is there any way to hook into SMTP transport in Outlook 2007 and pick > up messages that goes to SMTP server? One of the spam filters awhile back had a novel approach, it installed a pseudo SMTP server that listened to the loopback address, and...
Catching link clicks inside a message
t-timmy
0 / 3 27 Aug
I see... That's a little discouraging. Anyway, thanks for the quick answer. "Ken Slovak - [MVP - Outlook]" wrote: > Probably not, certainly not with any Outlook code. If anything you'd have to > come up with some Win32 API hack that took callbacks on all messages to > newly opened windows and look for a newly opened window that was from a > browser and then hope it was due to...
Microsoft Conferencing Add-in for Outlook Notification Questio
MatthiasK
0 / 3 27 Aug
Google is your best friend, just enter the subject line without the version number and you can find the kb article http://support.microsoft.com/kb/954287 This is by design, but should not appear in the calendar, but in the Deleted Items folder....
Add-in to provide "open with"
Diederd
0 / 2 26 Aug
Hi, Did you ever received a solution for your problem. If so, is it possible to send it also to me. We have the same problem. Migrated from Tobit to exchange and now we missed a lot of functions. Diederd "Philip Webre" wrote: > Is there an add-in that provides an "open with" option in MS Outlook 2007? I had this option with Novel Groupwise. That way I could choose my...
Command Bar Button not working --Inspector Wrapper
amanat via OfficeKB.com
0 / 8 25 Aug
Hey Ken, I have been able to figure out the problem. Thank you so much for your help. Thanks amanat wrote: >Hey Ken, > Thanks again for replying back, But unfortunately I am not able to craete a >commnadbar button? Can you please look in the code once again.I really want >to do it but nothing is working out for me. I will be glad for any help. >thanks > >>At module level in...
Outlook 2007 - addons listening to SENT event do not work properly
Ken Slovak - [MVP - O...
0 / 2 22 Aug
This is also a programming group. I answered your question in another group you posted in. Please do not multipost. -- 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 "Jiri Pik" <jiri@jiripik.com> wrote in message...
Strange behavior of password text box
sd
0 / 1 21 Aug
Hi All, I have created one addin for OL2007 using VB 2005 / VSTO. I have added one option page to Tools -> Options. On option page, I have 3 textboxes having one text box intended for password purpose (PasswordChar = "*"). Now when I press "Caps Lock" once or twice in that password text box, balloon pops up saying - "Caps Lock is On ....", but strangly other controls disappers from...
VSTO - Outlook 2007 - Programmaticly get access to Shared Calendar
Michel Comeau
0 / 2 20 Aug
Finally Figured it out. For those who want to know: this.Application.Explorers[0].NavigationPane.Modules.GetNavigationModule(olNavigationModuleType.olModuleCalendar).NavigationGroups[ ].NavigationFolders[ ] Well its the path to it, there is casting needed and indexes to figure out....
"Unbooking" a resource in Outlook 2003
Sue Mosher [MVP-Outlook]
0 / 3 19 Aug
You can use the Receipient.FreeBusy method to return availability information for the resource. Do that before you call Write. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Curtis Justus" wrote: > Hi there, > > I have the following...
Programmatically C# add shortcut OL2007
Ken Slovak - [MVP - O...
0 / 2 19 Aug
If you get the OutlookBarShortcuts collection it has an Add() method that lets you add a new shortcut to the collection. See the Outlook VBA Object Browser for information about that method. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech....
Outlook 07 Delete Trash Notification
Charliec
0 / 1 18 Aug
In Outlook 2007, is there a way to turn off the "Are you sure you want to delete the items in the Trash Folder" notification. I have it set to empty the folders, but do not need this notification on exit. I looked through the email Options, but did not see any way to do this. Thanks Charliec ****************************************************** Charliec...
Windows Desktop Search toolbar not available in outlook
Ben
0 / 2 18 Aug
"Marc Baker" wrote: > I have recently set up a new laptop with outlook 2003 and moved my pst > file over successfully. However, the microsoft desktop search toolbar > is not available for searching e-mails. I have uninstalled/re- > installed windows desktop search 4.0, and outlook is set up for > indexing. Any thoughts. > See http://forums.microsoft.com/MSDN/ShowPost....
usa donde comprar cialis con total confianza Vendo cialis hombres compra cia...
sdgvfwe@yahoo.is.com
0 / 1 17 Aug
usa donde comprar cialis con total confianza Vendo cialis hombres compra cialis usa donde comprar cialis con total confianza +++ SALUD HOMBRES +++ SALUD HOMBRES +++ SALUD HOMBRES +++ + COMPRAR CIALIS BARATO (ALL CARDS ACCEPTED !!!) http://jhku.net/COMPRE-CIALIS-BARATO/ http://jhku.net/COMPRAR-CIALIS-SUAVE/ http://jhku.net/PAQUETES-DE-de-PRUEBA/ + + + COMPRAR VIAGRA BARATO (ALL...
acheter valium belgique au rabais en ligne sans prescription St-Joseph-de-Bea...
sdgvfwe@yahoo.is.com
0 / 1 17 Aug
acheter valium belgique au rabais en ligne sans prescription St-Joseph-de-Beauce acheter valium suisse soft generique achat valium belgique soft bon marche acheter valium canada generique acquerir achat valium soft +++ Anti Inquietude +++ Anti Inquietude +++ Anti Inquietude +++ + + + ACHETER VALIUM BON MARCHE (ALL CARDS ACCEPTED !!!) http://jhku.net/ACHETER-VALIUM-BON-MARCHE/...
acheter du ed paquets dessai canada Notre Dame des Laurentides Achat ed paque...
sdgvfwe@yahoo.is.com
0 / 1 17 Aug
acheter du ed paquets dessai canada Notre Dame des Laurentides Achat ed paquets dessai Pro acheter du ed paquets dessai canada cinq ed paquets dessai en France a vendre citrate de sildenafil bon marche en France +++ SANTE MASCULINE +++ SANTE MASCULINE +++ SANTE MASCULINE +++ + ACHETER VIAGRA BON MARCHE (ALL CARDS ACCEPTED !!!) http://jhku.net/ACHETER-VIAGRA-BON-MARCHE/...
Form Region Layout and misbehaving controls
Jeff
0 / 1 17 Aug
Hi All I have a form region with various controls. The all appear to be layed out correctly in the design editor, but when they are run in Outlook ( or you select "resize layout with form designer ) the controls are moved to unexpected places. Anyone know how to fix this? Does anyone know how Outlook calculates the layout? What is it using to decide where a control should be...
herrenmode kaufen xxxl grosse herrenmode kaufen exklusive herrenmode kaufen ...
sdgvfwe@yahoo.is.com
0 / 1 16 Aug
herrenmode kaufen xxxl grosse herrenmode kaufen exklusive herrenmode kaufen herrenmode kaufen in berlin herrenbekleidung bestellen hanau + + + +++ 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.MAENNERKLEIDUNG-KAUFEN-24.INFO...
setting an IMAP accoutn as default from an addin
Exchnerd
0 / 2 15 Aug
...
Problem linking libs to Outlook Addin
Exchnerd
0 / 2 14 Aug
Did you try loading them dynamically using LoadLibrary? -- Cheers, Raja "Gautam Adlakha" wrote: > Hi All. > I am facing a problem writing an outlook addin. I have 4 libs & dlls that > exposes certain set of APIs to access the network and other functionalities. > All 4 are Win32 Dlls. I had added the libs to the project settings and > included the required header files. When I...
Trouble installing VSTO Outlook 2003 add-in for multiple users.
Curtis Justus
0 / 1 13 Aug
Hello, Well, I finally have my add-in ready to go and am ready for distribution. Unfortunately, I have a few problems. Our method for installation is: 1. Install the O2003PIA 2. Install vstor.exe 3. Install the add-in which is created using VS2008's setup package. I have also added a .vbs to the commit custom action that gives full access to the appropriate assemblies using...
preise autoreifen laufleistung billige autoreifen koeln billige preise billig...
sdgvfwe@yahoo.is.com
0 / 1 12 Aug
preise autoreifen laufleistung billige autoreifen koeln billige preise billige autoreifen billig bruchsal fulda autoreifen mindestprofil billige alter autoreifen + + + BILLIGE AUTOREIFEN KAUFEN http://jhku.net/BILLIGE-AUTOREIFEN/ http://jhku.net/BILLIGE-AUTOREIFEN/ http://jhku.net/BILLIGE-AUTOREIFEN/ http://jhku.net/BILLIGE-AUTOREIFEN/ http://WWW.AUTOREIFEN.TK + + + + + + +...
Populating controls on a custom property page
Exchnerd
0 / 1 12 Aug
Hi, I have a custom property page and a few controls on it. I would like to populate some of the fields with values. Can anyone tell me how to do this? -- Cheers, Raja...
Free Advertising
Gizmo
0 / 1 11 Aug
In an effort to increase traffic to our new news group we now offering FREE UNMODERATED chat and advertising just go to free.uk.retail.poundland.staff.chat...
how to get shared add-in installation folder ?
Peter Lee
0 / 1 11 Aug
as title...
billige komplettraeder autoreifen guenstige reifen winterreifen billig contin...
sdgvfwe@yahoo.is.com
0 / 1 10 Aug
...
billigste reifen stickstoff billige barum autoreifen billige fulda autoreifen...
sdgvfwe@yahoo.is.com
0 / 1 10 Aug
billigste reifen stickstoff billige barum autoreifen billige fulda autoreifen billige gebrauchte autoreifen billige motorradreifen + + + BILLIGE AUTOREIFEN KAUFEN http://jhku.net/BILLIGE-AUTOREIFEN/ http://jhku.net/BILLIGE-AUTOREIFEN/ http://jhku.net/BILLIGE-AUTOREIFEN/ http://jhku.net/BILLIGE-AUTOREIFEN/ http://WWW.AUTOREIFEN.TK + + + + + + + + + +...
jamba klingeltoene preiswert download preiswerte jamba klingeltoene kostenlos...
sdgvfwe@yahoo.is.com
0 / 1 10 Aug
jamba klingeltoene preiswert download preiswerte jamba klingeltoene kostenlos runterladen gammelfleisch jamba klingelton guenstige jamba klingeltoene charts jamba klingelton forum + + + + + + JAMBA HANDY KLINGELTON + + + JAMBA HANDY KLINGELTON + + + http://jhku.net/JAMBA-KLINGELTON/ http://jhku.net/JAMBA-KLINGELTON/ http://jhku.net/JAMBA-KLINGELTON/ + + + + + BILLIGER...
Access Denied on load
TheCommedian
0 / 3 09 Aug
Dimitry, Yes, the folder is under "Program Files", I guess I will have to use a location inside "User Profile" Many thanks! "Dmitry Streblechenko" wrote: > Is that folder under the Program Files folder? > No files in that folder and its subfolders should be modified during the > normal program execution. > > -- > Dmitry Streblechenko (MVP) > http://www.dimastr.com/ >...
swatch irony chrono ycs swatch group deutschland swatch irony aluminium swatc...
sdgvfwe@yahoo.is.com
0 / 1 08 Aug
swatch irony chrono ycs swatch group deutschland swatch irony aluminium swatch irony lady swatch deutschland + + + BILLIGE SWATCH UHREN KAUFEN http://jhku.net/SWATCH-UHREN/ http://jhku.net/SWATCH-UHREN/ http://jhku.net/SWATCH-UHREN/ + + + BILLIGE ROLEX UHREN KAUFEN http://jhku.net/rolexuhren/ http://jhku.net/rolexuhren/ http://jhku.net/rolexuhren/ + + +...
E_ACCT_WRONG_SORT_ORDER while using IOlkAccountManager ->SetOrder
Exchnerd
0 / 2 08 Aug
The SetOrder API - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/olintapi/html/oliaIOlkAccountManager_HV01155206.asp has an interface specification... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/olintapi/html/oliaIOlkAccountManager-SetOrder_HV01155212.asp defined as HRESULT IOlkAccountManager::SetOrder ( const CLSID *pclsidCategory, DWORD...
boehse onkelz jamba handylogo jamba handylogo snoopy jamba handylogo selber w...
sdgvfwe@yahoo.is.com
0 / 1 08 Aug
boehse onkelz jamba handylogo jamba handylogo snoopy jamba handylogo selber www jamba handylogo jamba handy loeschlogo + + + + + + JAMBA HANDY LOGO + + + JAMBA HANDY LOGO + + + http://jhku.net/HANDY-LOGO-JAMBA/ http://jhku.net/HANDY-LOGO-JAMBA/ http://jhku.net/HANDY-LOGO-JAMBA/ + + + + + JAMBA HANDY SPIELE + + + JAMBA HANDY SPIELE + + + http://jhku....
kontaktanzeigen nrw kontaktanzeigen aachen kontaktanzeigen thueringen single ...
sdgvfwe@yahoo.is.com
0 / 1 08 Aug
kontaktanzeigen nrw kontaktanzeigen aachen kontaktanzeigen thueringen single kontaktanzeigen kontaktanzeigen paar sucht ihn + + + KOSTENLOSE KONTAKTANZEIGEN http://jhku.net/KONTAKTANZEIGEN-ONLINE/ http://jhku.net/KONTAKTANZEIGEN-ONLINE/ http://jhku.net/KONTAKTANZEIGEN-ONLINE/ + + EROTIK KONTAKTE - EROTISCHE KONTAKTANZEIGEN http://jhku.net/EROTIK-KONTAKTE/ http://jhku....
exception when retriving user name
Dmitry Streblechenko
0 / 2 08 Aug
It is possible that Outlook is not yet fully initialized when you process the event. Try to wait for the Application.MAPILogonComplete event. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Jason Wang" <JasonWang@discussions.microsoft.com> wrote in message news:CE22084A-136D-40AA-8325-6D9946C84119@microsoft.com... >I...
Event loop when saving Task item in event handler
Dmitry Streblechenko
0 / 2 08 Aug
See my reply in com.add-ins. Please do not multipost. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Mustafa" <mustafa.faisan@gmail.com> wrote in message news:4a0a52ce-c036-44c9-8ff8-6e63f080a920@d1g2000hsg.googlegroups.com... > Hi all, > > Please go through my problem and see if you can help me out.. > > The...
add-ins for multiple Outlook versions
Dmitry Streblechenko
0 / 6 08 Aug
You need to do thee developmeent on a machine thaat has Outlook 2003, not 2007. You should not distribute any files installed by Outlook, only files created by you - add-in dll and possibly the interop dll created when you add Outlook 2003 to your project references. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool -...
Personal File Backup fails
billoutlook2003user
0 / 2 06 Aug
The actual message reads: "Cannot copy Archive: Access Denied" Searching the Knowledge Base, I found and followed the instructions on KB307874 and KB 308421. I have administrator rights and belong to the administrator group. The problem persists no matter where I try to save the backup file, C:\temp or My Documents while saving docs from MSOFFICE work fine anywhere on my system....
mail receiving event
mad
1 / 5 06 Aug
...
anmeldung an domain com domain auth domainname kaufen domain anmelden de doma...
sdgvfwe@yahoo.is.com
0 / 1 04 Aug
anmeldung an domain com domain auth domainname kaufen domain anmelden de domain reservieren + + + http://jhku.net/DOMAINS-KOSTENLOS/ http://jhku.net/DOMAINS-KOSTENLOS/ http://jhku.net/DOMAINS-KOSTENLOS/ http://jhku.net/DOMAINS-KOSTENLOS/ http://jhku.net/DOMAINS-KOSTENLOS/ http://jhku.net/DOMAINS-KOSTENLOS/ + + + http://jhku.net/WEBSPACE-KOSTENLOS/ http://jhku....
How to detect who made changes in Calendar?
Ig
0 / 10 04 Aug
I need something like this: http://www.sperrysoftware.com/Outlook/Watch-Outlook-Folders.asp But this tool notifies only when record was updated and not deleted. "Diane Poremsky [MVP]" <outlookmvp@msn.com> wrote in message news:e8zT8Vm9IHA.3612@TK2MSFTNGP06.phx.gbl... > You can't do something else - like have them add "Deleted: " to the > subject line so the owner of the item knows it...
Enable Outlook Add-in when Word Editor is enabled in Outlook 2
Ken Slovak - [MVP - O...
0 / 8 04 Aug
Inline. -- 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 "Hichem Sarrai" <HichemSarrai@discussions.microsoft.com> wrote in message news:87F10F1C-93BE-4602-A4A2-D86B409EAF1F@microsoft.com... >I am confused!! > My comments are...
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
1 / 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
1 / 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
1 / 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...
All times are in (US) Eastern Daylight Time (GMT -4:00)