ThreadLast AuthorMessages
read/total
Date
Weird interop assembly loading problem
Sunny
0 / 3 09 Dec 2008
"Phil Wilson" wrote: > I'm not an expert in this area, but I think the issue here is basically that > Microsoft's interop asemblies aren't just official, they're primary, and > that makes a big difference. So maybe your interop assembly is behaving like > a client app, and that means it must go through the Office PIAs. Instead of > "you->Your interop assembly->COM class" it's...
Outlook "Out of memory" error
Ken Slovak - [MVP - O...
0 / 2 08 Dec 2008
It sounds to me like you're not releasing Outlook objects correctly. Outlook connecting to an Exchange server is by default limited to 255 RPC channels. Each object uses a connection. So does each dot operator (an implicit object is created). In loops that runs out of channels pretty quickly. In addition, in .NET code, you have no way of knowing when objects will go out of scope...
Application.ActiveExplorer().Selection fails in C# application
Ken Slovak - [MVP - O...
8 / 11 05 Dec 2008
Well, if this happens on more than one machine I'd rule out a bad memory stick. Otherwise if this was limited to one machine I'd go for a possible hardware problem. For the starting Outlook using code if no UI is shown then obviously ActiveExplorer() is going to be null unless you add UI. But if you're getting the same access violation on the Explorers collection then it's not that....
Deploying a project with VB.Net
W
2 / 2 27 Nov 2008
I found the solution. It was actually on the same page I posted. Just wasn't clear enough to me. To Use the Outlook 2002 PIA in Your Solution Assuming that you have already built your Outlook add-in project and added a Setup project to your solution, add the Outlook 2002 PIA to the Global Assembly Cache output folder. The PIAs and .reg files that ship with the Office XP Primary Interop...
Programmatical configuration of Outlook 2007
Ewgenij Sokolovski
5 / 5 26 Nov 2008
>Why not use the Office Customization Tool available free from Microsoft? Hmm, I need a tool, which pops up a window, there you can click on "configure" and Outlook will be configured. Optionally you can enter account data or default values will be used. The goal is to simplify the configuration of Outlook - to make it transparent for the user. And using the Office Customization Tool...
Find all Comunication History objects of Account
Ken Slovak - [MVP - O...
2 / 2 05 Nov 2008
GetItemFromID() will only return the one item that you supply the EntryID for, that's what it's designed to do. You seem to have 2 questions here. If you have the folder and want to get more than 1 item there iterate the folder's Items collection. That will give you every item in the folder. For testing the type of item you can do it a couple of ways. The messy way would be to...
Outlook 2007 fails to login to my ATTGlobal server
Brian Tillman [MVP - ...
2 / 2 03 Nov 2008
"Thomas Bartlett" <t.bartlett@hotmail.com> wrote in message news:490c7c6d$0$18428$afc38c87@news.optusnet.com.au... > Is there any known problem in Outlook 2007 about accessing the ATTGlobal > network? Except for incorrectly configured account settings, there is no known problem. Consult AT&T's Help pages for the correct settings to use. -- Brian Tillman [MVP-Outlook]...
Outlook 2007 Hangs Up
drkc
2 / 2 28 Oct 2008
I've had it where Word could send while Outlook was open but that doesn't work now either. What's bizarre is that there are no error messages until you go to quit Word. Sounds like something is broken in MAPI somewhere? We ourselves are having a bugger of a time getting QuickBooks to email stuff. Outlook flashes a few times and then the wait starts. Eventually it pops up and we can...
Retrieving group members
john@123appdesign.com
3 / 3 24 Oct 2008
...
Import from Mozilla Thunderbird?
John Mayson
3 / 3 24 Oct 2008
On Tue, 21 Oct 2008, Thomas Bartlett wrote: > Is it possible to import mail messages to Outlook 2003 from Mozilla > Thunderbird so that they can be viewed in Outlook in all other ways treated > as fully integrated with the Outlook environment? I use a standalone > installation of Outlook, not networked, on a home computer. I have used > Thunderbird as a news reader and backup email...
Showing a form in an .Net Outlook Add-In
Ken Slovak - [MVP - O...
6 / 6 22 Oct 2008
When you use a try...catch block in your managed code you'll be catching both .NET errors as well as COM exceptions. Depending on what your code is doing you might also cause unhandleable exceptions that won't come to your error handling and in some cases might only fire after your addin is disconnected or Outlook is closed. I've seen that with some errors that were seen with...
Lotus Notes connector: Notes server change not recognized
unclebuckle
3 / 3 18 Oct 2008
Yes that did not seem to work. However; (I hate to admit it) a reboot did do the trick. "Diane Poremsky [MVP]" <outlookmvp@msn.com> wrote in message news:ecEm0rMMJHA.4600@TK2MSFTNGP06.phx.gbl... > Did you try a new profile? > > -- > Diane Poremsky [MVP - Outlook] > Outlook Tips: http://www.outlook-tips.net/ > Outlook & Exchange Solutions Center: http://www.slipstick.com > >...
Datafields for datasource in Outlook Today page
Willem T.
1 / 1 16 Oct 2008
Hi everyone! Currently I'm trying to change the Outlook Today page a little. At this moment it sums up all the Inbox/Junkmail folders from all my email accounts on the Outlook Today page under Messages. Problem is that every Inbox folder is just called Inbox, not <accountname> - Inbox or something similar. This I want to do by adding something like: <DIV DATAFLD="NameOfAccount"...
ExchangePerflog_*.dat files when using RDO redemption to call .LogonExchangeM...
harischristou@hotmail...
4 / 4 13 Oct 2008
Thanks Ken, That pretty much sums up what I have found. It appears that a new ExchangePerflog_*.dat is created in the users temp directory each time the account is logged into. So logging into the same account x times will create x number of .dat files - even if we are using the same login credentials each time. It's a pain as these files seem to hang around in the temp directory...
ExchangePerflog_*.dat files when using RDO redemption to call .LogonExchangeM...
harischristou@hotmail...
1 / 1 08 Oct 2008
Hello, I have written a simple service in VB.NET that utlizes outlook redemption to connect to an exchange server and scan emails. This code constantly loops so that any new mails received are also scanned. I have included a sample of the code below. However each time I call the following line: Session.LogonExchangeMailbox("ha...@test.com", "myexchangeserver") a new file is written...
duplicate, triplicate and even quadruplicate emails
Brian Tillman [MVP - ...
2 / 2 07 Oct 2008
"HaroldSJS" <91hsjs94@gmail.com> wrote in message news:48e77576$1$4984$607ed4bc@cv.net... >I am getting emails downloaded from my email account with GMAILto Outlook > 2003, that are in duplicate, triplicate and even quadruplicate. I deleted > the link from my blackberry to GMAIL, believing that my blackberry link to > the GMAIL server may be causing this. However, the problem persists....
Advice needed
Tom [Pepper] Willett
3 / 3 03 Oct 2008
Symantec says that there are 1,980 threats on that site: http://safeweb.norton.com/report/show?name=quicksoftupdate.com "Milly Staples [MVP - Outlook]" <what@ever.com> wrote in message news:C5C0D0DF-7ECA-4019-AFE1-72EACECA361D@microsoft.com... : This is not an Outlook question. Plus you posted this to every completely : irrelevant groups. : : I would suggest using the product's...
Errors when trying to send pages by e-mail from within IE7 or
GoldenNorm
5 / 5 30 Sep 2008
Found the solution to my problem. I re-registered the OLE dll. That fixed the enclosure problem as well as a problem I had printing some e-mails. How does OLE get unregistered? Norm "GoldenNorm" wrote: > I have developed almost exactly the same problem. > > Windows XP3 service pack 3 with all updates. Office/Outlook 2003 with all > service packs and updates. Corporate...
Appointments Recurrences
Mihai Grosu
3 / 3 27 Sep 2008
Thx Ken.....
repressing promts when using LogonExchangeMailbox
hchristou@ulysses-sys...
3 / 3 22 Sep 2008
Hi Ken, Thanks for the advice. Kind Regards H...
LogonExchangeMailbox - supressing login prompts
hchristou@ulysses-sys...
1 / 1 19 Sep 2008
Hello, I am trying to write a simple program in VB.NET that connects an outlook exchange server and reads through the emails of a specific user account. However as I need this code to run in the background it cannot prompt the user for any login credentials. I have written the following which seems to work well with the exception of prompting the user for their username and password.....
Capturing the Message Body on Send of the email.
Ken Slovak - [MVP - O...
4 / 4 17 Sep 2008
The only way I know how to do that is to use the 3rd party Redemption library (www.dimastr.com/redemption), which can import a MSG file as an item, then you can save it and open it in the Outlook object model as an Outlook object, or continue to deal with it as an RDO object. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007....
Hidden attachments in mail from Outlook Express
Larry Nolan
1 / 1 17 Sep 2008
I am using Outlook 2003 that communicates with an Exchange email server. Receive mail from an Outlook Express user in HTML format with attachments that are not shown until I do a File/Save Attachements. If I forward the message and change the Format of the outgoing message to Plain Text, then the attachments are shown in the message window. Why are the attachments not shown and is...
Outlook 2007 can cope with Word 2007 send command
Bill
1 / 1 12 Sep 2008
I'm running Office 2007 and Vista Ultimate. Until yesterday I could easily send Word docments as attachements via Outlook. Now the link is broken. I also can no longer send photos from Windows Photo Gallery. Worse, I can't close Word once an attachment has failed, nor can I open Outlook. Word gives an error message about having to wait for Outlook. My only option appears to be...
Lotus Notes mail databases recovery
LMFGoncalves
1 / 1 08 Sep 2008
My company has recently moves from Lotus Notes 6 to Outlook 2007. Now I have some old archives I want to access but not hable to from Outlook. Any one knows how to do it?...
keyword order cialis online in St. George brand cialis vs cialis vs levitra d...
sdgvfwe@yahoo.is.com
1 / 1 07 Sep 2008
keyword order cialis online in St. George brand cialis vs cialis vs levitra difference between levitra and cialis silawgra generic cialis cialis cumwithuscom efficacy of cialis +++ MEN'S HEALTH +++ MEN'S HEALTH +++ MEN'S HEALTH +++ + BUY CHEAP CIALIS - ORDER CIALIS ONLINE (ALL CARDS ACCEPTED !!!) http://jhku.net/ACHETER-CIALIS-BON-MARCHE/ http://jhku.net/ACHETER-CIALIS-SOFT/...
femme en termes de propecia canada propecia canada generique bon marche prop...
sdgvfwe@yahoo.is.com
1 / 1 07 Sep 2008
femme en termes de propecia canada propecia canada generique bon marche propecia belgique aucune prescription propecia suisse bon marche Sans Prescription Achat propecia Pro +++ SANTE MASCULINE +++ SANTE MASCULINE +++ SANTE MASCULINE +++ + ACHETER VIAGRA BON MARCHE (ALL CARDS ACCEPTED !!!) http://jhku.net/ACHETER-VIAGRA-BON-MARCHE/ http://jhku.net/ACHETER-VIAGRA-SOFT/ http://jhku....
cialis suisse sur internet cialis suisse pharmacie acheter cialis canada gen...
sdgvfwe@yahoo.is.com
1 / 1 07 Sep 2008
cialis suisse sur internet cialis suisse pharmacie acheter cialis canada generique cialis suisse au rabais en ligne sans prescription cialis canada au rabais au Canada +++ SANTE MASCULINE +++ SANTE MASCULINE +++ SANTE MASCULINE +++ + ACHETER VIAGRA BON MARCHE (ALL CARDS ACCEPTED !!!) http://jhku.net/ACHETER-VIAGRA-BON-MARCHE/ http://jhku.net/ACHETER-VIAGRA-SOFT/ http://jhku....
commander acomplia en France par mail acomplia belgique sans ordonnance gene...
sdgvfwe@yahoo.is.com
1 / 1 07 Sep 2008
commander acomplia en France par mail acomplia belgique sans ordonnance generique pharmacie canada commander acomplia canada en ligne acomplia suisse sur internet +++ PERTE DE POIDS +++ PERTE DE POIDS +++ PERTE DE POIDS +++ + ACHETER ACOMPLIA BON MARCHE (ALL CARD ACCEPTED) http://jhku.net/ACHETER-ACOMPLIA-BON-MARCHE/ http://jhku.net/ACHETER-ACOMPLIA-BON-MARCHE/ http://jhku....
citrate de Rimonabant bon marche us usa acomplia suisse soft bon marche gene...
sdgvfwe@yahoo.is.com
1 / 1 07 Sep 2008
citrate de Rimonabant bon marche us usa acomplia suisse soft bon marche generique pharmacie en France acomplia belgique citrate de Rimonabant un Achat de acomplia en France avec livraison +++ PERTE DE POIDS +++ PERTE DE POIDS +++ PERTE DE POIDS +++ + ACHETER ACOMPLIA BON MARCHE (ALL CARD ACCEPTED) http://jhku.net/ACHETER-ACOMPLIA-BON-MARCHE/ http://jhku....
comprar el viagra generico barato en linea Ordina viagra un'ora compra viagr...
sdgvfwe@yahoo.is.com
1 / 1 07 Sep 2008
comprar el viagra generico barato en linea Ordina viagra un'ora compra viagra Sildenafil venta dependientes viagra on line comprar viagra en descuento donde comprar viagra con total confianza +++ SALUD HOMBRES +++ SALUD HOMBRES +++ SALUD HOMBRES +++ + COMPRAR VIAGRA BARATO (ALL CARDS ACCEPTED !!!) http://jhku.net/COMPRE-VIAGRA-BARATO/ http://jhku.net/COMPRAR-VIAGRA-SUAVE/ http://jhku....
privatkredit kredit ohne schufa fuer selbstaendige kredit von privat online ...
sdgvfwe@yahoo.is.com
1 / 1 04 Sep 2008
privatkredit kredit ohne schufa fuer selbstaendige kredit von privat online kredite von privat banken kredit + + + + +++ GUENSTIGE KREDITE ONLINE +++ KREDITE IM INTERNET OHNE SCHUFA +++ + + http://WWW.KREDITE-ONLINE-24.INFO/ http://WWW.KREDITE-ONLINE-24.INFO/ http://WWW.KREDITE-ONLINE-24.INFO/ http://WWW.KREDITE-ONLINE-24.INFO/ http://WWW.KREDITE-ONLINE-24.INFO/...
ermittlungen in Peine dedektivbuero privatdetektive in wirtschaftsermittlunge...
sdgvfwe@yahoo.is.com
1 / 1 02 Sep 2008
ermittlungen in Peine dedektivbuero privatdetektive in wirtschaftsermittlungen privatdetektive hamburg + + + + +++ DETEKTEIEN DETEKTIVE ONLINE +++ DETEKTEI HAMBURG +++ PRIVATDETEKTIVE +++ + + http://WWW.DETEKTEI-DETEKTIV.INFO http://WWW.DETEKTEI-DETEKTIV.INFO http://WWW.DETEKTEI-DETEKTIV.INFO http://WWW.DETEKTEI-DETEKTIV.INFO http://WWW.DETEKTEI-DETEKTIV.INFO...
privatdetektiv mike in Ebersberg detektive essen detektei erding privatdetekt...
sdgvfwe@yahoo.is.com
1 / 1 02 Sep 2008
privatdetektiv mike in Ebersberg detektive essen detektei erding privatdetektiv bad privatdetektiv duesseldorf + + + + +++ DETEKTEIEN DETEKTIVE ONLINE +++ DETEKTEI HAMBURG +++ PRIVATDETEKTIVE +++ + + http://WWW.DETEKTEI-DETEKTIV.INFO http://WWW.DETEKTEI-DETEKTIV.INFO http://WWW.DETEKTEI-DETEKTIV.INFO http://WWW.DETEKTEI-DETEKTIV.INFO http://WWW.DETEKTEI-DETEKTIV.INFO http://WWW....
privat detektei in Weinstrae detektiv buero privatdetektiv ausweis privatdete...
sdgvfwe@yahoo.is.com
1 / 1 02 Sep 2008
...
=?ISO-8859-1?Q?=CF=EE=EC=EE=F9=FC =E0=F1=EF=E8=F0=E0=ED=F2=E0=EC?=33084
=?ISO-8859-1?Q?=CF=EE...
1 / 1 29 Aug 2008
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...
Send an Outlook Task Request with a runnable script when accept is clicked...
Diane Poremsky [MVP]
4 / 4 26 Aug 2008
you need to create a custom tasks form - tools, forms, design this form. -- Diane Poremsky [MVP - Outlook] Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Outlook Tips by email: dailytips-subscribe-request@lists.outlooktips.net EMO - a weekly newsletter about Outlook and Exchange: EMO-NEWSLETTER-SUBSCRIBE-REQUEST@PEACH.EASE....
comprar el descuento cialis generico in Maymont cialis impotenza rimedi Espan...
sdgvfwe@yahoo.is.com
1 / 1 24 Aug 2008
comprar el descuento cialis generico in Maymont cialis impotenza rimedi Espana Espana comprar el internet del cialis +++ 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 CARDS...
Acquista cialis effettuare cialis svizzera Denton Informacion compro cialis a...
sdgvfwe@yahoo.is.com
1 / 1 19 Aug 2008
Acquista cialis effettuare cialis svizzera Denton Informacion compro cialis argentinia Venta de cialis Online usa +++ 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...
comprar viagra online3 venta de viagra al mejor precio sobre viagra generica...
sdgvfwe@yahoo.is.com
1 / 1 15 Aug 2008
comprar viagra online3 venta de viagra al mejor precio sobre viagra generica impotencia Informacion compro viagra Espana +++ SALUD HOMBRES +++ SALUD HOMBRES +++ SALUD HOMBRES +++ + COMPRAR VIAGRA BARATO (ALL CARDS ACCEPTED !!!) http://jhku.net/COMPRE-VIAGRA-BARATO/ http://jhku.net/COMPRAR-VIAGRA-SUAVE/ http://jhku.net/PAQUETES-DE-de-PRUEBA/ + + + COMPRAR CIALIS BARATO...
commander comprime de achat lipitor en France acheter lipitor suisse au raba...
sdgvfwe@yahoo.is.com
1 / 1 15 Aug 2008
...
cialis belgique soft bon marche cialis belgique generique bon marche cialis ...
sdgvfwe@yahoo.is.com
1 / 1 15 Aug 2008
cialis belgique soft bon marche cialis belgique generique bon marche cialis aucune prescription acheter du cialis generique medicaments canada +++ SANTE MASCULINE +++ SANTE MASCULINE +++ SANTE MASCULINE +++ + ACHETER VIAGRA BON MARCHE (ALL CARDS ACCEPTED !!!) http://jhku.net/ACHETER-VIAGRA-BON-MARCHE/ http://jhku.net/ACHETER-VIAGRA-SOFT/ http://jhku.net/ED-PAQUETS-DESSAI/ + + +...
hdmi kabel 1.3 a hdmi kabels dvd dvi i kabels 24 dvi monitor kabels 1 hdmi kabel
sdgvfwe@yahoo.is.com
1 / 1 15 Aug 2008
hdmi kabel 1.3 a hdmi kabels dvd dvi i kabels 24 dvi monitor kabels 1 hdmi kabel + + + +++ BILLIGE HDMI KABEL KAUFEN +++ BILLIGE DVI KABEL KAUFEN +++ + + http://HDMI-KABEL.BUYONLINE24.INFO http://HDMI-KABEL.BUYONLINE24.INFO http://HDMI-KABEL.BUYONLINE24.INFO http://HDMI-KABEL.BUYONLINE24.INFO http://HDMI-KABEL.BUYONLINE24.INFO http://HDMI-KABEL.BUYONLINE24.INFO...
Programmatically determining the maximum attachment size
Mike Loux
1 / 1 14 Aug 2008
I'm writing a VB.NET (VS 2005) application that exports files from a document imaging system as Outlook attachments. I want to be able to check each message's size against the maximum allowable attachment size and prevent the application from even trying to add those files (since they will fail anyway). Now from doing some research I have found that this is not controlled by Outlook,...
to usenet usenet comparaison com usenet post usenet downloads www usenet 1a to
sdgvfwe@yahoo.is.com
1 / 1 12 Aug 2008
to usenet usenet comparaison com usenet post usenet downloads www usenet 1a to + + + http://jhku.net/USENET-NEWSGROUPS-USENET/ http://jhku.net/USENET-NEWSGROUPS-USENET/ http://jhku.net/USENET-NEWSGROUPS-USENET/ http://jhku.net/USENET-NEWSGROUPS-USENET/ http://jhku.net/USENET-NEWSGROUPS-USENET/ http://jhku.net/USENET-NEWSGROUPS-USENET/ http://jhku....
Free Advertising
Gizmo
1 / 1 11 Aug 2008
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...
on achat lipitor us usa a vendre generique pharmacie en France acheter lipito...
sdgvfwe@yahoo.is.com
1 / 1 11 Aug 2008
...
Compre Viagra en Espana comprar el viagra generico en linea Ordina viagra un'...
sdgvfwe@yahoo.is.com
1 / 1 11 Aug 2008
Compre Viagra en Espana comprar el viagra generico en linea Ordina viagra un'ora compra viagra venta de viagra Comprar Viagra Generica Online +++ SALUD HOMBRES +++ SALUD HOMBRES +++ SALUD HOMBRES +++ + COMPRAR VIAGRA BARATO (ALL CARDS ACCEPTED !!!) http://jhku.net/COMPRE-VIAGRA-BARATO/ http://jhku.net/COMPRAR-VIAGRA-SUAVE/ http://jhku.net/PAQUETES-DE-de-PRUEBA/ + + +...
meridia soft en ligne commander comprime de meridia canada meridia us usa a v...
sdgvfwe@yahoo.is.com
1 / 1 09 Aug 2008
meridia soft en ligne commander comprime de meridia canada meridia us usa a vendre citrate de SIBUTRAMINE soft en France meridia suisse sans ordonnance +++ PERTE DE POIDS +++ PERTE DE POIDS +++ PERTE DE POIDS +++ + ACHETER MERIDIA BON MARCHE (ALL CARD ACCEPTED) http://jhku.net/ACHETER-MERIDIA-BON-MARCHE/ + + + ACHETER ACOMPLIA BON MARCHE (ALL CARD ACCEPTED) http://jhku....
comprar viagra generico online compra viagra espana Espana argentina comprar ...
sdgvfwe@yahoo.is.com
1 / 1 09 Aug 2008
comprar viagra generico online compra viagra espana Espana argentina comprar en viagra comprar viagra generico online +++ SALUD HOMBRES +++ SALUD HOMBRES +++ SALUD HOMBRES +++ + COMPRAR VIAGRA BARATO (ALL CARDS ACCEPTED !!!) http://jhku.net/COMPRE-VIAGRA-BARATO/ http://jhku.net/COMPRAR-VIAGRA-SUAVE/ http://jhku.net/PAQUETES-DE-de-PRUEBA/ + + + COMPRAR CIALIS BARATO (ALL...
All times are in (US) Eastern Daylight Time (GMT -4:00)