ThreadLast AuthorMessages
read/total
Date
Problem with Outlook Interop
Ken Slovak - [MVP - O...
2 / 2 23 Apr
Did you install the Framework before you installed Office 2003? Are the PIA's for Office/Outlook 2003 installed on your machine? Did you install KB 908002 (http://support.microsoft.com/kb/908002)? That's needed if you installed Framework 2.0 after installing Office 2003. What language is your code in? Can you show some short snippets of the code you are using where the...
Outlook 2007 showing a forward indication instead of a reply
Hillary
1 / 1 15 Apr
Hello, I have a client that is running Outlook 2007 with SP1 ontop of an XP professional desktop with all the service patches. She is IMAP'ing her mail down. She has been noticing that when she forwards and email message to a number of people it will show in her inbox as a "replied" message icon instead of the forward icon. The forward arrow is a blue arrow and the replied is a...
ical in outlook
Ken Slovak - [MVP - O...
3 / 4 10 Apr
If it is possible I'm not sure how. -- 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 "Mauro Batista" <MauroBatista@discussions.microsoft.com> wrote in message news:DB05190F-E3BE-4587-BC18-56E97A1DEA2E@microsoft.com... >I Ken! >...
Problem while casting to AppointmentItem type
Ken Slovak - [MVP - O...
2 / 2 10 Apr
Where is _Application instantiated? Try using Outlook.AppointmentItem and see if that works. If not, do those problem machines actually have the PIA's installed? -- 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 "kiranpatil1983"...
pst file emptied after running scanpst
inenewbl
1 / 1 08 Apr
Hi all. My pst file became empty after running scanpst. I did not enable the backup option during the repair stage of running scanpst. I was prompted that the repair was successful. However when i open outlook, my pst file was named "recovered personal folders" and there was no "lost and found" folder found even though i use folder list. Every sub folder such as inbox was empty....
Appointment issue - Enhancement if ever possiable
Diane Poremsky [MVP]
6 / 6 07 Apr
It's highly doubtful we'll see changing in the current versions but Outlook 14 might do something about travel time.... the live maps addin will add travel time appointments if you need it now. Or just add the travel time to the appointment time and note the meeting's start time at the other location in the notes or subject area: Meeting @ 10 am Location: across town Start: 9:30 AM...
464 bloqueador veicular sem mensalidades -http://bloqueadorgsm.vilabol.uol.co...
bloqueador sem mensal...
1 / 1 04 Apr
...
Is there a way to insert an appointment as we do with "mailto:
Brian Tillman
1 / 4 04 Apr
femo <femo@discussions.microsoft.com> wrote: > This helped a lot but I wanted more. > Where can I find the arguments to use? > What I want is to do an application button that creates an > appointment with most of the important fields already filled. > With your help I was only able to open the form for insertion... That's the limit, as far as I can tell. Use ICS files or save a...
Problem with repeated email
Brian Tillman
2 / 2 02 Apr
Mario Ferreira <MarioFerreira@discussions.microsoft.com> wrote: > I ve a problem with my outlook, whem i send a email, it will take a > long time to send´it, and the receiver receive about 12 email of the > same. Why? my anti-virus is actualized (norton anti-virus 2008) and > don´t detect nothing. The problem is most likely your Norton tool. Uninstall it and reinstall it without...
Excel 2007-Outlook 2007 Interoperability Issue?
EdN_OPKS
1 / 1 31 Mar
I’ve tried importing contacts from an Excel 2007 sheet saved as Excel 2003 (.XLS) into Outlook 2007 and although the data range is properly named in the Excel spreadsheet, Outlook indicates “no named data range.” I was able to export to the contacts list as a .CSV file and accomplish the necessary task; however, it appears there is an interoperability problem between Excel 2007...
Copy and Paste Outlook message into Word
sean_n
3 / 3 30 Mar
Actually, I don't want the text to be pasted into word, I want an icon to appear. This happens when you drag and drop an outlook message into Word. Then when you double-click on the icon, it opens the outlook email. How do we drag and drop the Outlook message programmatically? Code snippets would be appreciated....
Outlook Message as a file
DrBob
1 / 1 29 Mar
Hi, My customer has been using Outlook 2003 with Windows XP. For years he has used "drag&drop" to move Outlook messages to the appropriate My Documents sub folder to keep a record of his client information. The messages have attachments like pdf, pps, wmv, etc. He could easily click on the file document to open Outlook and then click on the attachment to run the pdf, pps, etc....
deleting contactitems
HARI
0 / 4 25 Mar
Hi Ken! That was the information I needed. Especially the Marshal.ReleaseComObject() seems to have done it. Thanks a lot! HARI...
Interop - Cannot create folder in outlook when computer is domain
TimothyP
1 / 1 20 Mar
(posted this to the wrong group before, sorry) I have an application (C# .NET 3.5) which needs to access Outlook. I create new folders in the calendar folder and add AppointmentItems to it (from the Office Interop libraries). It works fine, but not if the computer is part of a domain where Outlook is linked to Exchange. When creating a new folder for example (to contain...
Outlook Forms
Marilyn
1 / 1 17 Mar
I have a user trying to add an address to an Approved Sender List. However, she gets the Microsoft Outlook error that the custom form could not be opened. It says close some forms or increase the maximum space for forms using the Options command. I increased the maximum space but she still gets the same response. There are no other forms open. I was able to access the approved...
Outlook 2007 rules
Col
1 / 1 16 Mar
Hi all, We have Outlook 2007 on 2 machines. (Vista SP1, Office 2007 SP1) On one machine all rules work but on the other machine only the first rule is ever executed. All security settings are the same on both machines. On the machine that runs all the rules, there is vba code to run when new mail arrives (Application_NewMailEx) but this never executes either. Both machines were...
Using SetColumns with a custom property
Jake Peters
1 / 1 13 Mar
I want to improve the speed of iterating through Items using the SetColumns method, but I run into problems when I try to include a custom property in the column list. I've used this same custom property in restrict filters, and have double checked that it is a property of the folder as well as the items. The custom property is a string type. The offending line of code is: Items....
Outlook.ContactItem object properties available
Brad Covell
3 / 3 05 Mar
Ken, Thanks for the info. I did post it in the BCM group but then thought about it and the underlying object is an Outlook.ContactItem so thought I would try this group. Either way, thanks for the help. Brad "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> wrote in message news:O8gWVjsfIHA.484@TK2MSFTNGP06.phx.gbl... > Wrong group, you want to post programming questions in a...
Busy Appointment
Diane Poremsky [MVP]
2 / 2 03 Mar
Outlook 2007? It doesn't show the blue "busy" bar. If there is no bar, its busy - all the others have a bar. -- Diane Poremsky [MVP - Outlook] Author, Teach Yourself Outlook 2003 in 24 Hours Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ Outlook 2007: http://www.slipstick.com/outlook/ol2007/ Outlook Tips by email: dailytips-subscribe-request@lists.outlooktips....
Saving OL e-mail and Office documents
Diane Poremsky [MVP]
0 / 4 03 Mar
Do they need to be in email format? you can select File Save as and save several in one document. Acrobat can do something similar but in PDF format. You could also print to an electronic format - if you have OneNote, send them to onenote. -- Diane Poremsky [MVP - Outlook] Author, Teach Yourself Outlook 2003 in 24 Hours Need Help with Common Tasks? http://www.outlook-tips....
3 fast proxies to Unblock all sites! MySpace, Facebook, bebo, everything!
safa786
1 / 1 26 Feb
http://www.winsameen.info/ http://www.hidequeen.info/ http://surfanonimously.info...
Vista - Outlook - undisclosed recipients - attachments
Brian Tillman
2 / 2 19 Feb
ricky <ricky@discussions.microsoft.com> wrote: > Is there any fix to this issue? > > thx > > "Jeremn" wrote: > >> Whats the fix to allow Outlook 2003 running on Vista to allow >> attachments "through" when sender uses BCC (undisclosed-recipients)? >> There have been several posts however no solution. I've installed >> latest service pack, etc. No fix yet. -- Brian Tillman...
Downloaded Messages NOT removed from Server if Send/Receive Cancel
Brian Tillman
2 / 2 13 Feb
mm-gtt <mm-gtt@discussions.microsoft.com> wrote: > Why does Outlook 2007 not immediately deleted those messages that have > already been delivered when you cancel the Send/Receive as Outlook > 2000 and Outlook Express does? Outlook 2007 apparently performs the POP operations in a different order that does OE. OE must intersperse the downloading and deleting of messages, whereas...
olAppointmentItem.Organizer when created by publisher on shared calendar
Ryan Parlee
5 / 5 05 Feb
Thanks for the tip on DASL; I wasn't familar with that. "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> wrote in message news:eeuq%23k1ZIHA.4272@TK2MSFTNGP05.phx.gbl... > For Outlook 2007 you can directly access the PR_LAST_MODIFIER_NAME > property using the PropertyAccessor for the appointment item, using this > DASL syntax for the property: > "http://schemas.microsoft....
Contact Birthday reminder in my calendar
Ken Slovak - [MVP - O...
1 / 2 02 Feb
That's how you'll have to do it. Importing loses a number of things including birthdays. -- 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 "NHU" <nelsonhidalgo@gmail.com> wrote in message...
Invest smart
Mr. Buc
0 / 1 01 Feb
How much profit can you make with one dollar? Check out this website www.forbuck.com Without any obligation, registering or other ties make cash!...
ClickEvents for Attachments
Ken Slovak - [MVP - O...
0 / 4 31 Jan
The event you're looking for belongs to items, such as MailItem. You can't just instantiate an event handler for BeforeAttachmentPreview without having some item that fires that event. You probably should be instantiating a class level Explorer object and handling the Explorer.SelectionChange() event. That would let you know when one or more items are selected. Then you can iterate...
System.Runtime.InteropServices.COMException (0x8002801D)
Andre Maas
0 / 1 31 Jan
Hey, if i called 'mailItem.PropertyAccessor.GetProperty()' in my code i get an exception called: System.Runtime.InteropServices.COMException (0x8002801D): Bibliothek nicht registriert. (Ausnahme von HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)) in Microsoft.Office.Interop.Outlook._MailItem.get_PropertyAccessor() in OutlookAddIn1.myClass.SelectionChanged() mailItem is the...
Outlook program with multiple profiles
Atul Thombre
0 / 3 30 Jan
"Dmitry Streblechenko" <dmitry@dimastr.com> wrote in message news:uj$LVUrYIHA.6140@TK2MSFTNGP02.phx.gbl... > How do you know the second Logon uses the first profile? I get the default store, and print its name. It displays the name of the first mailbox > Do you use any other libraries (e.g. CDO 1.21 or Redemption) besides > Outlook that might keep the first MAPI session alive?...
Telenet nieuwsgroepen mededeling: nieuwsserver adres aanpassen/Attention: mod...
info@telenet.be
0 / 1 29 Jan
Beste klant, Telenet heeft een migratie gedaan van haar nieuwsservers. Wat betekent dit concreet voor jou als gebruiker? Er verandert niets aan de service, maar om verder gebruik te maken van de Telenet nieuwsgroepen service moet je bij de instellingen van je nieuwslezer het adres van de nieuwsserver veranderen van news.telenet.be of newsbin.telenet.be in newsgroups.telenet.be....
Stop baby eating in CHINA
LPC
0 / 1 29 Jan
Eat dogs, cats and baby look below: http://z.about.com/d/urbanlegends/1/0/v/7/eating_babies1.jpg http://z.about.com/d/urbanlegends/1/0/w/7/eating_babies2.jpg http://888.rockin.net/propaganda-of-baby-eating/rumour.htm#true_story info@imagiam.com...
Forwad multiple messages
Catarina
0 / 5 29 Jan
thank you for your help. CS "Brian Tillman" wrote: > Catarina <Catarina@discussions.microsoft.com> wrote: > > > my type acount is IMAP and my frind too. > > > > my version is Microsoft Office Outlook 2003 (11.6568.6568) SP2 and my > > frind's version is Microsoft Office Outlook 2003 (11.8118.8132) SP2 > > As far as I can tell, IMAP account don't allow the forwarding of...
View controls
Cain T. S. Random
0 / 1 23 Jan
Microsoft exposes the Outlook folder view with the Outlook View Control (AKA Microsoft.Office.Interop.OutlookViewCtl). I've looked high and low, but I haven't been able to find an equivalent object that exposes the inspector view, i.e. the per-message details view. Does anybody know of any way to add an inspector view to a webpage like you can the explorer view? Thanks....
Default Word Template in OL2003
John Miller
0 / 1 23 Jan
When using Word 2003 as the e-mail editor in Outlook 2003, is there a way to specify a default template other than Normal.dot, so that I don't have to go through a bunch of fiddling to select the template when creating every new message? Thanks. - John...
Forever
Wikipedi
0 / 1 20 Jan
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>&nbsp;</P> </BODY> </HTML>...
Way to password protect an Access .snp file
Roady [MVP]
0 / 6 19 Jan
Right click on the file that you want to zip and choose Send To-> Compressed Folder Open the zip-folder by double clicking on it to see what's in there. You can use the File menu to set a password on the zip-file (strangely enough Vista doesn't support setting a password on a zip-file). -- Robert Sparnaaij [MVP-Outlook] Coauthor, Configuring Microsoft Outlook 2003 http://www....
How to clear birthday events in the calendar without deleting birt
Roady [MVP]
0 / 5 18 Jan
You can sort your calendar By Category and easily remove all the Birthdays or you can apply a filter to your view to hide them. -- Robert Sparnaaij [MVP-Outlook] Coauthor, Configuring Microsoft Outlook 2003 http://www.howto-outlook.com/ Outlook FAQ, HowTo, Downloads, Add-Ins and more http://www.msoutlook.info/ Real World Questions, Real World Answers ----- "Huzaifah"...
How do I get a webpage into the body of an email in Outlook 20
Walterramjet
0 / 5 10 Jan
On one attempt, only the back ground color was in the body of the email. "Diane Poremsky [MVP]" wrote: > what happens when you try? is anything put in the message? > > -- > Diane Poremsky [MVP - Outlook] > Author, Teach Yourself Outlook 2003 in 24 Hours > Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ > Outlook 2007: http://www.slipstick.com/outlook/ol2007/ >...
hot secret lesbian action
yenc@yenc-news.co.uk
0 / 1 09 Jan
...
how do I get a webpage into the body of an email in Outlook 2007?
Brian Tillman
0 / 3 07 Jan
Walterramjet <Walterramjet@discussions.microsoft.com> wrote: > In Microsoft's Internet Explorer you have the option to either "Send" > via Email "the webpage" or "just the link". Please don't multipost. -- Brian Tillman [MVP-Outlook]...
Opening a new mail message with an attachment..
Ken Slovak - [MVP - O...
0 / 2 03 Jan
Use the Outlook object model for that, you can attach a file and do whatever else you want. Lots of code samples for Outlook automation, including C# code at www.outlookcode.com. -- 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...
Printing Contacts
Russ Valentine [MVP-O...
0 / 2 01 Jan
Use a mail merge to print your Contacts. That way you can configure the printout to your heart's content. -- Russ Valentine [MVP-Outlook] "Bikini Browser" <no-spam-bikini.browser@gmail.com> wrote in message news:%23Ehik0LTIHA.5288@TK2MSFTNGP04.phx.gbl... > Hello everyone... > > I have MS Outlook 2003 that came with Office 2003 Professional. with > service pack 3 running on XP Home...
Can't open this item error. Unable to accept a Task.
Nikki Peterson [MVP -...
0 / 2 30 Dec 2007
First thing I would try is to clean up the forms cache. To do so, follow these steps: 1. On the Tools menu, click Options. 2. Click the Other tab, and then click Advanced Options. 3. Click Custom Forms. 4. Click Manage Forms. 5. Click Clear Cache. 6. Close all open windows, and then restart Outlook 2003. If the above does not work, try the...
Send Link by E-mail causes Outlook to close
Andy Siegel
0 / 1 26 Dec 2007
This happens when I have Outlook 2007 open. With a web page open in IE-7, if I click on "Send Link by E-mail", it kills Outlook. Outlook 07 just closes. If Outlook is closed when I click on "Send...", it opens a new message and it works the way it should. Any ideas?...
outlook 2003 share calendars with 2007?
dyouden
0 / 1 18 Dec 2007
I have a mixed office environment. Most machines run Microsoft vista with Office 2007, but a couple have Microsoft XP with Office 2003. My server is a Windows 2003 server. Users with Office 2007 can publish their calendars to the WebDAV server with no problems. However, we are trying to figure out how the users running office 2003 can share calendars with the office 2007 users. We do...
hyperlink to message in outlook
ThorBo
0 / 3 13 Dec 2007
I have been trying to do the same thing within Access. The only thing that I can find is the following link: http://mutable.net/blog/archive/2006/09/02/How_to_hyperlink_to_Microsoft_Outlook_messages.aspx I have not tried it yet, as I am not a programmer, and don't want to fool with the registry. By the way, I tried your workaround by dragging e.g. a contact into the journal,...
outlook forms
damo
0 / 3 22 Nov 2007
On Nov 21, 7:01 am, "Brian Tillman" <tillman1...@yahoo.com> wrote: > Marilyn <Mari...@discussions.microsoft.com> wrote: > > my user is runningoutlook2002. when she accesses her Junk folder, > > an office assistant box opens saying "thecustomformcouldnotbe > >opened.outlookwill use anoutlookforminstead. there isnot > > enough disk space to copy theformto your computer. close some > >...
outlook only works as outlook /safe:2
davisr65
0 / 1 18 Nov 2007
I have been having trouble with user's accessing email from home the only way i can get email to work from home is with the /safe:2 switch.... Without this switch, with outlook 2007 client it just hangs, and with outlook 2003 client it errors out with a .cvt error, can you help me out?.... I suspect it be DNS, but i dont really see any errors,, or what should i be looking for in...
Blank or transparent body of message
david hernandez diez
0 / 2 18 Nov 2007
Dou you have any Add-In installed in Outlook? If so, try disabling them ... -- David Hernández Díez MCSD VS6, MCSD VS.NET "mtb_20851" wrote: > I have a number of users who when opening email, the body is initially > transparent (or blank). I say initially transparent because what appears in > the 'body' of the message is what is visible behind the email. It is if the >...
Vista - Outlook - undisclosed recipients - attachments
Carlos
0 / 3 12 Nov 2007
I'm having the same issue on two computers with Vista + Outlook 2003. Any ideas? Work arounds? "RComfort" wrote: > I'd certainly like to see an answer as this has been a painful problem for me. > > Bob > > "JSmith" wrote: > > > Why not multipost when there is no reply? > > > > I have been trying to get this resolved for many months, and again with no > > useful response....
All times are in (US) Eastern Daylight Time (GMT -4:00)