ThreadLast AuthorMessages
read/total
Date
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
0 / 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
0 / 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
0 / 1 26 Feb
http://www.winsameen.info/ http://www.hidequeen.info/ http://surfanonimously.info...
Vista - Outlook - undisclosed recipients - attachments
Brian Tillman
1 / 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
0 / 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
2 / 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....
RDO objects and C#
AK
0 / 13 31 Oct 2007
Hello Dmitry, As of now I’m able to resolve the issue releasing COM objects without the use of beta version. Anyhow many thanks for all your help. I’m also able to resolve the issue of deleting emails. Thanks for your invaluable support. Regards Amit Kathane "AK" wrote: > Hi Dmitry, > > I've emailed you the details, please send me the beta version at the earliest. >...
Microsoft LDAP Problem
Ben
0 / 7 28 Oct 2007
You are sweet Donna. I'll do the best I can for you. Cordially, Ben J. "Donna" wrote: > Hi, Ben! THANK YOU for writing back. I've upgraded from 2000 to Micro > Outlook '03, that's when the problem occurred. I'm thinking that I just need > to reinstall it and see what happens. I tried to follow through with your > suggestions but to no avail. I've also enlisted the "help" menu...
Seeking Developer With Law Firm Experience
Seeking Developer
0 / 3 25 Oct 2007
bkspam@hotmail.com "Jeff C" wrote: > Post a contact address > -- > Jeff C > Live Well .. Be Happy In All You Do > > > "SeekingDeveloper" wrote: > > > Can anyone point me to a good reference (or specific contacts) for a > > consultant able to assist on development of an e-mail related program for a > > law firm that would plug into Outlook, preferably in the Chicago area?...
Search Folders
BillR
0 / 3 16 Oct 2007
You seem to have done everything right. The Search Folder was created in the same PST the messages reside in? I just tried this and got the same result as you until I discovered I had created it in an IMAP folder and not where the POP3 email was I was looking for. Yu can see if Using Advanced Find and then saving that as a Search Folder gives better results. -- Bill R "Leon...
ContactPicture Microsoft.Office.Interop.Outlook
Ken Slovak - [MVP - O...
0 / 1 11 Oct 2007
The contact picture is an attachment on the item. You would have to go through the Attachments collection of the item and find the picture that way. -- 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 "Alexander" <alexander_k20@msn....
Outlook crashes when creating a meeting request using sharepoint
Woodfinec
0 / 1 07 Oct 2007
Can anybody help. I am impressed with the collaborative offerings of OCS, EX2007 and Sharepoint. Unfortunatley when trying to complete a meeting request with a meeting place on SharePoint (03 or 07), Outlook crashes. I have tried doing this as admin using local, vpn and proxied access all with same result. I have had this work maybe 2 out of 20 attempts. The office diags find no...
Opening Outlook using MAPI locks main interface
nagar@community.nospam
0 / 5 06 Oct 2007
Thanks. I'll look into that. Andrea On Tue, 2 Oct 2007 13:51:41 -0700, "Dmitry Streblechenko" <dmitry@dimastr.com> wrote: >OK, that is Simple MAPI, I meant Extended MAPI (which only Outlook >supports). >There is nothing you can do in Simple MAPI... >You can test that the user has Outlook installed and use OOM instead: > >set App = CreateObject("Outlook.Application") >set Msg =...
Stop Outlook 2007 from hijacking mailto: links in Firefox
Cheers
0 / 1 06 Oct 2007
Try this: Start Internet Explorer Go to Menu Item Tools - Internet Options - Programs tab Change the E-Mail selection to Thunderbird...
Outlook calendar items
Brian Tillman
0 / 1 03 Oct 2007
Dragnlance <Dragnlance@discussions.microsoft.com> wrote: > This is a two part question. > 1) Is there a setting on Outlook, that allows one to keep old > calendar items listed. What I see is that after 6 months, unless the > item is recurring, it will drop off the user's calendar. I am not > finding a setting that allows one to keep these longer. The usual cause of this is that the...
Mail merge using Word + Outlook 2003
Joao Luis Rita
0 / 4 02 Oct 2007
"Hal Hostetler [MVP P/I]" wrote: > Instructions are here: > > http://www.outlook-tips.net/howto/mailmerge.htm > Use Outlook's Contacts with Mail Merge > > Hal > -- Thanks a lot, mate, that did it :) Cheers...
Mail merge using Outlook and Word 2003
Jason James
0 / 2 02 Oct 2007
There are several, and it very much depends on how outlook is configured. Are you using exchange, do you have an AD forest, etc, etc. Check this out as a good place to start: http://office.microsoft.com/en-us/ork2003/HA011402911033.aspx Regards, Jason. On 1 Oct, 13:58, Joao Luis Rita <JoaoLuisR...@discussions.microsoft.com> wrote: > Hello folks > > I'm tryin to do a mail...
All times are in (US) Eastern Daylight Time (GMT -4:00)